HomeSort by relevance Sort by last modified time
    Searched refs:clearColorBuffer (Results 1 - 10 of 10) 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 357 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value)
359 FboTestUtil::clearColorBuffer(*getCurrentContext(), format, value);
es3fFboTestUtil.hpp 219 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value);
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 362 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value)
364 FboTestUtil::clearColorBuffer(*getCurrentContext(), format, value);
es31fFboTestUtil.cpp 414 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value)

Completed in 233 milliseconds