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

  /external/deqp/modules/glshared/
glsShaderPerformanceCase.hpp 66 int getGridHeight (void) const { return m_measurer.getGridHeight(); }
glsShaderPerformanceMeasurer.hpp 93 int getGridHeight (void) const { return m_gridSizeY; }
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h 62 int getGridHeight() const { return GRID_HEIGHT; }
proximity_info_state.cpp 63 mGridWidth = proximityInfo->getGridHeight();
  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 305 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/
es3pShaderControlStatementTests.cpp 309 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));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSPanel.java 435 public int getGridHeight() {

Completed in 388 milliseconds