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

  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 67 static inline int getNumIndices (int gridSizeX, int gridSizeY)
261 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 143 public int[] getNumIndices() {
  /external/llvm/include/llvm/IR/
Operator.h 410 unsigned getNumIndices() const { // Note: always non-negative
Instructions.h     [all...]
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 110 int getNumIndices (void);
188 int PrimitiveRestartCase::getNumIndices (void)
253 DE_ASSERT(getNumIndices() == 0);
446 int numIndices = getNumIndices();
556 int numIndices = getNumIndices();
577 draw(0, getNumIndices());
602 int numIndices = getNumIndices();
es3fVertexTextureTests.cpp 243 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; }
781 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
    [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 193 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; }
680 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
    [all...]

Completed in 1324 milliseconds