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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 214 glDrawElementsOffset_client_proc_t glDrawElementsOffset;
    [all...]
gl2_entry.cpp 212 void glDrawElementsOffset(GLenum mode, GLsizei count, GLenum type, GLuint offset);
    [all...]
GL2Encoder.cpp 482 ctx->glDrawElementsOffset(ctx, mode, count, type, (GLuint)indices);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 169 glDrawElementsOffset_client_proc_t glDrawElementsOffset;
    [all...]
GLEncoder.cpp 548 ctx->glDrawElementsOffset(ctx, mode, count, type, (GLuint)indices);
    [all...]
gl_entry.cpp 167 void glDrawElementsOffset(GLenum mode, GLsizei count, GLenum type, GLuint offset);
    [all...]

Completed in 984 milliseconds