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

  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 190 } s_basicCoords[] =
213 DE_ASSERT(de::inBounds(cellNdx, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
215 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
216 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 181 } s_basicCoords[] =
204 DE_ASSERT(de::inBounds(cellNdx, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
206 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
207 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 193 } s_basicCoords[] =
216 DE_ASSERT(de::inBounds(cellNdx, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
218 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
219 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 204 } s_basicCoords[] =
227 DE_ASSERT(de::inBounds(cellNdx, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
229 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
230 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 237 } s_basicCoords[] =
260 DE_ASSERT(de::inBounds(cellNdx, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
262 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
263 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
    [all...]

Completed in 103 milliseconds