Searched refs:glIsSampler (Results 1 – 25 of 28) sorted by relevance
12
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 294 {"glIsSampler", (void*)glIsSampler},
|
D | gl2_client_context.h | 325 glIsSampler_client_proc_t glIsSampler; member
|
D | gl2_client_context.cpp | 325 glIsSampler = (glIsSampler_client_proc_t) getProc("glIsSampler", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 320 GLboolean glIsSampler(GLuint sampler); 2355 GLboolean glIsSampler(GLuint sampler) in glIsSampler() function 2358 return ctx->glIsSampler(ctx, sampler); in glIsSampler()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 121 GLboolean glIsSampler(GLuint sampler);
|
D | gles3_only_dispatch_logging_wrappers.impl | 415 DISPATCH_DEBUG_LOG("glIsSampler(sampler:%d)", sampler);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 92 GL_APICALL GLboolean GL_APIENTRY glIsSampler(GLuint sampler);
|
D | gles3_only_functions.h | 92 X(GLboolean, glIsSampler, (GLuint sampler), (sampler)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 376 glIsSampler_server_proc_t glIsSampler; member
|
D | gles2_server_context.cpp | 325 glIsSampler = (glIsSampler_server_proc_t) getProc("glIsSampler", userData); in initDispatchByName()
|
D | gles2_dec.cpp | 6858 *(GLboolean *)(&tmpBuf[0]) = this->glIsSampler(var_sampler); in decode()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 907 GL_APICALL GLboolean GL_APIENTRY glIsSampler(GLuint sampler) { in glIsSampler() function 911 GLboolean glIsSamplerRET = ctx->dispatcher().glIsSampler(globalSampler); in glIsSampler()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 910 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
|
D | gl31.h | 910 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 910 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
|
D | gl31.h | 910 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
|
D | gl32.h | 1162 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 368 X(GLboolean, glIsSampler, (GLuint sampler), (sampler)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1162 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
|
D | gl31.h | 1162 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
|
D | gl32.h | 1162 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 420 GL_ENTRY(GLboolean, glIsSampler, GLuint sampler)
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 973 #define glIsSampler MANGLE(IsSampler) macro
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 1693 GLAPI GLboolean APIENTRY glIsSampler (GLuint sampler);
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 1639 GLAPI GLboolean APIENTRY glIsSampler (GLuint sampler);
|
12