Searched refs:kRead_GrIOType (Results 1 – 25 of 52) sorted by relevance
123
/external/skqp/include/private/ |
D | GrProxyRef.h | 62 case kRead_GrIOType: in reset() 94 case kRead_GrIOType: in markPendingIO() 127 case kRead_GrIOType: in pendingIOComplete() 145 GrIOType fIOType = kRead_GrIOType;
|
/external/skqp/tests/ |
D | VkWrapTests.cpp | 46 GrWrapCacheable::kNo, kRead_GrIOType); in wrap_tex_test() 56 kRead_GrIOType); in wrap_tex_test() 59 kRead_GrIOType); in wrap_tex_test() 70 kRead_GrIOType); in wrap_tex_test() 73 kRead_GrIOType); in wrap_tex_test() 83 kRead_GrIOType); in wrap_tex_test()
|
D | ProxyRefTest.cpp | 118 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fRead(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 200 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fRead(proxy.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | GrTestingBackendTextureUploadTest.cpp | 54 GrWrapCacheable::kNo, kRead_GrIOType); in testing_only_texture_test()
|
D | TraceMemoryDumpTest.cpp | 131 GrWrapCacheable::kNo, kRead_GrIOType); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/skia/tests/ |
D | VkWrapTests.cpp | 51 GrWrapCacheable::kNo, kRead_GrIOType); in wrap_tex_test() 61 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType); in wrap_tex_test() 64 backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType); in wrap_tex_test() 74 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType); in wrap_tex_test() 77 backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType); in wrap_tex_test() 86 backendTex, kAdopt_GrWrapOwnership, GrWrapCacheable::kNo, kRead_GrIOType); in wrap_tex_test()
|
D | TraceMemoryDumpTest.cpp | 121 GrWrapCacheable::kNo, kRead_GrIOType); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/skqp/src/gpu/ |
D | GrPendingIOResource.h | 36 case kRead_GrIOType: 62 case kRead_GrIOType: in release()
|
D | GrShaderVar.cpp | 28 case kRead_GrIOType: in setIOType()
|
D | GrPipeline.h | 209 using DstTextureProxy = GrPendingIOResource<GrTextureProxy, kRead_GrIOType>;
|
D | GrBackendTextureImageGenerator.cpp | 174 kRead_GrIOType); in onGenerateTexture()
|
/external/skqp/src/gpu/ops/ |
D | GrStencilPathOp.h | 70 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
|
D | GrCopySurfaceOp.h | 60 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fSrc;
|
D | GrDrawPathOp.h | 99 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
|
/external/skia/src/gpu/dawn/ |
D | GrDawnTexture.cpp | 90 if (ioType == kRead_GrIOType) { in MakeWrapped()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlTexture.mm | 37 if (ioType == kRead_GrIOType) {
|
/external/skqp/src/gpu/gl/ |
D | GrGLTexture.cpp | 62 if (ioType == kRead_GrIOType) { in GrGLTexture()
|
/external/skia/src/gpu/gl/ |
D | GrGLTexture.cpp | 69 if (ioType == kRead_GrIOType) { in GrGLTexture()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlTexture.mm | 54 if (ioType == kRead_GrIOType) {
|
/external/skia/src/gpu/d3d/ |
D | GrD3DTexture.cpp | 45 if (ioType == kRead_GrIOType) { in GrD3DTexture()
|
/external/skqp/src/gpu/vk/ |
D | GrVkTexture.cpp | 48 if (ioType == kRead_GrIOType) { in GrVkTexture()
|
/external/skia/src/gpu/mock/ |
D | GrMockTexture.h | 36 if (ioType == kRead_GrIOType) { in GrMockTexture()
|
/external/skia/src/gpu/vk/ |
D | GrVkTexture.cpp | 55 if (ioType == kRead_GrIOType) { in GrVkTexture()
|
/external/skia/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 175 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kYes, kRead_GrIOType); in makeView()
|
/external/skqp/src/image/ |
D | SkImage_GpuBase.cpp | 308 GrWrapCacheable::kNo, kRead_GrIOType); in MakeTempTextureProxies() 497 kRead_GrIOType))) { in MakePromiseImageLazyProxy()
|
123