Home
last modified time | relevance | path

Searched refs:GrIOType (Results 1 – 25 of 58) sorted by relevance

123

/external/skqp/include/private/
DGrProxyRef.h27 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/
DGrMtlTexture.h29 GrIOType);
72 GrIOType);
DGrMtlTexture.mm45 GrIOType ioType)
93 GrIOType ioType) {
/external/skia/src/gpu/gl/
DGrGLTexture.h57 GrWrapCacheable, GrIOType);
71 GrIOType);
DGrGLTexture.cpp61 GrIOType ioType) in GrGLTexture()
130 GrIOType ioType) { in MakeWrapped()
/external/skia/src/gpu/d3d/
DGrD3DTexture.h29 GrIOType,
71 GrMipmapStatus, GrWrapCacheable, GrIOType);
DGrD3DTexture.cpp39 GrIOType ioType) in GrD3DTexture()
92 GrIOType ioType, in MakeWrappedTexture()
/external/skqp/src/gpu/vk/
DGrVkTexture.h28 GrWrapCacheable, GrIOType, const GrVkImageInfo&,
70 GrIOType);
DGrVkTexture.cpp42 GrWrapCacheable cacheable, GrIOType ioType) in GrVkTexture()
95 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrappedTexture()
/external/skia/src/gpu/vk/
DGrVkTexture.h36 GrIOType,
85 GrWrapCacheable, GrIOType, bool isExternal);
DGrVkTexture.cpp47 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture()
96 GrIOType ioType, const GrVkImageInfo& info, in MakeWrappedTexture()
/external/skqp/src/gpu/mtl/
DGrMtlTexture.h25 GrWrapCacheable, GrIOType);
91 GrWrapCacheable, GrIOType);
DGrMtlTexture.mm32 GrIOType ioType)
71 GrIOType ioType) {
/external/skqp/src/gpu/gl/
DGrGLTexture.h114 const IDDesc&, GrWrapCacheable, GrIOType);
124 GrIOType);
DGrGLTexture.cpp57 const IDDesc& idDesc, GrWrapCacheable cacheable, GrIOType ioType) in GrGLTexture()
119 GrWrapCacheable cacheable, GrIOType ioType) { in MakeWrapped()
/external/skia/src/gpu/dawn/
DGrDawnTexture.h23 int sampleCnt, GrWrapCacheable, GrIOType,
DGrDawnTexture.cpp77 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrapped()
/external/skqp/src/gpu/
DGrPendingIOResource.h19 template <typename T, GrIOType IO_TYPE>
DGrShaderVar.cpp24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
DGrGpu.h108 GrIOType);
461 GrWrapCacheable, GrIOType) = 0;
DGrResourceProvider.h110 GrWrapCacheable, GrIOType);
DGrProxyProvider.h116 GrWrapOwnership, GrWrapCacheable, GrIOType,
/external/skqp/src/gpu/mock/
DGrMockGpu.h63 GrIOType) override;
/external/skia/src/gpu/
DGrProxyProvider.h117 GrIOType,
/external/skqp/include/gpu/
DGrGpuResource.h136 template <typename, GrIOType> friend class GrPendingIOResource;

123