/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 287 {"glBindSampler", (void*)glBindSampler},
|
D | gl2_client_context.h | 318 glBindSampler_client_proc_t glBindSampler; member
|
D | gl2_client_context.cpp | 318 glBindSampler = (glBindSampler_client_proc_t) getProc("glBindSampler", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 313 void glBindSampler(GLuint unit, GLuint sampler); 2313 void glBindSampler(GLuint unit, GLuint sampler) in glBindSampler() function 2316 ctx->glBindSampler(ctx, unit, sampler); in glBindSampler()
|
D | GL2Encoder.cpp | 328 OVERRIDE(glBindSampler); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 114 void glBindSampler(GLuint unit, GLuint sampler);
|
D | gles3_only_dispatch_logging_wrappers.impl | 380 DISPATCH_DEBUG_LOG("glBindSampler(unit:%d, sampler:%d)", unit, sampler);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 85 GL_APICALL void GL_APIENTRY glBindSampler(GLuint unit, GLuint sampler);
|
D | gles3_only_functions.h | 85 X(void, glBindSampler, (GLuint unit, GLuint sampler), (unit, sampler)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 369 glBindSampler_server_proc_t glBindSampler; member
|
D | gles2_server_context.cpp | 318 glBindSampler = (glBindSampler_server_proc_t) getProc("glBindSampler", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.cpp | 383 dispatcher.glBindSampler(bindSampler.first, in postLoadRestoreCtx()
|
D | GLESv30Imp.cpp | 839 GL_APICALL void GL_APIENTRY glBindSampler(GLuint unit, GLuint sampler) { in glBindSampler() function 845 ctx->dispatcher().glBindSampler(unit, globalSampler); in glBindSampler()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 911 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
D | gl31.h | 911 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 911 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
D | gl31.h | 911 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
D | gl32.h | 1163 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 361 X(void, glBindSampler, (GLuint unit, GLuint sampler), (unit, sampler)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1163 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
D | gl31.h | 1163 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
D | gl32.h | 1163 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 413 GL_ENTRY(void, glBindSampler, GLuint unit, GLuint sampler)
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 95 #define glBindSampler MANGLE(BindSampler) macro
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 1694 GLAPI void APIENTRY glBindSampler (GLuint unit, GLuint sampler);
|