Home
last modified time | relevance | path

Searched refs:count (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/
DTga.cpp149 int count = (*src & 0x7f) + 1; in _LoadTGAScanlineRLE() local
155 for(i = 0; i < count; i++) { in _LoadTGAScanlineRLE()
181 for (i = 0; i < count; i++) { in _LoadTGAScanlineRLE()
388 int count = 0;
392 count++;
393 if (count == maxHit) {
401 return count;
411 int count = 0;
415 count++;
416 if (count > maxHit + 1) {
[all …]
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandListDouble/
Dgx_CommandListDouble.cpp452 static u32 count = 0; in DrawFrame() local
473 if ( count >= s_MaxCount ) in DrawFrame()
492 count = 0; in DrawFrame()
500 count += 1; in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/Cmd/FragmentLightingSimpleCmd/
Dgx_FragmentLightingSimpleCmd.cpp387 for (u32 count = 0; count < materialShininess; count++) in InitializeD0Lut() local
/CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/
DFakeClient.cpp76 static u16 count = 0; in DisplayCube() local
78 if(count == 4) in DisplayCube()
81 count = 0; in DisplayCube()
91 count++; in DisplayCube()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/FragmentLightingSimple/
Dgx_FragmentLightingSimple.cpp277 for (u32 count = 0; count < materialShininess; count++) in InitializeD0Lut() local
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo1/
Dcec_Main.cpp463 NN_LOG(" Recv Count:[%d] Num:[%d] \n", notificationData.count, notificationData.num); in ReceiveEventThread()
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/
Dcec_Main.cpp347 NN_LOG(" Recv Count:[%d] Num:[%d] \n", notificationData.count, notificationData.num); in ReceiveEventThread()