Home
last modified time | relevance | path

Searched refs:_mesa_lookup_samplerobj (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dsamplerobj.h73 _mesa_lookup_samplerobj(struct gl_context *ctx, GLuint name);
Dobjectlabel.c191 struct gl_sampler_object *so = _mesa_lookup_samplerobj(ctx, name); in get_label_pointer()
Dsamplerobj.c45 _mesa_lookup_samplerobj(struct gl_context *ctx, GLuint name) in _mesa_lookup_samplerobj() function
295 return _mesa_lookup_samplerobj(ctx, sampler) != NULL; in _mesa_IsSampler()
322 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in bind_sampler()
867 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in sampler_parameter_error_check()
Dtexturebindless.c618 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in _mesa_GetTextureSamplerHandleARB_no_error()
661 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in _mesa_GetTextureSamplerHandleARB()