Searched refs:glIsVertexArray (Results 1 – 25 of 29) sorted by relevance
12
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 215 {"glIsVertexArray", (void*)glIsVertexArray},
|
D | gl2_client_context.h | 224 glIsVertexArray_client_proc_t glIsVertexArray; member
|
D | gl2_client_context.cpp | 224 glIsVertexArray = (glIsVertexArray_client_proc_t) getProc("glIsVertexArray", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 219 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/ |
D | gles3_only.entries | 16 GLboolean glIsVertexArray(GLuint array);
|
D | gles3_only_dispatch_logging_wrappers.impl | 25 DISPATCH_DEBUG_LOG("glIsVertexArray(array:%d)", array);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 14 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray(GLuint array);
|
D | gles3_only_functions.h | 14 X(GLboolean, glIsVertexArray, (GLuint array), (array)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 263 glIsVertexArray_server_proc_t glIsVertexArray; member
|
D | gles2_server_context.cpp | 224 glIsVertexArray = (glIsVertexArray_server_proc_t) getProc("glIsVertexArray", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 860 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
|
D | gl31.h | 860 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 860 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
|
D | gl31.h | 860 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
|
D | gl32.h | 1112 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 19 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray(GLuint array) { in glIsVertexArray() function
|
D | GLESv2Imp.cpp | 4432 return ctx->dispatcher().glIsVertexArray(ctx->getVAOGlobalName(array)); in glIsVertexArrayOES()
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 290 X(GLboolean, glIsVertexArray, (GLuint array), (array)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1112 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
|
D | gl31.h | 1112 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
|
D | gl32.h | 1112 GL_APICALL GLboolean GL_APIENTRY glIsVertexArray (GLuint array);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 240 GL_ENTRY(GLboolean, glIsVertexArray, GLuint array)
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 982 #define glIsVertexArray MANGLE(IsVertexArray) macro
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 1399 GLAPI GLboolean APIENTRY glIsVertexArray (GLuint array);
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 1382 GLAPI GLboolean APIENTRY glIsVertexArray (GLuint array);
|
12