Searched refs:_mesa_lookup_samplerobj (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | samplerobj.h | 73 _mesa_lookup_samplerobj(struct gl_context *ctx, GLuint name);
|
| H A D | objectlabel.c | 191 struct gl_sampler_object *so = _mesa_lookup_samplerobj(ctx, name);
|
| H A D | samplerobj.c | 44 _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 D | texturebindless.c | 614 sampObj = _mesa_lookup_samplerobj(ctx, sampler); 656 sampObj = _mesa_lookup_samplerobj(ctx, sampler);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | objectlabel.c | 191 struct gl_sampler_object *so = _mesa_lookup_samplerobj(ctx, name);
|
| H A D | samplerobj.h | 73 _mesa_lookup_samplerobj(struct gl_context *ctx, GLuint name);
|
| H A D | samplerobj.c | 56 _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 D | texturebindless.c | 618 sampObj = _mesa_lookup_samplerobj(ctx, sampler); 661 sampObj = _mesa_lookup_samplerobj(ctx, sampler);
|
Completed in 10 milliseconds