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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 165 glBindVertexArrayOES_client_proc_t glBindVertexArrayOES;
    [all...]
gl2_client_context.cpp 169 ptr = getProc("glBindVertexArrayOES", userData); set_glBindVertexArrayOES((glBindVertexArrayOES_client_proc_t)ptr);
gl2_client_proc.h 166 typedef void (gl2_APIENTRY *glBindVertexArrayOES_client_proc_t) (void * ctx, GLuint);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 266 glBindVertexArrayOES_client_proc_t glBindVertexArrayOES;
    [all...]
gl_client_context.cpp 270 ptr = getProc("glBindVertexArrayOES", userData); set_glBindVertexArrayOES((glBindVertexArrayOES_client_proc_t)ptr);
gl_client_proc.h 267 typedef void (gl_APIENTRY *glBindVertexArrayOES_client_proc_t) (void * ctx, GLuint);

Completed in 86 milliseconds