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

  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp 320 const GLint referenceAsGLintMin[] =
337 if (floatVector2[0] < referenceAsGLintMin[0] || floatVector2[0] > referenceAsGLintMax[0] ||
338 floatVector2[1] < referenceAsGLintMin[1] || floatVector2[1] > referenceAsGLintMax[1])
342 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], "
343 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "]"
358 const GLint referenceAsGLintMin[] =
379 if (floatVector4[0] < referenceAsGLintMin[0] || floatVector4[0] > referenceAsGLintMax[0] ||
380 floatVector4[1] < referenceAsGLintMin[1] || floatVector4[1] > referenceAsGLintMax[1] ||
381 floatVector4[2] < referenceAsGLintMin[2] || floatVector4[2] > referenceAsGLintMax[2] ||
382 floatVector4[3] < referenceAsGLintMin[3] || floatVector4[3] > referenceAsGLintMax[3]
    [all...]
es2fShaderStateQueryTests.cpp 147 const GLint referenceAsGLintMin[] =
162 if (attribValue[0] < referenceAsGLintMin[0] || attribValue[0] > referenceAsGLintMax[0] ||
163 attribValue[1] < referenceAsGLintMin[1] || attribValue[1] > referenceAsGLintMax[1] ||
164 attribValue[2] < referenceAsGLintMin[2] || attribValue[2] > referenceAsGLintMax[2] ||
165 attribValue[3] < referenceAsGLintMin[3] || attribValue[3] > referenceAsGLintMax[3])
169 << "[" << referenceAsGLintMin[0] << " " << referenceAsGLintMax[0] << "], "
170 << "[" << referenceAsGLintMin[1] << " " << referenceAsGLintMax[1] << "], "
171 << "[" << referenceAsGLintMin[2] << " " << referenceAsGLintMax[2] << "], "
172 << "[" << referenceAsGLintMin[3] << " " << referenceAsGLintMax[3] << "]"
    [all...]