Home
last modified time | relevance | path

Searched refs:lookup_texture_handle (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexturebindless.c42 lookup_texture_handle(struct gl_context *ctx, GLuint64 id) in lookup_texture_handle() function
701 texHandleObj = lookup_texture_handle(ctx, handle); in _mesa_MakeTextureHandleResidentARB_no_error()
724 texHandleObj = lookup_texture_handle(ctx, handle); in _mesa_MakeTextureHandleResidentARB()
747 texHandleObj = lookup_texture_handle(ctx, handle); in _mesa_MakeTextureHandleNonResidentARB_no_error()
770 texHandleObj = lookup_texture_handle(ctx, handle); in _mesa_MakeTextureHandleNonResidentARB()
1001 if (!lookup_texture_handle(ctx, handle)) { in _mesa_IsTextureHandleResidentARB()