Searched refs:get_texture_handle (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texturebindless.c | 217 get_texture_handle(struct gl_context *ctx, struct gl_texture_object *texObj, function in typeref:typename:GLuint64 551 return get_texture_handle(ctx, texObj, &texObj->Sampler); 602 return get_texture_handle(ctx, texObj, &texObj->Sampler); 619 return get_texture_handle(ctx, texObj, sampObj); 684 return get_texture_handle(ctx, texObj, sampObj);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texturebindless.c | 218 get_texture_handle(struct gl_context *ctx, struct gl_texture_object *texObj, function in typeref:typename:GLuint64 553 return get_texture_handle(ctx, texObj, &texObj->Sampler); 606 return get_texture_handle(ctx, texObj, &texObj->Sampler); 624 return get_texture_handle(ctx, texObj, sampObj); 691 return get_texture_handle(ctx, texObj, sampObj);
|
Completed in 3 milliseconds