Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexturebindless.c99 is_texture_handle_resident(struct gl_context *ctx, GLuint64 handle) in is_texture_handle_resident() function
128 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()