/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.hpp | 63 …void clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value = tcu::Vec4(0.…
|
D | es31fFboTestCase.cpp | 380 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function in deqp::gles31::Functional::FboTestCase 382 FboTestUtil::clearColorBuffer(*getCurrentContext(), format, value); in clearColorBuffer()
|
D | es31fFboTestUtil.hpp | 129 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec…
|
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.hpp | 63 …void clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value = tcu::Vec4(0.…
|
D | es3fFboTestCase.cpp | 369 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()
|
D | es3fFboColorbufferTests.cpp | 864 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()
|
D | es3fFboTestUtil.hpp | 219 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec…
|
D | es3fFboRenderTest.cpp | 1153 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()
|
D | es3fFboTestUtil.cpp | 866 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() function
|
D | es3fFboInvalidateTests.cpp | 985 clearColorBuffer(colorFmt, tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f)); in render()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 672 void clearColorBuffer(GLint drawbuffer, const GLint *value); 673 void clearColorBuffer(GLint drawbuffer, const GLuint *value); 674 void clearColorBuffer(GLint drawbuffer, const GLfloat *value); 716 void clearColorBuffer(GLint drawbuffer, void *value, sw::Format format);
|
D | Context.cpp | 3462 void Context::clearColorBuffer(GLint drawbuffer, void *value, sw::Format format) in clearColorBuffer() function in es2::Context 3490 void Context::clearColorBuffer(GLint drawbuffer, const GLint *value) in clearColorBuffer() function in es2::Context 3492 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32I); in clearColorBuffer() 3495 void Context::clearColorBuffer(GLint drawbuffer, const GLuint *value) in clearColorBuffer() function in es2::Context 3497 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32UI); in clearColorBuffer() 3500 void Context::clearColorBuffer(GLint drawbuffer, const GLfloat *value) in clearColorBuffer() function in es2::Context 3502 clearColorBuffer(drawbuffer, (void*)value, sw::FORMAT_A32B32G32R32F); in clearColorBuffer()
|
D | libGLESv3.cpp | 2280 context->clearColorBuffer(drawbuffer, value); in ClearBufferiv() 2317 context->clearColorBuffer(drawbuffer, value); in ClearBufferuiv() 2344 context->clearColorBuffer(drawbuffer, value); in ClearBufferfv()
|