Searched refs:lookup_texture_handle (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texturebindless.c | 41 lookup_texture_handle(struct gl_context *ctx, GLuint64 id) function in typeref:struct:gl_texture_handle_object * 694 texHandleObj = lookup_texture_handle(ctx, handle); 717 texHandleObj = lookup_texture_handle(ctx, handle); 740 texHandleObj = lookup_texture_handle(ctx, handle); 763 texHandleObj = lookup_texture_handle(ctx, handle); 991 if (!lookup_texture_handle(ctx, handle)) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texturebindless.c | 42 lookup_texture_handle(struct gl_context *ctx, GLuint64 id) function in typeref:struct:gl_texture_handle_object * 701 texHandleObj = lookup_texture_handle(ctx, handle); 724 texHandleObj = lookup_texture_handle(ctx, handle); 747 texHandleObj = lookup_texture_handle(ctx, handle); 770 texHandleObj = lookup_texture_handle(ctx, handle); 1001 if (!lookup_texture_handle(ctx, handle)) {
|
Completed in 4 milliseconds