Searched defs:indices (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | glUtils.h | 66 template <class T> void minmax(T *indices, int count, int *min, int *max) { in minmax() 77 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 519 …Encoder::s_glDrawElements(void *self, GLenum mode, GLsizei count, GLenum type, const void *indices) in s_glDrawElements()
|
D | gl_entry.cpp | 713 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in glDrawElements() 1885 …awElementsEXT(GLenum mode, const GLsizei* count, GLenum type, const GLvoid* const* indices, GLsize… in glMultiDrawElementsEXT() 1897 void glMultiDrawElementsSUN(GLenum mode, const GLsizei* count, GLenum type, const GLvoid** indices,… in glMultiDrawElementsSUN()
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 476 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in glDrawElements() 1196 …awElementsEXT(GLenum mode, const GLsizei* count, GLenum type, const GLvoid* const* indices, GLsize… in glMultiDrawElementsEXT()
|
D | GL2Encoder.cpp | 469 …Encoder::s_glDrawElements(void *self, GLenum mode, GLsizei count, GLenum type, const void *indices) in s_glDrawElements()
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 396 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) in glDrawElements() 1261 void glMultiDrawElementsEXT(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices,… in glMultiDrawElementsEXT()
|