Home | History | Annotate | Download | only in main

Lines Matching refs:SamplerObjects

50          _mesa_HashLookup(ctx->Shared->SamplerObjects, name);
182 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->SamplerObjects, count);
188 _mesa_HashInsert(ctx->Shared->SamplerObjects, first + i, sampObj);
216 _mesa_HashRemove(ctx->Shared->SamplerObjects, samplers[i]);