Home
last modified time | relevance | path

Searched refs:glBindSampler (Results 1 – 25 of 30) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h287 {"glBindSampler", (void*)glBindSampler},
Dgl2_client_context.h318 glBindSampler_client_proc_t glBindSampler; member
Dgl2_client_context.cpp318 glBindSampler = (glBindSampler_client_proc_t) getProc("glBindSampler", userData); in initDispatchByName()
Dgl2_entry.cpp313 void glBindSampler(GLuint unit, GLuint sampler);
2313 void glBindSampler(GLuint unit, GLuint sampler) in glBindSampler() function
2316 ctx->glBindSampler(ctx, unit, sampler); in glBindSampler()
DGL2Encoder.cpp328 OVERRIDE(glBindSampler); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries114 void glBindSampler(GLuint unit, GLuint sampler);
Dgles3_only_dispatch_logging_wrappers.impl380 DISPATCH_DEBUG_LOG("glBindSampler(unit:%d, sampler:%d)", unit, sampler);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h85 GL_APICALL void GL_APIENTRY glBindSampler(GLuint unit, GLuint sampler);
Dgles3_only_functions.h85 X(void, glBindSampler, (GLuint unit, GLuint sampler), (unit, sampler)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h369 glBindSampler_server_proc_t glBindSampler; member
Dgles2_server_context.cpp318 glBindSampler = (glBindSampler_server_proc_t) getProc("glBindSampler", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp383 dispatcher.glBindSampler(bindSampler.first, in postLoadRestoreCtx()
DGLESv30Imp.cpp839 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/
Dgl3.h911 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
Dgl31.h911 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h911 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
Dgl31.h911 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
Dgl32.h1163 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h361 X(void, glBindSampler, (GLuint unit, GLuint sampler), (unit, sampler)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1163 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
Dgl31.h1163 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
Dgl32.h1163 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in413 GL_ENTRY(void, glBindSampler, GLuint unit, GLuint sampler)
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h95 #define glBindSampler MANGLE(BindSampler) macro
/hardware/google/gfxstream/include/GL/
DGLcorearb.h1694 GLAPI void APIENTRY glBindSampler (GLuint unit, GLuint sampler);

12