HomeSort by relevance Sort by last modified time
    Searched refs:glDrawElementsData (Results 1 - 6 of 6) sorted by null

  /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...]

Completed in 41 milliseconds