Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Darray.cpp767 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); in drawIndexedPrimitivesPoints()
789 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); in drawIndexedPrimitivesLineStrip()
816 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); in drawIndexedPrimitivesLineLoop()
843 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); in drawIndexedPrimitivesLines()
872 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); in drawIndexedPrimitivesTriangleFanOrStrip()
911 if (ggl_likely(c->arrays.indicesType == GL_UNSIGNED_SHORT)) { in drawIndexedPrimitivesTriangles()
1411 c->arrays.indicesType = type; in glDrawElements()
Dcontext.h210 GLenum indicesType; member