Searched defs:glBindSampler (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h318 glBindSampler_client_proc_t glBindSampler; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp313 void glBindSampler(GLuint unit, GLuint sampler);
2285 void glBindSampler(GLuint unit, GLuint sampler) function
2288 ctx->glBindSampler(ctx, unit, sampler);

Completed in 33 milliseconds