Searched defs:ClearColor (Results 1 – 7 of 7) sorted by relevance
/external/deqp-deps/amber/src/amberscript/ |
D | parser_clear_color_test.cc | 23 TEST_F(AmberScriptParserTest, ClearColor) { in TEST_F() argument
|
/external/angle/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 295 TEST_P(GLES1CovglTest, ClearColor) in TEST_P() argument
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 2217 bool ClearTest::ClearColor<glw::GLfloat>(glw::GLenum buffer, glw::GLint drawbuffer, glw::GLfloat va… in ClearColor() function in gl4cts::DirectStateAccess::Framebuffers::ClearTest 2247 bool ClearTest::ClearColor<glw::GLint>(glw::GLenum buffer, glw::GLint drawbuffer, glw::GLint value) in ClearColor() function in gl4cts::DirectStateAccess::Framebuffers::ClearTest 2277 bool ClearTest::ClearColor<glw::GLuint>(glw::GLenum buffer, glw::GLint drawbuffer, glw::GLuint valu… in ClearColor() function in gl4cts::DirectStateAccess::Framebuffers::ClearTest
|
D | gl4cEnhancedLayoutsTests.cpp | 2219 void Framebuffer::ClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ClearColor() function in gl4cts::EnhancedLayouts::Utils::Framebuffer 2273 void Framebuffer::ClearColor(const Functions &gl, GLfloat red, GLfloat green, GLfloat blue, GLfloat… in ClearColor() function in gl4cts::EnhancedLayouts::Utils::Framebuffer
|
/external/mesa3d/src/mesa/main/ |
D | mtypes.h | 218 GLfloat ClearColor[4]; /**< Accumulation buffer clear color */ member 240 union gl_color_union ClearColor; /**< Color for glClear, unclamped */ member
|
/external/deqp-deps/amber/src/vkscript/ |
D | command_parser_test.cc | 544 TEST_F(CommandParserTest, ClearColor) { in TEST_F() argument
|
/external/rust/android-crates-io/crates/gl/out/ |
D | bindings.rs | 1618 …pub unsafe fn ClearColor(red: types::GLfloat, green: types::GLfloat, blue: types::GLfloat, alpha: … in ClearColor() function 3458 pub static mut ClearColor: FnPtr = FnPtr { variable 7142 pub mod ClearColor { module
|