Lines Matching refs:gpu
14 #include "include/gpu/GrBackendSurface.h"
15 #include "include/gpu/GrDirectContext.h"
16 #include "src/gpu/GrDirectContextPriv.h"
17 #include "src/gpu/GrProxyProvider.h"
18 #include "src/gpu/GrRecordingContextPriv.h"
19 #include "src/gpu/GrResourceCache.h"
20 #include "src/gpu/GrResourceProvider.h"
21 #include "src/gpu/GrTexture.h"
22 #include "src/gpu/GrTextureProxy.h"
23 #include "src/gpu/SkGr.h"
24 #include "tools/gpu/ManagedBackendTexture.h"
27 #include "src/gpu/dawn/GrDawnGpu.h"
272 // deep into the dawn gpu to make sure we wait for the async map to finish.
274 GrDawnGpu* gpu = static_cast<GrDawnGpu*>(dContext->priv().getGpu());
275 gpu->waitOnAllBusyStagingBuffers();