Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Darray.cpp769 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); in drawIndexedPrimitivesPoints()
791 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); in drawIndexedPrimitivesLineStrip()
818 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); in drawIndexedPrimitivesLineLoop()
845 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); in drawIndexedPrimitivesLines()
874 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); in drawIndexedPrimitivesTriangleFanOrStrip()
913 if (ggl_likely(c->arrays.indicesType == GL_UNSIGNED_SHORT)) { in drawIndexedPrimitivesTriangles()
1413 c->arrays.indicesType = type; in glDrawElements()
Dcontext.h210 GLenum indicesType; member