Searched refs:m_gridHeight (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.hpp56 int m_gridHeight; member in class:rsg::ProgramExecutor
H A DrsgProgramExecutor.cpp170 , m_gridHeight (gridHeight)
214 int gridVtxHeight = m_gridHeight+1;
306 float cellHeight = (float)height / (float)m_gridHeight;
/external/deqp/modules/glshared/
H A DglsRandomShaderCase.hpp101 int m_gridHeight; member in class:deqp::gls::RandomShaderCase
H A DglsRandomShaderCase.cpp123 , 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 4401 milliseconds