Home
last modified time | relevance | path

Searched defs:red (Results 1 – 12 of 12) 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()
39 …void Body::SetColor(const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat alph… in SetColor()
Ddemo_Particle.cpp68 f32 red = static_cast<f32>(::std::rand() % 256) / 256.0f; in InitializeParticle() local
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/
Ddemo_Utility.cpp267 void GetRandomColor(f32& red, f32& green, f32& blue) in GetRandomColor()
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystem.cpp179 void RenderSystem::ClearColorDepthStencilBuffer(const GLclampf red, in ClearColorDepthStencilBuffer()
190 void RenderSystem::ClearColorDepthBuffer(const GLclampf red, in ClearColorDepthBuffer()
201 void RenderSystem::ClearColorBuffer(const GLclampf red, const GLclampf green, in ClearColorBuffer()
Ddemo_FrameBuffer.cpp328 void FrameBuffer::ClearColorDepthStencilBuffer(const GLclampf red, const GLclampf green, in ClearColorDepthStencilBuffer()
338 void FrameBuffer::ClearColorDepthBuffer(const GLclampf red, const GLclampf green, in ClearColorDepthBuffer()
347 void FrameBuffer::ClearColorBuffer(const GLclampf red, const GLclampf green, in ClearColorBuffer()
Ddemo_RenderSystemDrawing.cpp155 const f32 red, const f32 green, const f32 blue, const f32 alpha) in SetClearColor()
191 …void RenderSystemDrawing::SetColor(const f32 red, const f32 green, const f32 blue, const f32 alpha) in SetColor()
196 void RenderSystemDrawing::SetColor(const f32 red, const f32 green, const f32 blue) in SetColor()
Ddemo_RenderSystemExt.cpp157 const f32 red, const f32 green, const f32 blue, const f32 alpha) in SetClearColor()
Ddemo_GraphicsDrawing.cpp180 void GraphicsDrawing::SetColor(const f32 red, const f32 green, const f32 blue) in SetColor()
188 void GraphicsDrawing::SetColor(const f32 red, const f32 green, const f32 blue, const f32 alpha) in SetColor()
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/
Ddemo_TrianglesRenderData.cpp544 const GLfloat red, const GLfloat green, const GLfloat blue) in SetColor()
560 const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat alpha) in SetColor()
575 void TrianglesRenderData::SetColor(const GLfloat red, const GLfloat green, const GLfloat blue) in SetColor()
593 void TrianglesRenderData::SetColor(const GLfloat red, const GLfloat green, const GLfloat blue, in SetColor()
Ddemo_TextsRenderData.cpp181 void TextsRenderData::SetFontColor(const f32 red, const f32 green, in SetFontColor()
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DTextWriter.cpp257 void TextWriter::SetTextColor(u8 red, u8 green, u8 blue, u8 alpha) in SetTextColor()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/VertexBuffer/
Dgx_VertexBuffer.cpp532 void SetCubeColor(const f32& red, const f32& green, const f32& blue, const f32& alpha) in SetCubeColor()