Searched refs:GrIOType (Results 1 – 25 of 58) sorted by relevance
123
/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 | 29 GrIOType); 72 GrIOType);
|
D | GrMtlTexture.mm | 45 GrIOType ioType) 93 GrIOType ioType) {
|
/external/skia/src/gpu/gl/ |
D | GrGLTexture.h | 57 GrWrapCacheable, GrIOType); 71 GrIOType);
|
D | GrGLTexture.cpp | 61 GrIOType ioType) in GrGLTexture() 130 GrIOType ioType) { in MakeWrapped()
|
/external/skia/src/gpu/d3d/ |
D | GrD3DTexture.h | 29 GrIOType, 71 GrMipmapStatus, GrWrapCacheable, GrIOType);
|
D | GrD3DTexture.cpp | 39 GrIOType ioType) in GrD3DTexture() 92 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/skia/src/gpu/vk/ |
D | GrVkTexture.h | 36 GrIOType, 85 GrWrapCacheable, GrIOType, bool isExternal);
|
D | GrVkTexture.cpp | 47 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture() 96 GrIOType ioType, const GrVkImageInfo& info, 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/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/dawn/ |
D | GrDawnTexture.h | 23 int sampleCnt, GrWrapCacheable, GrIOType,
|
D | GrDawnTexture.cpp | 77 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrapped()
|
/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);
|
D | GrProxyProvider.h | 116 GrWrapOwnership, GrWrapCacheable, GrIOType,
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpu.h | 63 GrIOType) override;
|
/external/skia/src/gpu/ |
D | GrProxyProvider.h | 117 GrIOType,
|
/external/skqp/include/gpu/ |
D | GrGpuResource.h | 136 template <typename, GrIOType> friend class GrPendingIOResource;
|
123