Searched defs:clearColorBuffer (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp367 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) function in class:deqp::gles3::Functional::FboTestCase
369 FboTestUtil::clearColorBuffer(*getCurrentContext(), format, value);
H A Des3fFboTestUtil.cpp866 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value) function in namespace:deqp::gles3::Functional::FboTestUtil
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp374 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) function in class:deqp::gles31::Functional::FboTestCase
376 FboTestUtil::clearColorBuffer(*getCurrentContext(), format, value);
H A Des31fFboTestUtil.cpp414 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value) function in namespace:deqp::gles31::Functional::FboTestUtil
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp3344 void Context::clearColorBuffer(GLint drawbuffer, void *value, sw::Format format) function in class:es2::Context
3368 void Context::clearColorBuffer(GLint drawbuffer, const GLint *value) function in class:es2::Context
3370 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32I);
3373 void Context::clearColorBuffer(GLint drawbuffer, const GLuint *value) function in class:es2::Context
3375 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32UI);
3378 void Context::clearColorBuffer(GLint drawbuffer, const GLfloat *value) function in class:es2::Context
3380 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32F);

Completed in 717 milliseconds