Home
last modified time | relevance | path

Searched refs:glIsSampler (Results 1 – 25 of 28) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h294 {"glIsSampler", (void*)glIsSampler},
Dgl2_client_context.h325 glIsSampler_client_proc_t glIsSampler; member
Dgl2_client_context.cpp325 glIsSampler = (glIsSampler_client_proc_t) getProc("glIsSampler", userData); in initDispatchByName()
Dgl2_entry.cpp320 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/
Dgles3_only.entries121 GLboolean glIsSampler(GLuint sampler);
Dgles3_only_dispatch_logging_wrappers.impl415 DISPATCH_DEBUG_LOG("glIsSampler(sampler:%d)", sampler);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h92 GL_APICALL GLboolean GL_APIENTRY glIsSampler(GLuint sampler);
Dgles3_only_functions.h92 X(GLboolean, glIsSampler, (GLuint sampler), (sampler)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h376 glIsSampler_server_proc_t glIsSampler; member
Dgles2_server_context.cpp325 glIsSampler = (glIsSampler_server_proc_t) getProc("glIsSampler", userData); in initDispatchByName()
Dgles2_dec.cpp6858 *(GLboolean *)(&tmpBuf[0]) = this->glIsSampler(var_sampler); in decode()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp907 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/
Dgl3.h910 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
Dgl31.h910 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h910 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
Dgl31.h910 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
Dgl32.h1162 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h368 X(GLboolean, glIsSampler, (GLuint sampler), (sampler)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1162 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
Dgl31.h1162 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
Dgl32.h1162 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in420 GL_ENTRY(GLboolean, glIsSampler, GLuint sampler)
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h973 #define glIsSampler MANGLE(IsSampler) macro
/hardware/google/gfxstream/include/GL/
DGLcorearb.h1693 GLAPI GLboolean APIENTRY glIsSampler (GLuint sampler);
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglcorearb.h1639 GLAPI GLboolean APIENTRY glIsSampler (GLuint sampler);

12