Home
last modified time | relevance | path

Searched refs:glIsVertexArray (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h215 {"glIsVertexArray", (void*)glIsVertexArray},
Dgl2_client_context.h224 glIsVertexArray_client_proc_t glIsVertexArray; member
Dgl2_client_context.cpp224 glIsVertexArray = (glIsVertexArray_client_proc_t) getProc("glIsVertexArray", userData); in initDispatchByName()
Dgl2_entry.cpp219 GLboolean glIsVertexArray(GLuint array);
1742 GLboolean glIsVertexArray(GLuint array) in glIsVertexArray() function
1745 return ctx->glIsVertexArray(ctx, array); in glIsVertexArray()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries16 GLboolean glIsVertexArray(GLuint array);
Dgles3_only_dispatch_logging_wrappers.impl25 DISPATCH_DEBUG_LOG("glIsVertexArray(array:%d)", array);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h14 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray(GLuint array);
Dgles3_only_functions.h14 X(GLboolean, glIsVertexArray, (GLuint array), (array)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h263 glIsVertexArray_server_proc_t glIsVertexArray; member
Dgles2_server_context.cpp224 glIsVertexArray = (glIsVertexArray_server_proc_t) getProc("glIsVertexArray", userData); in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h860 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
Dgl31.h860 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h860 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
Dgl31.h860 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
Dgl32.h1112 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp19 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray(GLuint array) { in glIsVertexArray() function
DGLESv2Imp.cpp4432 return ctx->dispatcher().glIsVertexArray(ctx->getVAOGlobalName(array)); in glIsVertexArrayOES()
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h290 X(GLboolean, glIsVertexArray, (GLuint array), (array)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1112 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
Dgl31.h1112 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
Dgl32.h1112 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in240 GL_ENTRY(GLboolean, glIsVertexArray, GLuint array)
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h982 #define glIsVertexArray MANGLE(IsVertexArray) macro
/hardware/google/gfxstream/include/GL/
DGLcorearb.h1399 GLAPI GLboolean APIENTRY glIsVertexArray (GLuint array);
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglcorearb.h1382 GLAPI GLboolean APIENTRY glIsVertexArray (GLuint array);

12