/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_client_context.h | 215 glDrawElementsData_client_proc_t glDrawElementsData; [all...] |
gl2_entry.cpp | 213 void glDrawElementsData(GLenum mode, GLsizei count, GLenum type, void* data, GLuint datalen); [all...] |
GL2Encoder.cpp | 520 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, [all...] |
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_client_context.h | 170 glDrawElementsData_client_proc_t glDrawElementsData; [all...] |
GLEncoder.cpp | 586 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices, [all...] |
gl_entry.cpp | 168 void glDrawElementsData(GLenum mode, GLsizei count, GLenum type, void* data, GLuint datalen); [all...] |