Searched refs:glBindSampler (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/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); 2300 void glBindSampler(GLuint unit, GLuint sampler) in glBindSampler() function 2303 ctx->glBindSampler(ctx, unit, sampler); in glBindSampler()
|
D | GL2Encoder.cpp | 298 OVERRIDE(glBindSampler); in GL2Encoder()
|
D | gl2_enc.cpp | 11878 this->glBindSampler = &glBindSampler_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles3_only.entries | 90 void glBindSampler(GLuint unit, GLuint sampler);
|
/device/generic/goldfish-opengl/system/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);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 409 GL_ENTRY(void, glBindSampler, GLuint unit, GLuint sampler)
|