Home
last modified time | relevance | path

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

123

/external/skia/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/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.h25 GrWrapCacheable, GrIOType);
64 GrWrapCacheable, GrIOType);
DGrMtlTexture.mm32 GrIOType ioType)
71 GrIOType ioType) {
/external/skia/src/gpu/vk/
DGrVkTexture.h28 GrWrapCacheable, GrIOType, const GrVkImageInfo&,
65 GrIOType);
DGrVkTexture.cpp42 GrWrapCacheable cacheable, GrIOType ioType) in GrVkTexture()
95 GrWrapCacheable cacheable, 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/skqp/src/gpu/mtl/
DGrMtlTexture.h25 GrWrapCacheable, GrIOType);
91 GrWrapCacheable, GrIOType);
DGrMtlTexture.mm32 GrIOType ioType)
71 GrIOType ioType) {
/external/skia/src/gpu/gl/
DGrGLTexture.h101 const IDDesc&, GrWrapCacheable, GrIOType);
111 GrIOType);
DGrGLTexture.cpp57 const IDDesc& idDesc, GrWrapCacheable cacheable, GrIOType ioType) in GrGLTexture()
117 GrWrapCacheable cacheable, GrIOType ioType) { in MakeWrapped()
/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/
DGrShaderVar.cpp24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
DGrPendingIOResource.h19 template <typename T, GrIOType IO_TYPE>
DGrGpu.h110 GrIOType);
499 GrWrapCacheable, GrIOType) = 0;
DGrResourceProvider.h107 GrWrapCacheable, GrIOType);
DGrProxyProvider.h112 GrWrapOwnership, GrWrapCacheable, GrIOType,
/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);
/external/skqp/src/gpu/mock/
DGrMockGpu.h63 GrIOType) override;
/external/skia/src/gpu/mock/
DGrMockGpu.h69 GrIOType) override;

123