Home
last modified time | relevance | path

Searched defs:ClearColor (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp2218 bool ClearTest::ClearColor<glw::GLfloat>(glw::GLenum buffer, glw::GLint drawbuffer, glw::GLfloat va… in ClearColor() function in gl4cts::DirectStateAccess::Framebuffers::ClearTest
2248 bool ClearTest::ClearColor<glw::GLint>(glw::GLenum buffer, glw::GLint drawbuffer, glw::GLint value) in ClearColor() function in gl4cts::DirectStateAccess::Framebuffers::ClearTest
2278 bool ClearTest::ClearColor<glw::GLuint>(glw::GLenum buffer, glw::GLint drawbuffer, glw::GLuint valu… in ClearColor() function in gl4cts::DirectStateAccess::Framebuffers::ClearTest
Dgl4cEnhancedLayoutsTests.cpp2159 void Framebuffer::ClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ClearColor() function in gl4cts::EnhancedLayouts::Utils::Framebuffer
2213 void Framebuffer::ClearColor(const Functions& gl, GLfloat red, GLfloat green, GLfloat blue, GLfloat… in ClearColor() function in gl4cts::EnhancedLayouts::Utils::Framebuffer
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.cpp479 void ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in ClearColor() function
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp614 void ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in ClearColor() function
/external/mesa3d/src/mesa/main/
Dmtypes.h405 GLfloat ClearColor[4]; /**< Accumulation buffer clear color */ member
427 union gl_color_union ClearColor; /**< Color for glClear, unclamped */ member