Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp525 GLenum indexTypeGL; in draw() local
529 case INDEX_UNSIGNED_BYTE: indexTypeGL = GL_UNSIGNED_BYTE; break; in draw()
530 case INDEX_UNSIGNED_SHORT: indexTypeGL = GL_UNSIGNED_SHORT; break; in draw()
531 case INDEX_UNSIGNED_INT: indexTypeGL = GL_UNSIGNED_INT; break; in draw()
534 indexTypeGL = 0; in draw()
545 glDrawElements(primTypeGL, (GLsizei)count, indexTypeGL, (GLvoid*)getIndexPtr(startNdx)); in draw()
547 …glDrawElementsInstanced(primTypeGL, (GLsizei)count, indexTypeGL, (GLvoid*)getIndexPtr(startNdx), 1… in draw()
564 …glDrawRangeElements(primTypeGL, 0, (GLuint)max, (GLsizei)count, indexTypeGL, (GLvoid*)getIndexPtr(… in draw()