Home
last modified time | relevance | path

Searched refs:glBindVertexArrayOES (Results 1 – 20 of 20) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp154 static void glBindVertexArrayOES(GLuint) { in glBindVertexArrayOES() function
424 glBindVertexArrayOES = ::glBindVertexArrayOES; in GLESv1()
DGLESv3.cpp545 glBindVertexArrayOES = glBindVertexArray; in GLESv3()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h255 {"glBindVertexArrayOES", (void *)glBindVertexArrayOES},
Dgles_dispatch.h258 glBindVertexArrayOES_t glBindVertexArrayOES; member
530 …dVertexArrayOES_t f) { glBindVertexArrayOES_t retval = glBindVertexArrayOES; glBindVertexArrayOES in set_glBindVertexArrayOES()
Dgles.cpp1231 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function
1233 getDispatch()->glBindVertexArrayOES(array); in glBindVertexArrayOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h248 {"glBindVertexArrayOES", (void*)glBindVertexArrayOES},
Dgl_client_context.h268 glBindVertexArrayOES_client_proc_t glBindVertexArrayOES; member
Dgl_client_context.cpp268glBindVertexArrayOES = (glBindVertexArrayOES_client_proc_t) getProc("glBindVertexArrayOES", userDa… in initDispatchByName()
Dgl_entry.cpp263 void glBindVertexArrayOES(GLuint array);
1847 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function
1850 ctx->glBindVertexArrayOES(ctx, array); in glBindVertexArrayOES()
Dgl_enc.cpp8627 this->glBindVertexArrayOES = &glBindVertexArrayOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h165 {"glBindVertexArrayOES", (void*)glBindVertexArrayOES},
Dgl2_client_context.h167 glBindVertexArrayOES_client_proc_t glBindVertexArrayOES; member
Dgl2_client_context.cpp167glBindVertexArrayOES = (glBindVertexArrayOES_client_proc_t) getProc("glBindVertexArrayOES", userDa… in initDispatchByName()
Dgl2_entry.cpp162 void glBindVertexArrayOES(GLuint array);
1383 void glBindVertexArrayOES(GLuint array) in glBindVertexArrayOES() function
1386 ctx->glBindVertexArrayOES(ctx, array); in glBindVertexArrayOES()
Dgl2_enc.cpp11727 this->glBindVertexArrayOES = &glBindVertexArrayOES_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in203 API_ENTRY(glBindVertexArrayOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in263 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h920 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in156 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h445 GL_APICALL void GL_APIENTRY glBindVertexArrayOES (GLuint array);