Home
last modified time | relevance | path

Searched refs:SetClearColor (Results 1 – 18 of 18) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/Draw2d/
Dgx_Draw2d.cpp75 s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 0.1f, 1.0f, 0.1f, 1.0f); in DrawDisplay0()
118 s_RenderSystem.SetClearColor(NN_GX_DISPLAY1, 0.1f, 0.1f, 1.0f, 1.0f); in DrawDisplay1()
/CTR-SDK-4.2.7-SampleDemos/demo1/
Dgx.cpp110 mp_RenderSystem->SetClearColor(NN_GX_DISPLAY0, 0.36f, 0.42f, 0.5f, 1.0f); in Start()
111 mp_RenderSystem->SetClearColor(NN_GX_DISPLAY1, 0.f, 0.f, 0.f, 1.0f); in Start()
/CTR-SDK-4.2.7-SampleDemos/fs/common/
DFsSampleCommon.cpp43 renderSystem.SetClearColor(NN_GX_DISPLAY_BOTH, 0.f, 0.f, 0.f, 0.f); in nnMain()
/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/dlp/SimpleServer/
DParent.cpp83 s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 0.0f, 0.0f, 0.0f, 0.0f); in DoParent()
84 s_RenderSystem.SetClearColor(NN_GX_DISPLAY1, 0.0f, 0.0f, 0.0f, 0.0f); in DoParent()
DSimpleServer.cpp547 renderSystem.SetClearColor(NN_GX_DISPLAY_BOTH, 0.f, 0.f, 0.f, 0.f); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystemExt.cpp156 void RenderSystemExt::SetClearColor(const s32 display, in SetClearColor() function in demo::RenderSystemExt
162 RenderSystemDrawing::SetClearColor(display, red, green, blue, alpha); in SetClearColor()
Ddemo_RenderSystemDrawing.cpp154 void RenderSystemDrawing::SetClearColor(const s32 display, in SetClearColor() function in demo::RenderSystemDrawing
/CTR-SDK-4.2.7-SampleDemos/dlp/Child_0/
DChild.cpp117 s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 0.0f, 0.0f, 0.0f, 0.0f); in nnMain()
118 s_RenderSystem.SetClearColor(NN_GX_DISPLAY1, 0.0f, 0.0f, 0.0f, 0.0f); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/Demo/DrawTexture2d/
Dgx_DrawTexture2d.cpp366 s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 0.0f, 1.0f, 0.0f, 1.0f); in DrawDisplay0()
387 s_RenderSystem.SetClearColor(NN_GX_DISPLAY1, 0.0f, 0.0f, 1.0f, 0.0f); in DrawDisplay1()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/TextureCombiner/
Dgx_TextureCombiner.cpp468 s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 0.36f, 0.42f, 0.5f, 1.0f); in Initialize()
469 s_RenderSystem.SetClearColor(NN_GX_DISPLAY1, 0.36f, 0.42f, 0.5f, 1.0f); in Initialize()
/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.cpp465 s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 0.36f, 0.42f, 0.5f, 1.0f); in InitializeGraphics()
466 s_RenderSystem.SetClearColor(NN_GX_DISPLAY1, 0.f, 0.f, 0.f, 1.0f); in InitializeGraphics()
/CTR-SDK-4.2.7-SampleDemos/camera/Simple/
DSimple.cpp1304 s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 0.0f, 0.0f, 0.0f, 0.0f); in DrawDisplay0()
1378 s_RenderSystem.SetClearColor(NN_GX_DISPLAY1, 0.0f, 0.0f, 0.0f, 0.0f); in DrawDisplay1()
/CTR-SDK-4.2.7-SampleDemos/camera/Stereo/
Dmain.cpp1537 s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 0.36f, 0.42f, 0.5f, 1.0f); in InitializeGx()
1538 s_RenderSystem.SetClearColor(NN_GX_DISPLAY1, 0.0f, 0.0f, 0.0f, 1.0f); in InitializeGx()
1539 s_RenderSystem.SetClearColor(NN_GX_DISPLAY0_EXT, 0.36f, 0.42f, 0.5f, 1.0f); in InitializeGx()
/CTR-SDK-4.2.7-SampleDemos/fs/Streaming/
DFsSampleStreamingFrame.cpp609 renderSystem.SetClearColor(NN_GX_DISPLAY1, 0.5f, 0.5f, 0.5f, 0.0f); in Initialize()
/CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/
DFakeClient.cpp783 renderSystem.SetClearColor(NN_GX_DISPLAY_BOTH, 0.f, 0.f, 0.f, 0.f); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/
Dcec_Main.cpp892 renderSystem.SetClearColor(NN_GX_DISPLAY_BOTH, 0.f, 0.f, 0.f, 0.f); in nnMain()