Home | History | Annotate | Download | only in core

Lines Matching refs:BackendSurfaceAccess

721     enum class BackendSurfaceAccess {
728 The work that is submitted to the GPU will be dependent on the BackendSurfaceAccess that is
731 If BackendSurfaceAccess::kNoAccess is passed in all commands will be issued to the GPU.
733 If BackendSurfaceAccess::kPresent is passed in and the backend API is not Vulkan, it is
772 GrSemaphoresSubmitted flush(BackendSurfaceAccess access, GrFlushFlags flags,
784 GrSemaphoresSubmitted flush(BackendSurfaceAccess access, FlushFlags flags,