Searched refs:TARGET_COLOR (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/stress/
H A Des3sOcclusionQueryTests.cpp50 static const tcu::Vec4 TARGET_COLOR = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f); member in namespace:deqp::gles3::Stress
236 glUniform4f (colorUnif, TARGET_COLOR.x(), TARGET_COLOR.y(), TARGET_COLOR.z(), TARGET_COLOR.w());
/external/deqp/modules/gles3/functional/
H A Des3fOcclusionQueryTests.cpp48 static const tcu::Vec4 TARGET_COLOR = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f); member in namespace:deqp::gles3::Functional
354 glUniform4f (colorUnif, TARGET_COLOR.x(), TARGET_COLOR.y(), TARGET_COLOR.z(), TARGET_COLOR.w());

Completed in 269 milliseconds