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

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

Completed in 81 milliseconds