Home
last modified time | relevance | path

Searched refs:FRAME_COUNTER_THRE (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/Cmd/TriangleSimpleCmd/
Dgx_TriangleSimpleCmd.cpp57 const u32 FRAME_COUNTER_THRE = 60; variable
306 if ( ( s_FrameCount % FRAME_COUNTER_THRE) == 0 ) in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/Cmd/FragmentLightingSimpleCmd/
Dgx_FragmentLightingSimpleCmd.cpp68 const u32 FRAME_COUNTER_THRE = 60; variable
450 if ( ( s_FrameCount % FRAME_COUNTER_THRE) == 0 ) in DrawFrame()