Searched refs:_mesa_lookup_samplerobj (Results 1 – 4 of 4) sorted by relevance
73 _mesa_lookup_samplerobj(struct gl_context *ctx, GLuint name);
206 struct gl_sampler_object *so = _mesa_lookup_samplerobj(ctx, name); in get_label_pointer()
57 _mesa_lookup_samplerobj(struct gl_context *ctx, GLuint name) in _mesa_lookup_samplerobj() function309 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()
652 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in _mesa_GetTextureSamplerHandleARB_no_error()695 sampObj = _mesa_lookup_samplerobj(ctx, sampler); in _mesa_GetTextureSamplerHandleARB()