Searched defs:indices (Results 1 – 1 of 1) sorted by relevance
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/ |
D | gles3ndk.cpp | 1578 GLuint indices[] = {0, 1, 2}; in GLDrawElementsIndirect() local 1626 GLubyte indices[] = {0, 1, 2}; in GLDrawElementsInstanced() local 1650 GLubyte indices[] = {0, 1, 2}; in GLDrawElementsInstancedBaseVertex() local 1679 GLuint indices[] = {ARRAY_INDEX_ZERO, ARRAY_INDEX_ONE, ARRAY_INDEX_TWO}; in GLDrawRangeElements() local 1703 GLuint indices[] = {0, 1, 2}; in GLDrawRangeElementsBaseVertex() local
|