Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/amberscript/
Dparser_clear_color_test.cc23 TEST_F(AmberScriptParserTest, ClearColor) { in TEST_F() argument
/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp295 TEST_P(GLES1CovglTest, ClearColor) in TEST_P() argument
/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.cpp2216 void Framebuffer::ClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ClearColor() function in gl4cts::EnhancedLayouts::Utils::Framebuffer
2270 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 GL_APIENTRY ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in ClearColor() function
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp614 void GL_APIENTRY ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in ClearColor() function
/external/mesa3d/src/mesa/main/
Dmtypes.h352 GLfloat ClearColor[4]; /**< Accumulation buffer clear color */ member
374 union gl_color_union ClearColor; /**< Color for glClear, unclamped */ member
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser_test.cc544 TEST_F(CommandParserTest, ClearColor) { in TEST_F() argument