OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clearColorBuffer
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles3/functional/
es3fFboTestCase.cpp
357
void FboTestCase::
clearColorBuffer
(const tcu::TextureFormat& format, const tcu::Vec4& value)
359
FboTestUtil::
clearColorBuffer
(*getCurrentContext(), format, value);
es3fFboTestUtil.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
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 82 milliseconds