Searched refs:is_image_handle_resident (Results 1 – 1 of 1) sorted by relevance
110 is_image_handle_resident(struct gl_context *ctx, GLuint64 handle) in is_image_handle_resident() function178 assert(!is_image_handle_resident(ctx, handle)); in make_image_handle_resident()191 assert(is_image_handle_resident(ctx, handle)); in make_image_handle_resident()434 if (is_image_handle_resident(ctx, (*imgHandleObj)->handle)) in _mesa_make_texture_handles_non_resident()921 if (is_image_handle_resident(ctx, handle)) { in _mesa_MakeImageHandleResidentARB()968 if (!is_image_handle_resident(ctx, handle)) { in _mesa_MakeImageHandleNonResidentARB()1014 return is_image_handle_resident(ctx, handle); in _mesa_IsImageHandleResidentARB_no_error()1041 return is_image_handle_resident(ctx, handle); in _mesa_IsImageHandleResidentARB()