Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderPerformanceCase.hpp66 int getGridHeight (void) const { return m_measurer.getGridHeight(); } in getGridHeight() function in deqp::gls::ShaderPerformanceCase
DglsShaderPerformanceMeasurer.hpp93 int getGridHeight (void) const { return m_gridSizeY; } in getGridHeight() function in deqp::gls::ShaderPerformanceMeasurer
/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp309 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init()
366 …int)m_comparisonValueArray.size() == numComponents * (getGridWidth() + 1) * (getGridHeight() + 1)); in setupProgram()
589 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init()
643 …DE_ASSERT((int)m_boundArray.size() == numComponents * (getGridWidth() + 1) * (getGridHeight() + 1)… in setupProgram()
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp305 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init()
362 …int)m_comparisonValueArray.size() == numComponents * (getGridWidth() + 1) * (getGridHeight() + 1)); in setupProgram()
581 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init()
635 …DE_ASSERT((int)m_boundArray.size() == numComponents * (getGridWidth() + 1) * (getGridHeight() + 1)… in setupProgram()