Searched defs:blue (Results 1 – 12 of 12) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/ |
| D | demo_Body.cpp | 33 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()
|
| D | demo_Particle.cpp | 70 f32 blue = static_cast<f32>(::std::rand() % 256) / 256.0f; in InitializeParticle() local
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/ |
| D | demo_Utility.cpp | 267 void GetRandomColor(f32& red, f32& green, f32& blue) in GetRandomColor()
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/ |
| D | demo_RenderSystem.cpp | 180 const GLclampf green, const GLclampf blue, const GLclampf alpha, in ClearColorDepthStencilBuffer() 191 const GLclampf green, const GLclampf blue, const GLclampf alpha, in ClearColorDepthBuffer() 202 const GLclampf blue, const GLclampf alpha) in ClearColorBuffer()
|
| D | demo_FrameBuffer.cpp | 329 const GLclampf blue, const GLclampf alpha, const GLclampf depth, const GLclampf stencil) in ClearColorDepthStencilBuffer() 339 const GLclampf blue, const GLclampf alpha, const GLclampf depth) in ClearColorDepthBuffer() 348 const GLclampf blue, const GLclampf alpha) in ClearColorBuffer()
|
| D | demo_RenderSystemDrawing.cpp | 155 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()
|
| D | demo_RenderSystemExt.cpp | 157 const f32 red, const f32 green, const f32 blue, const f32 alpha) in SetClearColor()
|
| D | demo_GraphicsDrawing.cpp | 180 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/ |
| D | demo_TrianglesRenderData.cpp | 544 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()
|
| D | demo_TextsRenderData.cpp | 182 const f32 blue, const f32 alpha) in SetFontColor()
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | TextWriter.cpp | 257 void TextWriter::SetTextColor(u8 red, u8 green, u8 blue, u8 alpha) in SetTextColor()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/VertexBuffer/ |
| D | gx_VertexBuffer.cpp | 532 void SetCubeColor(const f32& red, const f32& green, const f32& blue, const f32& alpha) in SetCubeColor()
|