Searched refs:is_texture_handle_resident (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texturebindless.c | 99 is_texture_handle_resident(struct gl_context *ctx, GLuint64 handle) function in typeref:typename:bool 128 assert(!is_texture_handle_resident(ctx, handle)); 143 assert(is_texture_handle_resident(ctx, handle)); 426 if (is_texture_handle_resident(ctx, (*texHandleObj)->handle)) 724 if (is_texture_handle_resident(ctx, handle)) { 770 if (!is_texture_handle_resident(ctx, handle)) { 971 return is_texture_handle_resident(ctx, handle); 997 return is_texture_handle_resident(ctx, handle);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texturebindless.c | 100 is_texture_handle_resident(struct gl_context *ctx, GLuint64 handle) function in typeref:typename:bool 129 assert(!is_texture_handle_resident(ctx, handle)); 144 assert(is_texture_handle_resident(ctx, handle)); 427 if (is_texture_handle_resident(ctx, (*texHandleObj)->handle)) 731 if (is_texture_handle_resident(ctx, handle)) { 777 if (!is_texture_handle_resident(ctx, handle)) { 981 return is_texture_handle_resident(ctx, handle); 1007 return is_texture_handle_resident(ctx, handle);
|
Completed in 4 milliseconds