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

  /external/deqp/framework/randomshaders/
rsgProgramExecutor.hpp 56 int m_gridHeight;
rsgProgramExecutor.cpp 170 , m_gridHeight (gridHeight)
214 int gridVtxHeight = m_gridHeight+1;
306 float cellHeight = (float)height / (float)m_gridHeight;
  /external/deqp/modules/glshared/
glsRandomShaderCase.hpp 101 int m_gridHeight;
glsRandomShaderCase.cpp 123 , m_gridHeight (1)
155 int numVertices = (m_gridWidth+1)*(m_gridHeight+1);
172 float yf = (float)y / (float)m_gridHeight;
205 int numQuads = m_gridWidth*m_gridHeight;
484 rsg::ProgramExecutor executor (reference.getAccess(), m_gridWidth, m_gridHeight);

Completed in 249 milliseconds