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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 167 glGenVertexArraysOES_client_proc_t glGenVertexArraysOES;
    [all...]
gl2_client_context.cpp 171 ptr = getProc("glGenVertexArraysOES", userData); set_glGenVertexArraysOES((glGenVertexArraysOES_client_proc_t)ptr);
gl2_client_proc.h 168 typedef void (gl2_APIENTRY *glGenVertexArraysOES_client_proc_t) (void * ctx, GLsizei, GLuint*);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 268 glGenVertexArraysOES_client_proc_t glGenVertexArraysOES;
    [all...]
gl_client_context.cpp 272 ptr = getProc("glGenVertexArraysOES", userData); set_glGenVertexArraysOES((glGenVertexArraysOES_client_proc_t)ptr);
gl_client_proc.h 269 typedef void (gl_APIENTRY *glGenVertexArraysOES_client_proc_t) (void * ctx, GLsizei, GLuint*);

Completed in 32 milliseconds