HomeSort by relevance Sort by last modified time
    Searched refs:clearColorBuffer (Results 1 - 16 of 16) sorted by null

  /external/deqp/modules/gles3/functional/
es3fFboTestCase.hpp 63 void clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value = tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f));
es3fFboTestCase.cpp 367 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value)
369 FboTestUtil::clearColorBuffer(*getCurrentContext(), format, value);
es3fFboTestUtil.hpp 219 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value);
es3fFboColorbufferTests.cpp 864 clearColorBuffer(fboFormat, Vec4(0.0f));
875 clearColorBuffer(fboFormat, color);
933 clearColorBuffer(fboFormat, Vec4(0.0f));
941 clearColorBuffer(fboFormat, color);
    [all...]
es3fFboRenderTest.cpp     [all...]
es3fFboTestUtil.cpp     [all...]
es3fFboInvalidateTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.hpp 63 void clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value = tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f));
es31fFboTestUtil.hpp 129 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value);
es31fFboTestCase.cpp 380 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value)
382 FboTestUtil::clearColorBuffer(*getCurrentContext(), format, value);
es31fFboTestUtil.cpp 420 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value)
  /frameworks/base/libs/hwui/
BakedOpRenderer.cpp 79 clearColorBuffer(repaintRect);
123 clearColorBuffer(repaintRect);
170 void BakedOpRenderer::clearColorBuffer(const Rect& rect) {
BakedOpRenderer.h 110 void clearColorBuffer(const Rect& clearRect);
  /external/swiftshader/src/OpenGL/libGLESv2/
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);
715 void clearColorBuffer(GLint drawbuffer, void *value, sw::Format format);
Context.cpp     [all...]
libGLESv3.cpp     [all...]

Completed in 632 milliseconds