Home
last modified time | relevance | path

Searched defs:sampObj (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dsamplerobj.c114 _mesa_init_sampler_object(struct gl_sampler_object *sampObj, GLuint name) in _mesa_init_sampler_object()
143 struct gl_sampler_object *sampObj = CALLOC_STRUCT(gl_sampler_object); in _mesa_new_sampler_object() local
156 struct gl_sampler_object *sampObj) in _mesa_delete_sampler_object()
186 struct gl_sampler_object *sampObj = in _mesa_GenSamplers() local
212 struct gl_sampler_object *sampObj = in _mesa_DeleteSamplers() local
230 struct gl_sampler_object *sampObj; in _mesa_IsSampler() local
247 struct gl_sampler_object *sampObj; in _mesa_BindSampler() local
605 struct gl_sampler_object *sampObj; in _mesa_SamplerParameteri() local
690 struct gl_sampler_object *sampObj; in _mesa_SamplerParameterf() local
776 struct gl_sampler_object *sampObj; in _mesa_SamplerParameteriv() local
[all …]
Dshared.c290 struct gl_sampler_object *sampObj = (struct gl_sampler_object *) data; in delete_sampler_object_cb() local