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.c206 struct gl_sampler_object *so = _mesa_lookup_samplerobj(ctx, name); in get_label_pointer()
Dsamplerobj.c57 _mesa_lookup_samplerobj(struct gl_context *ctx, GLuint name) in _mesa_lookup_samplerobj() function
309 return _mesa_lookup_samplerobj(ctx, sampler) != NULL; in _mesa_IsSampler()
336 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in bind_sampler()
879 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in sampler_parameter_error_check()
Dtexturebindless.c652 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in _mesa_GetTextureSamplerHandleARB_no_error()
695 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in _mesa_GetTextureSamplerHandleARB()