Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRandomShaderCase.cpp123 , m_gridHeight (1) in RandomShaderCase()
155 int numVertices = (m_gridWidth+1)*(m_gridHeight+1); in init()
172 float yf = (float)y / (float)m_gridHeight; in init()
205 int numQuads = m_gridWidth*m_gridHeight; in init()
484 rsg::ProgramExecutor executor (reference.getAccess(), m_gridWidth, m_gridHeight); in iterate()
DglsRandomShaderCase.hpp101 int m_gridHeight; member in deqp::gls::RandomShaderCase
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.hpp56 int m_gridHeight; member in rsg::ProgramExecutor
DrsgProgramExecutor.cpp170 , m_gridHeight (gridHeight) in ProgramExecutor()
214 int gridVtxHeight = m_gridHeight+1; in execute()
306 float cellHeight = (float)height / (float)m_gridHeight; in execute()