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

  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 189 int getSize (void) const { return m_gridSize; }
193 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; }
201 const int m_gridSize;
210 int ndx00 = (row*m_gridSize + col) * 4;
222 return m_texCoords[(row*m_gridSize + col) * 4];
227 : m_gridSize(gridSize)
229 DE_ASSERT(m_gridSize > 0 && m_gridSize*m_gridSize <= (int)std::numeric_limits<deUint16>::max() + 1)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]
es31fPrimitiveBoundingBoxTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 239 int getSize (void) const { return m_gridSize; }
243 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; }
251 const int m_gridSize;
260 int ndx00 = (row*m_gridSize + col) * 4;
272 return m_texCoords[(row*m_gridSize + col) * 4];
277 : m_gridSize(gridSize)
279 DE_ASSERT(m_gridSize > 0 && m_gridSize*m_gridSize <= (int)std::numeric_limits<deUint16>::max() + 1)
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 156 int getGridSize (void) const { return m_gridSize; }
177 int m_gridSize;
194 : m_gridSize (gridSize)

Completed in 662 milliseconds