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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 171 glDrawElementsOffset_client_proc_t glDrawElementsOffset;
gl_client_context.cpp 171 glDrawElementsOffset = (glDrawElementsOffset_client_proc_t) getProc("glDrawElementsOffset", userData);
GLEncoder.cpp 570 ctx->glDrawElementsOffset(ctx, mode, count, type, (uintptr_t)indices);
    [all...]
gl_entry.cpp 166 void glDrawElementsOffset(GLenum mode, GLsizei count, GLenum type, GLuint offset);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 216 glDrawElementsOffset_client_proc_t glDrawElementsOffset;
gl2_client_context.cpp 216 glDrawElementsOffset = (glDrawElementsOffset_client_proc_t) getProc("glDrawElementsOffset", userData);
    [all...]
gl2_entry.cpp 211 void glDrawElementsOffset(GLenum mode, GLsizei count, GLenum type, GLuint offset);
    [all...]
GL2Encoder.cpp     [all...]
gl2_enc.cpp     [all...]

Completed in 748 milliseconds