Home
last modified time | relevance | path

Searched refs:is_texture_handle_resident (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dtexturebindless.c106 is_texture_handle_resident(struct gl_context *ctx, GLuint64 handle) in is_texture_handle_resident() function
135 assert(!is_texture_handle_resident(ctx, handle)); in make_texture_handle_resident()
150 assert(is_texture_handle_resident(ctx, handle)); in make_texture_handle_resident()
461 if (is_texture_handle_resident(ctx, (*texHandleObj)->handle)) in _mesa_make_texture_handles_non_resident()
765 if (is_texture_handle_resident(ctx, handle)) { in _mesa_MakeTextureHandleResidentARB()
811 if (!is_texture_handle_resident(ctx, handle)) { in _mesa_MakeTextureHandleNonResidentARB()
1015 return is_texture_handle_resident(ctx, handle); in _mesa_IsTextureHandleResidentARB_no_error()
1041 return is_texture_handle_resident(ctx, handle); in _mesa_IsTextureHandleResidentARB()

Completed in 2 milliseconds