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

  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp 405 const GLint testRangeAsGLint[] =
418 if (testRangeAsGLint[0] < range[0] ||
419 testRangeAsGLint[1] > range[1])
423 << testRangeAsGLint[0] << ", "
424 << testRangeAsGLint[1] << "]"
590 const GLint64 testRangeAsGLint[] =
603 if (testRangeAsGLint[0] < range[0] ||
604 testRangeAsGLint[1] > range[1])
608 << testRangeAsGLint[0] << ", "
609 << testRangeAsGLint[1] << "]
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFloatStateQueryTests.cpp 444 const GLint testRangeAsGLint[] =
451 if (testRangeAsGLint[0] < range[0] ||
452 testRangeAsGLint[1] > range[1])
456 << testRangeAsGLint[0] << ", "
457 << testRangeAsGLint[1] << "]"
650 const GLint64 testRangeAsGLint[] =
657 if (testRangeAsGLint[0] < range[0] ||
658 testRangeAsGLint[1] > range[1])
662 << testRangeAsGLint[0] << ", "
663 << testRangeAsGLint[1] << "]
    [all...]

Completed in 76 milliseconds