Searched defs:testRangeAsGLint (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fFloatStateQueryTests.cpp405 const GLint testRangeAsGLint[] = local
418 if (testRangeAsGLint[0] < range[0] ||
419 testRangeAsGLint[1] > range[1])
423 << testRangeAsGLint[0] << ", "
424 << testRangeAsGLint[1] << "]"
590 const GLint64 testRangeAsGLint[] = local
603 if (testRangeAsGLint[0] < range[0] ||
604 testRangeAsGLint[1] > range[1])
608 << testRangeAsGLint[0] << ", "
609 << testRangeAsGLint[
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFloatStateQueryTests.cpp444 const GLint testRangeAsGLint[] = local
451 if (testRangeAsGLint[0] < range[0] ||
452 testRangeAsGLint[1] > range[1])
456 << testRangeAsGLint[0] << ", "
457 << testRangeAsGLint[1] << "]"
650 const GLint64 testRangeAsGLint[] = local
657 if (testRangeAsGLint[0] < range[0] ||
658 testRangeAsGLint[1] > range[1])
662 << testRangeAsGLint[0] << ", "
663 << testRangeAsGLint[
[all...]

Completed in 470 milliseconds