Searched defs:glIsVertexArrayOES (Results 1 - 6 of 6) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_entry.cpp267 GLboolean glIsVertexArrayOES(GLuint array);
1867 GLboolean glIsVertexArrayOES(GLuint array) function
1870 return ctx->glIsVertexArrayOES(ctx, array);
H A Dgl_client_context.h269 glIsVertexArrayOES_client_proc_t glIsVertexArrayOES; member in struct:gl_client_context_t
561 virtual glIsVertexArrayOES_client_proc_t set_glIsVertexArrayOES(glIsVertexArrayOES_client_proc_t f) { glIsVertexArrayOES_client_proc_t retval = glIsVertexArrayOES; glIsVertexArrayOES = f; return retval;}
/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h168 glIsVertexArrayOES_client_proc_t glIsVertexArrayOES; member in struct:gl2_client_context_t
377 virtual glIsVertexArrayOES_client_proc_t set_glIsVertexArrayOES(glIsVertexArrayOES_client_proc_t f) { glIsVertexArrayOES_client_proc_t retval = glIsVertexArrayOES; glIsVertexArrayOES = f; return retval;}
H A Dgl2_entry.cpp166 GLboolean glIsVertexArrayOES(GLuint array);
1178 GLboolean glIsVertexArrayOES(GLuint array) function
1181 return ctx->glIsVertexArrayOES(ctx, array);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles.cpp1246 GLboolean glIsVertexArrayOES(GLuint array) function
1248 return getDispatch()->glIsVertexArrayOES(array);
H A Dgles_dispatch.h261 glIsVertexArrayOES_t glIsVertexArrayOES; member in struct:gles_dispatch
533 glIsVertexArrayOES_t set_glIsVertexArrayOES(glIsVertexArrayOES_t f) { glIsVertexArrayOES_t retval = glIsVertexArrayOES; glIsVertexArrayOES = f; return retval;}

Completed in 46 milliseconds