Searched defs:getNumIndices (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp67 static inline int getNumIndices (int gridSizeX, int gridSizeY) function in namespace:deqp::gls
261 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY);
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp110 int getNumIndices (void);
188 int PrimitiveRestartCase::getNumIndices (void) function in class:deqp::gles3::Functional::PrimitiveRestartCase
253 DE_ASSERT(getNumIndices() == 0);
446 int numIndices = getNumIndices();
556 int numIndices = getNumIndices();
577 draw(0, getNumIndices());
602 int numIndices = getNumIndices();
H A Des3fVertexTextureTests.cpp243 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } function in class:deqp::gles3::Functional::__anon20153::PosTexCoordQuadGrid
781 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
1116 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
1456 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
1800 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
/external/llvm/include/llvm/IR/
H A DOperator.h408 unsigned getNumIndices() const { // Note: always non-negative function in class:llvm::GEPOperator
H A DInstructions.h893 unsigned getNumIndices() const { // Note: always non-negative function in class:llvm::GetElementPtrInst
1896 unsigned getNumIndices() const { function in class:llvm::ExtractValueInst
2017 unsigned getNumIndices() const { function in class:llvm::InsertValueInst
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp193 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } function in class:deqp::gles2::Functional::__anon19944::PosTexCoordQuadGrid
680 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
1012 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());

Completed in 456 milliseconds