Searched refs:display (Results 1 – 11 of 11) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/ |
| D | demo_RenderData.cpp | 21 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/ |
| D | demo_RenderData.h | 33 f32 GetLcdWidth(const s32 display); 43 f32 GetLcdHeight(const s32 display);
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/ |
| D | demo_RenderSystemExt.cpp | 156 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()
|
| D | demo_RenderSystemDrawing.cpp | 154 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/ |
| D | demo_RenderSystemExt.h | 48 …virtual void SetClearColor(const s32 display, const f32 red, const f32 green, const f32 blue, cons…
|
| D | demo_RenderSystemDrawing.h | 115 …virtual void SetClearColor(const s32 display, const f32 red, const f32 green, const f32 blue, cons…
|
| /CTR-SDK-4.2.7-SampleDemos/documents/css/ |
| D | button.css | 64 display : block;
|
| D | contents.css | 145 display : block;
|
| D | manpage.css | 179 display : block;
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Cmd/TriangleSimpleCmd/ |
| D | gx_TriangleSimpleCmd.cpp | 71 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/ |
| D | gx_FragmentLightingSimpleCmd.cpp | 82 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()
|