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);
Dsamplerobj.c45 _mesa_lookup_samplerobj(struct gl_context *ctx, GLuint name) in _mesa_lookup_samplerobj() function
297 return _mesa_lookup_samplerobj(ctx, sampler) != NULL; in _mesa_IsSampler()
324 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in bind_sampler()
861 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in sampler_parameter_error_check()
Dobjectlabel.c191 struct gl_sampler_object *so = _mesa_lookup_samplerobj(ctx, name); in get_label_pointer()
Dtexturebindless.c614 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in _mesa_GetTextureSamplerHandleARB_no_error()
656 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in _mesa_GetTextureSamplerHandleARB()