Searched refs:_mesa_lookup_samplerobj (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dsamplerobj.h73 _mesa_lookup_samplerobj(struct gl_context *ctx, GLuint name);
H A Dobjectlabel.c191 struct gl_sampler_object *so = _mesa_lookup_samplerobj(ctx, name);
H A Dsamplerobj.c44 _mesa_lookup_samplerobj(struct gl_context *ctx, GLuint name) function in typeref:struct:gl_sampler_object *
296 return _mesa_lookup_samplerobj(ctx, sampler) != NULL;
323 sampObj = _mesa_lookup_samplerobj(ctx, sampler);
860 sampObj = _mesa_lookup_samplerobj(ctx, sampler);
H A Dtexturebindless.c614 sampObj = _mesa_lookup_samplerobj(ctx, sampler);
656 sampObj = _mesa_lookup_samplerobj(ctx, sampler);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dobjectlabel.c191 struct gl_sampler_object *so = _mesa_lookup_samplerobj(ctx, name);
H A Dsamplerobj.h73 _mesa_lookup_samplerobj(struct gl_context *ctx, GLuint name);
H A Dsamplerobj.c56 _mesa_lookup_samplerobj(struct gl_context *ctx, GLuint name) function in typeref:struct:gl_sampler_object *
311 return _mesa_lookup_samplerobj(ctx, sampler) != NULL;
338 sampObj = _mesa_lookup_samplerobj(ctx, sampler);
939 sampObj = _mesa_lookup_samplerobj(ctx, sampler);
H A Dtexturebindless.c618 sampObj = _mesa_lookup_samplerobj(ctx, sampler);
661 sampObj = _mesa_lookup_samplerobj(ctx, sampler);

Completed in 10 milliseconds