Home
last modified time | relevance | path

Searched refs:display (Results 1 – 11 of 11) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/
Ddemo_RenderData.cpp21 f32 GetLcdWidth(const s32 display) in GetLcdWidth() argument
23 if ( display == NN_GX_DISPLAY0 ) in GetLcdWidth()
27 else if ( display == NN_GX_DISPLAY1 ) in GetLcdWidth()
37 f32 GetLcdHeight(const s32 display) in GetLcdHeight() argument
39 if ( display == NN_GX_DISPLAY0 ) in GetLcdHeight()
43 else if ( display == NN_GX_DISPLAY1 ) in GetLcdHeight()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/RenderData/
Ddemo_RenderData.h33 f32 GetLcdWidth(const s32 display);
43 f32 GetLcdHeight(const s32 display);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystemExt.cpp156 void RenderSystemExt::SetClearColor(const s32 display, in SetClearColor() argument
159 if ( ( display == NN_GX_DISPLAY0 ) || ( display == NN_GX_DISPLAY1 ) || in SetClearColor()
160 ( display == NN_GX_DISPLAY_BOTH ) ) in SetClearColor()
162 RenderSystemDrawing::SetClearColor(display, red, green, blue, alpha); in SetClearColor()
165 if ( display == NN_GX_DISPLAY0_EXT ) in SetClearColor()
Ddemo_RenderSystemDrawing.cpp154 void RenderSystemDrawing::SetClearColor(const s32 display, in SetClearColor() argument
157 if (display == NN_GX_DISPLAY0 || display == NN_GX_DISPLAY_BOTH) in SetClearColor()
165 if (display == NN_GX_DISPLAY1 || display == NN_GX_DISPLAY_BOTH) in SetClearColor()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_RenderSystemExt.h48 …virtual void SetClearColor(const s32 display, const f32 red, const f32 green, const f32 blue, cons…
Ddemo_RenderSystemDrawing.h115 …virtual void SetClearColor(const s32 display, const f32 red, const f32 green, const f32 blue, cons…
/CTR-SDK-4.2.7-SampleDemos/documents/css/
Dbutton.css64 display : block;
Dcontents.css145 display : block;
Dmanpage.css179 display : block;
/CTR-SDK-4.2.7-SampleDemos/gx/Cmd/TriangleSimpleCmd/
Dgx_TriangleSimpleCmd.cpp71 void AddViewportCommand(const s32 display);
351 void AddViewportCommand(s32 display) in AddViewportCommand() argument
353 if ( display == NN_GX_DISPLAY0 ) in AddViewportCommand()
381 else if ( display == NN_GX_DISPLAY1 ) in AddViewportCommand()
/CTR-SDK-4.2.7-SampleDemos/gx/Cmd/FragmentLightingSimpleCmd/
Dgx_FragmentLightingSimpleCmd.cpp82 void AddViewportCommand(const s32 display);
317 void AddViewportCommand(s32 display) in AddViewportCommand() argument
319 if ( display == NN_GX_DISPLAY0 ) in AddViewportCommand()
347 else if ( display == NN_GX_DISPLAY1 ) in AddViewportCommand()