Searched refs:is_texture_handle_resident (Results 1 – 1 of 1) sorted by relevance
99 is_texture_handle_resident(struct gl_context *ctx, GLuint64 handle) in is_texture_handle_resident() function128 assert(!is_texture_handle_resident(ctx, handle)); in make_texture_handle_resident()143 assert(is_texture_handle_resident(ctx, handle)); in make_texture_handle_resident()426 if (is_texture_handle_resident(ctx, (*texHandleObj)->handle)) in _mesa_make_texture_handles_non_resident()724 if (is_texture_handle_resident(ctx, handle)) { in _mesa_MakeTextureHandleResidentARB()770 if (!is_texture_handle_resident(ctx, handle)) { in _mesa_MakeTextureHandleNonResidentARB()971 return is_texture_handle_resident(ctx, handle); in _mesa_IsTextureHandleResidentARB_no_error()997 return is_texture_handle_resident(ctx, handle); in _mesa_IsTextureHandleResidentARB()