Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp389 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function in deqp::gles31::Functional::FboTestCase
Des31fFboTestUtil.cpp420 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp369 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function in deqp::gles3::Functional::FboTestCase
Des3fFboTestUtil.cpp866 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3474 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