Lines Matching refs:GLuint64
42 lookup_texture_handle(struct gl_context *ctx, GLuint64 id) in lookup_texture_handle()
58 lookup_image_handle(struct gl_context *ctx, GLuint64 id) in lookup_image_handle()
74 delete_texture_handle(struct gl_context *ctx, GLuint64 id) in delete_texture_handle()
87 delete_image_handle(struct gl_context *ctx, GLuint64 id) in delete_image_handle()
100 is_texture_handle_resident(struct gl_context *ctx, GLuint64 handle) in is_texture_handle_resident()
110 is_image_handle_resident(struct gl_context *ctx, GLuint64 handle) in is_image_handle_resident()
126 GLuint64 handle = texHandleObj->handle; in make_texture_handle_resident()
175 GLuint64 handle = imgHandleObj->handle; in make_image_handle_resident()
217 static GLuint64
223 GLuint64 handle; in get_texture_handle()
296 static GLuint64
302 GLuint64 handle; in get_image_handle()
541 GLuint64 GLAPIENTRY
556 GLuint64 GLAPIENTRY
609 GLuint64 GLAPIENTRY
627 GLuint64 GLAPIENTRY
695 _mesa_MakeTextureHandleResidentARB_no_error(GLuint64 handle) in _mesa_MakeTextureHandleResidentARB_no_error()
706 _mesa_MakeTextureHandleResidentARB(GLuint64 handle) in _mesa_MakeTextureHandleResidentARB()
741 _mesa_MakeTextureHandleNonResidentARB_no_error(GLuint64 handle) in _mesa_MakeTextureHandleNonResidentARB_no_error()
752 _mesa_MakeTextureHandleNonResidentARB(GLuint64 handle) in _mesa_MakeTextureHandleNonResidentARB()
786 GLuint64 GLAPIENTRY
802 GLuint64 GLAPIENTRY
876 _mesa_MakeImageHandleResidentARB_no_error(GLuint64 handle, GLenum access) in _mesa_MakeImageHandleResidentARB_no_error()
887 _mesa_MakeImageHandleResidentARB(GLuint64 handle, GLenum access) in _mesa_MakeImageHandleResidentARB()
931 _mesa_MakeImageHandleNonResidentARB_no_error(GLuint64 handle) in _mesa_MakeImageHandleNonResidentARB_no_error()
942 _mesa_MakeImageHandleNonResidentARB(GLuint64 handle) in _mesa_MakeImageHandleNonResidentARB()
978 _mesa_IsTextureHandleResidentARB_no_error(GLuint64 handle) in _mesa_IsTextureHandleResidentARB_no_error()
985 _mesa_IsTextureHandleResidentARB(GLuint64 handle) in _mesa_IsTextureHandleResidentARB()
1011 _mesa_IsImageHandleResidentARB_no_error(GLuint64 handle) in _mesa_IsImageHandleResidentARB_no_error()
1018 _mesa_IsImageHandleResidentARB(GLuint64 handle) in _mesa_IsImageHandleResidentARB()