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

  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 192 int getSize (void) const { return m_gridSize; }
196 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; }
204 const int m_gridSize;
213 int ndx00 = (row*m_gridSize + col) * 4;
225 return m_texCoords[(row*m_gridSize + col) * 4];
230 : m_gridSize(gridSize)
232 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 241 int getSize (void) const { return m_gridSize; }
245 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; }
253 const int m_gridSize;
262 int ndx00 = (row*m_gridSize + col) * 4;
274 return m_texCoords[(row*m_gridSize + col) * 4];
279 : m_gridSize(gridSize)
281 DE_ASSERT(m_gridSize > 0 && m_gridSize*m_gridSize <= (int)std::numeric_limits<deUint16>::max() + 1)
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 140 int getGridSize (void) const { return m_gridSize; }
161 int m_gridSize;
178 : m_gridSize (gridSize)
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 150 int getGridSize (void) const { return m_gridSize; }
172 const int m_gridSize;
195 : m_gridSize (gridSize)
    [all...]

Completed in 1071 milliseconds