Searched refs:GrIOType (Results 1 – 25 of 54) sorted by relevance
123
/external/skia/include/private/ |
D | GrProxyRef.h | 27 GrProxyRef(sk_sp<T> proxy, GrIOType ioType) { this->setProxy(std::move(proxy), ioType); } in GrProxyRef() 33 void setProxy(sk_sp<T> proxy, GrIOType ioType) { in setProxy() 54 GrIOType ioType() const { return fIOType; } in ioType() 145 GrIOType fIOType = kRead_GrIOType;
|
/external/skqp/include/private/ |
D | GrProxyRef.h | 27 GrProxyRef(sk_sp<T> proxy, GrIOType ioType) { this->setProxy(std::move(proxy), ioType); } in GrProxyRef() 33 void setProxy(sk_sp<T> proxy, GrIOType ioType) { in setProxy() 54 GrIOType ioType() const { return fIOType; } in ioType() 145 GrIOType fIOType = kRead_GrIOType;
|
/external/skia/src/gpu/mtl/ |
D | GrMtlTexture.h | 25 GrWrapCacheable, GrIOType); 64 GrWrapCacheable, GrIOType);
|
D | GrMtlTexture.mm | 32 GrIOType ioType) 71 GrIOType ioType) {
|
/external/skia/src/gpu/vk/ |
D | GrVkTexture.h | 28 GrWrapCacheable, GrIOType, const GrVkImageInfo&, 65 GrIOType);
|
D | GrVkTexture.cpp | 42 GrWrapCacheable cacheable, GrIOType ioType) in GrVkTexture() 95 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrappedTexture()
|
/external/skqp/src/gpu/vk/ |
D | GrVkTexture.h | 28 GrWrapCacheable, GrIOType, const GrVkImageInfo&, 70 GrIOType);
|
D | GrVkTexture.cpp | 42 GrWrapCacheable cacheable, GrIOType ioType) in GrVkTexture() 95 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrappedTexture()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlTexture.h | 25 GrWrapCacheable, GrIOType); 91 GrWrapCacheable, GrIOType);
|
D | GrMtlTexture.mm | 32 GrIOType ioType) 71 GrIOType ioType) {
|
/external/skia/src/gpu/gl/ |
D | GrGLTexture.h | 101 const IDDesc&, GrWrapCacheable, GrIOType); 111 GrIOType);
|
D | GrGLTexture.cpp | 57 const IDDesc& idDesc, GrWrapCacheable cacheable, GrIOType ioType) in GrGLTexture() 117 GrWrapCacheable cacheable, GrIOType ioType) { in MakeWrapped()
|
/external/skqp/src/gpu/gl/ |
D | GrGLTexture.h | 114 const IDDesc&, GrWrapCacheable, GrIOType); 124 GrIOType);
|
D | GrGLTexture.cpp | 57 const IDDesc& idDesc, GrWrapCacheable cacheable, GrIOType ioType) in GrGLTexture() 119 GrWrapCacheable cacheable, GrIOType ioType) { in MakeWrapped()
|
/external/skia/src/gpu/ |
D | GrShaderVar.cpp | 24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
|
D | GrPendingIOResource.h | 19 template <typename T, GrIOType IO_TYPE>
|
D | GrGpu.h | 110 GrIOType); 499 GrWrapCacheable, GrIOType) = 0;
|
D | GrResourceProvider.h | 107 GrWrapCacheable, GrIOType);
|
D | GrProxyProvider.h | 112 GrWrapOwnership, GrWrapCacheable, GrIOType,
|
/external/skqp/src/gpu/ |
D | GrPendingIOResource.h | 19 template <typename T, GrIOType IO_TYPE>
|
D | GrShaderVar.cpp | 24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
|
D | GrGpu.h | 108 GrIOType); 461 GrWrapCacheable, GrIOType) = 0;
|
D | GrResourceProvider.h | 110 GrWrapCacheable, GrIOType);
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpu.h | 63 GrIOType) override;
|
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 69 GrIOType) override;
|
123