HomeSort by relevance Sort by last modified time
    Searched refs:kRead_GrIOType (Results 1 - 15 of 15) sorted by null

  /external/skia/src/gpu/
GrGpuResourceRef.cpp 30 case kRead_GrIOType:
78 case kRead_GrIOType:
101 case kRead_GrIOType:
153 case kRead_GrIOType:
196 case kRead_GrIOType:
215 case kRead_GrIOType:
GrGpuResourceRef.h 187 case kRead_GrIOType:
219 case kRead_GrIOType:
GrShaderVar.cpp 73 case kRead_GrIOType:
GrProcessor.cpp 241 fProxyRef.setProxy(std::move(proxy), kRead_GrIOType);
250 fProxyRef.setProxy(std::move(proxy), kRead_GrIOType);
GrPipeline.h 271 using DstTextureProxy = GrPendingIOResource<GrTextureProxy, kRead_GrIOType>;
GrMesh.h 80 using PendingBuffer = GrPendingIOResource<const GrBuffer, kRead_GrIOType>;
GrProcessor.h 288 fBuffer.set(SkRef(buffer), kRead_GrIOType);
  /external/skia/src/gpu/ops/
GrCopySurfaceOp.h 61 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fSrc;
GrStencilPathOp.h 72 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
GrDrawPathOp.h 96 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
203 typedef GrPendingIOResource<const GrPathRange, kRead_GrIOType> PendingPathRange;
  /external/skia/tests/
ProxyRefTest.cpp 117 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fRead(proxy.get());
186 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fRead(proxy.get());
ImageStorageTest.cpp 33 , fImageStorageAccess(std::move(proxy), kRead_GrIOType, mm, restrict) {
ProcessorTest.cpp 185 images.emplace_back(proxy2, GrIOType::kRead_GrIOType);
  /external/skia/include/private/
GrTypesPriv.h 523 kRead_GrIOType,
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 525 milliseconds