Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fOcclusionQueryTests.cpp47 static const tcu::Vec4 STENCIL_CLEAR_COLOR = tcu::Vec4(0.0f, 0.8f, 0.5f, 1.0f); variable
309 …glClearColor (STENCIL_CLEAR_COLOR.x(), STENCIL_CLEAR_COLOR.y(), STENCIL_CLEAR_COLOR.z(), STENCIL_C… in iterate()