Home
last modified time | relevance | path

Searched refs:glBindVertexArrayOES_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h258 glBindVertexArrayOES_t glBindVertexArrayOES;
530glBindVertexArrayOES_t set_glBindVertexArrayOES(glBindVertexArrayOES_t f) { glBindVertexArrayOES_t in set_glBindVertexArrayOES()
Dgles_proc.h258 typedef void (* glBindVertexArrayOES_t) (GLuint); typedef
Dgles_dispatch.cpp260 …(gles_android,"glBindVertexArrayOES"); disp->set_glBindVertexArrayOES((glBindVertexArrayOES_t)ptr); in create_gles_dispatch()