Searched refs:kRead_GrIOType (Results 1 - 15 of 15) sorted by relevance

/external/skia/src/gpu/
H A DGrGpuResourceRef.cpp30 case kRead_GrIOType:
78 case kRead_GrIOType:
101 case kRead_GrIOType:
153 case kRead_GrIOType:
196 case kRead_GrIOType:
215 case kRead_GrIOType:
H A DGrGpuResourceRef.h187 case kRead_GrIOType:
219 case kRead_GrIOType:
H A DGrShaderVar.cpp73 case kRead_GrIOType:
H A DGrProcessor.cpp241 fProxyRef.setProxy(std::move(proxy), kRead_GrIOType); local
250 fProxyRef.setProxy(std::move(proxy), kRead_GrIOType); local
H A DGrPipeline.h271 using DstTextureProxy = GrPendingIOResource<GrTextureProxy, kRead_GrIOType>;
H A DGrMesh.h80 using PendingBuffer = GrPendingIOResource<const GrBuffer, kRead_GrIOType>;
H A DGrProcessor.h288 fBuffer.set(SkRef(buffer), kRead_GrIOType); local
/external/skia/src/gpu/ops/
H A DGrCopySurfaceOp.h61 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fSrc;
H A DGrStencilPathOp.h72 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
H A DGrDrawPathOp.h96 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
203 typedef GrPendingIOResource<const GrPathRange, kRead_GrIOType> PendingPathRange;
/external/skia/tests/
H A DProxyRefTest.cpp117 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fRead(proxy.get());
186 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fRead(proxy.get());
H A DImageStorageTest.cpp33 , fImageStorageAccess(std::move(proxy), kRead_GrIOType, mm, restrict) {
H A DProcessorTest.cpp185 images.emplace_back(proxy2, GrIOType::kRead_GrIOType);
/external/skia/include/private/
H A DGrTypesPriv.h523 kRead_GrIOType, enumerator in enum:GrIOType
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp3093 case kRead_GrIOType:

Completed in 234 milliseconds