Searched refs:kRead_GrIOType (Results 1 – 25 of 56) sorted by relevance
123
/external/skia/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/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/skia/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()
|
/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()
|
/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>;
|
/external/skia/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 | 213 using DstTextureProxy = GrPendingIOResource<GrTextureProxy, kRead_GrIOType>;
|
D | GrFragmentProcessor.cpp | 441 fProxyRef.setProxy(std::move(proxy), kRead_GrIOType); in reset() 449 fProxyRef.setProxy(std::move(proxy), kRead_GrIOType); in reset()
|
/external/skia/src/gpu/ops/ |
D | GrStencilPathOp.h | 70 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
|
D | GrCopySurfaceOp.h | 62 GrPendingIOResource<GrSurfaceProxy, kRead_GrIOType> fSrc;
|
D | GrDrawPathOp.h | 96 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
|
/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/mtl/ |
D | GrMtlTexture.mm | 37 if (ioType == kRead_GrIOType) {
|
/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 | 62 if (ioType == kRead_GrIOType) { in GrGLTexture()
|
123