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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 172 glDrawElementsData_client_proc_t glDrawElementsData;
gl_client_context.cpp 172 glDrawElementsData = (glDrawElementsData_client_proc_t) getProc("glDrawElementsData", userData);
GLEncoder.cpp 619 ctx->glDrawElementsData(ctx, mode, count, type, adjustedIndices,
    [all...]
gl_entry.cpp 167 void glDrawElementsData(GLenum mode, GLsizei count, GLenum type, void* data, GLuint datalen);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 217 glDrawElementsData_client_proc_t glDrawElementsData;
gl2_client_context.cpp 217 glDrawElementsData = (glDrawElementsData_client_proc_t) getProc("glDrawElementsData", userData);
    [all...]
gl2_entry.cpp 212 void glDrawElementsData(GLenum mode, GLsizei count, GLenum type, void* data, GLuint datalen);
    [all...]
GL2Encoder.cpp     [all...]
gl2_enc.cpp     [all...]

Completed in 570 milliseconds