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

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndexedTest.cpp 180 ReferenceImageCoordinates refCoords;
190 if ((yCoord >= refCoords.bottom &&
191 yCoord <= refCoords.top &&
192 xCoord >= refCoords.left &&
193 xCoord <= refCoords.right))
vktDrawSimpleTest.cpp 174 ReferenceImageCoordinates refCoords;
184 if ((yCoord >= refCoords.bottom &&
185 yCoord <= refCoords.top &&
186 xCoord >= refCoords.left &&
187 xCoord <= refCoords.right))
vktDrawIndirectTest.cpp 298 ReferenceImageCoordinates refCoords;
308 if ((yCoord >= refCoords.bottom &&
309 yCoord <= refCoords.top &&
310 xCoord >= refCoords.left &&
311 xCoord <= refCoords.right))
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]

Completed in 69 milliseconds