Home
last modified time | relevance | path

Searched refs:clearColorBuffer (Results 1 – 14 of 14) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fFboTestCase.hpp63 …void clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value = tcu::Vec4(0.…
Des31fFboTestCase.cpp389 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function in deqp::gles31::Functional::FboTestCase
391 FboTestUtil::clearColorBuffer(*getCurrentContext(), format, value); in clearColorBuffer()
Des31fFboTestUtil.hpp129 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec…
Des31fFboTestUtil.cpp420 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.hpp63 …void clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value = tcu::Vec4(0.…
Des3fFboTestCase.cpp369 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function in deqp::gles3::Functional::FboTestCase
371 FboTestUtil::clearColorBuffer(*getCurrentContext(), format, value); in clearColorBuffer()
Des3fFboColorbufferTests.cpp864 clearColorBuffer(fboFormat, Vec4(0.0f)); in render()
875 clearColorBuffer(fboFormat, color); in render()
933 clearColorBuffer(fboFormat, Vec4(0.0f)); in render()
941 clearColorBuffer(fboFormat, color); in render()
995 clearColorBuffer(fboFormat, Vec4(0.0f)); in render()
1003 clearColorBuffer(fboFormat, color); in render()
Des3fFboTestUtil.hpp219 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec…
Des3fFboRenderTest.cpp1153 clearColorBuffer(context, colorFormat, tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f)); in render()
1208 clearColorBuffer(context, colorFormat, tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f)); in render()
1305 clearColorBuffer(ctx, colorFormat, tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f)); in render()
Des3fFboTestUtil.cpp866 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function
Des3fFboInvalidateTests.cpp985 clearColorBuffer(colorFmt, tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f)); in render()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h645 void clearColorBuffer(GLint drawbuffer, const GLint *value);
646 void clearColorBuffer(GLint drawbuffer, const GLuint *value);
647 void clearColorBuffer(GLint drawbuffer, const GLfloat *value);
689 void clearColorBuffer(GLint drawbuffer, void *value, sw::Format format);
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
3504 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32I); in clearColorBuffer()
3507 void Context::clearColorBuffer(GLint drawbuffer, const GLuint *value) in clearColorBuffer() function in es2::Context
3509 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32UI); in clearColorBuffer()
3512 void Context::clearColorBuffer(GLint drawbuffer, const GLfloat *value) in clearColorBuffer() function in es2::Context
3514 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32F); in clearColorBuffer()
DlibGLESv3.cpp2282 context->clearColorBuffer(drawbuffer, value); in ClearBufferiv()
2319 context->clearColorBuffer(drawbuffer, value); in ClearBufferuiv()
2346 context->clearColorBuffer(drawbuffer, value); in ClearBufferfv()