Searched refs:TARGET_COLOR (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/stress/ |
D | es3sOcclusionQueryTests.cpp | 50 static const tcu::Vec4 TARGET_COLOR = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f); variable 236 glUniform4f (colorUnif, TARGET_COLOR.x(), TARGET_COLOR.y(), TARGET_COLOR.z(), TARGET_COLOR.w()); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fOcclusionQueryTests.cpp | 48 static const tcu::Vec4 TARGET_COLOR = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f); variable 354 …glUniform4f (colorUnif, TARGET_COLOR.x(), TARGET_COLOR.y(), TARGET_COLOR.z(), TARGET_COLOR.w()); in iterate()
|