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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 258 glBindVertexArrayOES_t glBindVertexArrayOES;
gl_proc.h 258 typedef void (GL_APIENTRY *glBindVertexArrayOES_t) (GLuint);
GLDispatch.cpp 275 s_gl.glBindVertexArrayOES = (glBindVertexArrayOES_t) s_gles_lib->findSymbol("glBindVertexArrayOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 258 glBindVertexArrayOES_t glBindVertexArrayOES;
    [all...]
gles_proc.h 258 typedef void (* glBindVertexArrayOES_t) (GLuint);
gles_dispatch.cpp 260 ptr = dlsym(gles_android,"glBindVertexArrayOES"); disp->set_glBindVertexArrayOES((glBindVertexArrayOES_t)ptr);

Completed in 51 milliseconds