Home
last modified time | relevance | path

Searched refs:red (Results 1 – 23 of 23) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/
Ddemo_Body.cpp33 void Body::SetColor(const GLfloat red, const GLfloat green, const GLfloat blue) in SetColor() argument
35 demo::TrianglesRenderData::SetColor(red, green, blue); in SetColor()
39 …void Body::SetColor(const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat alph… in SetColor() argument
41 demo::TrianglesRenderData::SetColor(red, green, blue, alpha); in SetColor()
Ddemo_Particle.cpp68 f32 red = static_cast<f32>(::std::rand() % 256) / 256.0f; in InitializeParticle() local
71 m_Sphere.SetColor(red, green, blue); in InitializeParticle()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Body/
Ddemo_Body.h45 virtual void SetColor(const GLfloat red, const GLfloat green, const GLfloat blue);
46 …virtual void SetColor(const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat al…
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystem.cpp179 void RenderSystem::ClearColorDepthStencilBuffer(const GLclampf red, in ClearColorDepthStencilBuffer() argument
185 m_CurrentFrameBufferPtr->ClearColorDepthStencilBuffer(red, green, blue, alpha, in ClearColorDepthStencilBuffer()
190 void RenderSystem::ClearColorDepthBuffer(const GLclampf red, in ClearColorDepthBuffer() argument
196 m_CurrentFrameBufferPtr->ClearColorDepthBuffer(red, green, blue, alpha, in ClearColorDepthBuffer()
201 void RenderSystem::ClearColorBuffer(const GLclampf red, const GLclampf green, in ClearColorBuffer() argument
206 m_CurrentFrameBufferPtr->ClearColorBuffer(red, green, blue, alpha); in ClearColorBuffer()
Ddemo_FrameBuffer.cpp328 void FrameBuffer::ClearColorDepthStencilBuffer(const GLclampf red, const GLclampf green, in ClearColorDepthStencilBuffer() argument
332 glClearColor(red, green, blue, alpha); in ClearColorDepthStencilBuffer()
338 void FrameBuffer::ClearColorDepthBuffer(const GLclampf red, const GLclampf green, in ClearColorDepthBuffer() argument
342 glClearColor(red, green, blue, alpha); in ClearColorDepthBuffer()
347 void FrameBuffer::ClearColorBuffer(const GLclampf red, const GLclampf green, in ClearColorBuffer() argument
351 glClearColor(red, green, blue, alpha); in ClearColorBuffer()
Ddemo_RenderSystemDrawing.cpp155 const f32 red, const f32 green, const f32 blue, const f32 alpha) in SetClearColor() argument
159 m_ClearColorArray[0][0] = red; in SetClearColor()
167 m_ClearColorArray[1][0] = red; in SetClearColor()
191 …void RenderSystemDrawing::SetColor(const f32 red, const f32 green, const f32 blue, const f32 alpha) in SetColor() argument
193 m_GraphicsDrawing.SetColor(red, green, blue, alpha); in SetColor()
196 void RenderSystemDrawing::SetColor(const f32 red, const f32 green, const f32 blue) in SetColor() argument
198 m_GraphicsDrawing.SetColor(red, green, blue); in SetColor()
Ddemo_RenderSystemExt.cpp157 const f32 red, const f32 green, const f32 blue, const f32 alpha) in SetClearColor() argument
162 RenderSystemDrawing::SetClearColor(display, red, green, blue, alpha); in SetClearColor()
167 m_ClearColorArray[2][0] = red; in SetClearColor()
Ddemo_GraphicsDrawing.cpp180 void GraphicsDrawing::SetColor(const f32 red, const f32 green, const f32 blue) in SetColor() argument
182 m_Color[0] = red; in SetColor()
188 void GraphicsDrawing::SetColor(const f32 red, const f32 green, const f32 blue, const f32 alpha) in SetColor() argument
190 m_Color[0] = red; in SetColor()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_RenderSystem.h61 virtual void ClearColorDepthStencilBuffer(const GLclampf red, const GLclampf green,
64 virtual void ClearColorDepthBuffer(const GLclampf red, const GLclampf green,
67 virtual void ClearColorBuffer(const GLclampf red, const GLclampf green,
Ddemo_FrameBuffer.h105 void ClearColorDepthStencilBuffer(const GLclampf red, const GLclampf green,
109 void ClearColorDepthBuffer(const GLclampf red, const GLclampf green,
112 void ClearColorBuffer(const GLclampf red, const GLclampf green,
Ddemo_RenderSystemDrawing.h115 …virtual void SetClearColor(const s32 display, const f32 red, const f32 green, const f32 blue, cons…
128 virtual void SetColor(const f32 red, const f32 green, const f32 blue, const f32 alpha);
137 virtual void SetColor(const f32 red, const f32 green, const f32 blue);
Ddemo_GraphicsDrawing.h102 virtual void SetColor(const f32 red, const f32 green, const f32 blue, const f32 alpha);
111 virtual void SetColor(const f32 red, const f32 green, const f32 blue);
Ddemo_RenderSystemExt.h48 …virtual void SetClearColor(const s32 display, const f32 red, const f32 green, const f32 blue, cons…
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/RenderData/
Ddemo_TrianglesRenderData.h316 const GLfloat red, const GLfloat green, const GLfloat blue);
330 const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat alpha);
341 virtual void SetColor(const GLfloat red, const GLfloat green, const GLfloat blue);
354 …virtual void SetColor(const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat al…
Ddemo_TextsRenderData.h162 void SetFontColor(const f32 red, const f32 green,
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/
Ddemo_TrianglesRenderData.cpp544 const GLfloat red, const GLfloat green, const GLfloat blue) in SetColor() argument
548 m_ColorArray[4 * index] = red; in SetColor()
560 const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat alpha) in SetColor() argument
564 m_ColorArray[4 * index] = red; in SetColor()
575 void TrianglesRenderData::SetColor(const GLfloat red, const GLfloat green, const GLfloat blue) in SetColor() argument
581 m_ColorArray[4 * index] = red; in SetColor()
593 void TrianglesRenderData::SetColor(const GLfloat red, const GLfloat green, const GLfloat blue, in SetColor() argument
600 m_ColorArray[4 * index] = red; in SetColor()
Ddemo_TextsRenderData.cpp181 void TextsRenderData::SetFontColor(const f32 red, const f32 green, in SetFontColor() argument
184 m_Color[0] = red; in SetFontColor()
/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DTextWriter.h96 void SetTextColor(u8 red, u8 green, u8 blue, u8 alpha = 255);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/
Ddemo_Utility.cpp267 void GetRandomColor(f32& red, f32& green, f32& blue) in GetRandomColor() argument
276 red = static_cast<f32>(::std::rand() % 256) / 256.0f; in GetRandomColor()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Utility/
Ddemo_Utility.h209 void GetRandomColor(f32& red, f32& green, f32& blue);
/CTR-SDK-4.2.7-SampleDemos/documents/css/
Dmanpage.css211 color : red;
213 border : solid 2px red;
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DTextWriter.cpp257 void TextWriter::SetTextColor(u8 red, u8 green, u8 blue, u8 alpha) in SetTextColor() argument
260 m_textColor = nn::util::Color8(red, green, blue, alpha); in SetTextColor()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/VertexBuffer/
Dgx_VertexBuffer.cpp132 void SetCubeColor(const f32& red, const f32& green, const f32& blue, const f32& alpha);
532 void SetCubeColor(const f32& red, const f32& green, const f32& blue, const f32& alpha) in SetCubeColor() argument
536 s_ColorArray[4 * vertexIndex] = red; in SetCubeColor()