HomeSort by relevance Sort by last modified time
    Searched refs:TARGET_COLOR (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/stress/
es3sOcclusionQueryTests.cpp 50 static const tcu::Vec4 TARGET_COLOR = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f);
236 glUniform4f (colorUnif, TARGET_COLOR.x(), TARGET_COLOR.y(), TARGET_COLOR.z(), TARGET_COLOR.w());
  /external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp 48 static const tcu::Vec4 TARGET_COLOR = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f);
354 glUniform4f (colorUnif, TARGET_COLOR.x(), TARGET_COLOR.y(), TARGET_COLOR.z(), TARGET_COLOR.w());

Completed in 115 milliseconds