Searched defs:clearColorBuffer (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 389 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function in deqp::gles31::Functional::FboTestCase
|
D | es31fFboTestUtil.cpp | 420 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 369 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function in deqp::gles3::Functional::FboTestCase
|
D | es3fFboTestUtil.cpp | 866 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 3474 void Context::clearColorBuffer(GLint drawbuffer, void *value, sw::Format format) in clearColorBuffer() function in es2::Context 3502 void Context::clearColorBuffer(GLint drawbuffer, const GLint *value) in clearColorBuffer() function in es2::Context 3507 void Context::clearColorBuffer(GLint drawbuffer, const GLuint *value) in clearColorBuffer() function in es2::Context 3512 void Context::clearColorBuffer(GLint drawbuffer, const GLfloat *value) in clearColorBuffer() function in es2::Context
|