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

  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 63 static float getMinLodForCell (int cellNdx)
84 return s_values[cellNdx % DE_LENGTH_OF_ARRAY(s_values)];
87 static float getMaxLodForCell (int cellNdx)
109 return s_values[cellNdx % DE_LENGTH_OF_ARRAY(s_values)];
232 static void getBasicTexCoord2D (std::vector<float>& dst, int cellNdx)
261 DE_ASSERT(de::inBounds(cellNdx, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
263 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
264 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
269 static void getAffineTexCoord2D (std::vector<float>& dst, int cellNdx)
272 getBasicTexCoord2D(dst, cellNdx);
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 182 static void getBasicTexCoord2D (std::vector<float>& dst, int cellNdx)
211 DE_ASSERT(de::inBounds(cellNdx, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
213 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
214 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
219 static void getAffineTexCoord2D (std::vector<float>& dst, int cellNdx)
222 getBasicTexCoord2D(dst, cellNdx);
225 float angle = 2.0f*DE_PI * ((float)cellNdx / 16.0f);
229 float shearX = de::inRange(cellNdx, 4, 11) ? (float)(15-cellNdx) / 16.0f : 0.0f;
325 int cellNdx = gridY*gridWidth + gridX
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 174 static void getBasicTexCoord2D (std::vector<float>& dst, int cellNdx)
203 DE_ASSERT(de::inBounds(cellNdx, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
205 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
206 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
211 static void getAffineTexCoord2D (std::vector<float>& dst, int cellNdx)
214 getBasicTexCoord2D(dst, cellNdx);
217 float angle = 2.0f*DE_PI * ((float)cellNdx / 16.0f);
221 float shearX = de::inRange(cellNdx, 4, 11) ? (float)(15-cellNdx) / 16.0f : 0.0f;
318 int cellNdx = gridY*gridWidth + gridX
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 186 static void getBasicTexCoord2D (std::vector<float>& dst, int cellNdx)
215 DE_ASSERT(de::inBounds(cellNdx, 0, DE_LENGTH_OF_ARRAY(s_basicCoords)));
217 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
218 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
223 static void getAffineTexCoord2D (std::vector<float>& dst, int cellNdx)
226 getBasicTexCoord2D(dst, cellNdx);
229 float angle = 2.0f*DE_PI * ((float)cellNdx / 16.0f);
233 float shearX = de::inRange(cellNdx, 4, 11) ? (float)(15-cellNdx) / 16.0f : 0.0f;
318 const int cellNdx = gridY*gridWidth + gridX
    [all...]

Completed in 816 milliseconds