Home
last modified time | relevance | path

Searched defs:ioType (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/gpu/
H A DGrGpuResourceRef.h97 GrTGpuResourceRef(T* resource, GrIOType ioType) : INHERITED(resource, ioType) { } in GrTGpuResourceRef()
103 void set(T* resource, GrIOType ioType) { this->setResource(resource, ioType); } in set()
114 GrTGpuResourceRef(GrTexture* texture, GrIOType ioType) : INHERITED(texture, ioType) { } in GrTGpuResourceRef()
125 void set(GrTexture* texture, GrIOType ioType) { this->setResource(texture, ioType); } in set()
135 GrTGpuResourceRef(GrRenderTarget* rt, GrIOType ioType) : INHERITED(rt, ioType) { } in GrTGpuResourceRef()
146 void set(GrRenderTarget* rt, GrIOType ioType) { this->setResource(rt, ioType); } in set()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrGpuResourceRef.h46 GrIOType ioType() const { return fIOType; } in ioType() function
99 GrTGpuResourceRef(T* resource, GrIOType ioType) : INHERITED(resource, ioType) {} in GrTGpuResourceRef()
100 GrTGpuResourceRef(sk_sp<T> resource, GrIOType ioType) : INHERITED(resource, ioType) {} in GrTGpuResourceRef()
106 void set(T* resource, GrIOType ioType) { this->setResource(resource, ioType); } in set()
H A DGrSurfaceProxyRef.cpp17 GrSurfaceProxyRef::GrSurfaceProxyRef(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) { in GrSurfaceProxyRef()
54 void GrSurfaceProxyRef::setProxy(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) { in setProxy()
H A DGrGpuResourceRef.cpp16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIOType ioType) { in GrGpuResourceRef()
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIOType ioType) { in setResource()
H A DGrShaderVar.cpp24 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrShaderVar.cpp23 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrShaderVar.cpp23 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrShaderVar.cpp23 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrShaderVar.cpp23 void GrShaderVar::setIOType(GrIOType ioType) { in setIOType()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLTexture.cpp60 GrIOType ioType) in GrGLTexture()
131 GrIOType ioType) { in MakeWrapped()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLTexture.cpp60 GrIOType ioType) in GrGLTexture()
131 GrIOType ioType) { in MakeWrapped()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLTexture.cpp60 GrIOType ioType) in GrGLTexture()
131 GrIOType ioType) { in MakeWrapped()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLTexture.cpp60 GrIOType ioType) in GrGLTexture()
131 GrIOType ioType) { in MakeWrapped()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLTexture.cpp60 GrIOType ioType) in GrGLTexture()
131 GrIOType ioType) { in MakeWrapped()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLTexture.cpp61 GrIOType ioType) in GrGLTexture()
129 GrIOType ioType) { in MakeWrapped()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/private/
H A DGrSurfaceProxyRef.h26 GrIOType ioType() const { return fIOType; } in ioType() function
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/mail/test/
H A Dtest_bounce.py93 def _bounceBigMessage(self, header, message, ioType): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/d3d/
H A DGrD3DTexture.cpp35 GrWrapCacheable cacheable, GrIOType ioType) in GrD3DTexture()
83 GrIOType ioType, in MakeWrappedTexture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/d3d/
H A DGrD3DTexture.cpp39 GrIOType ioType) in GrD3DTexture()
92 GrIOType ioType, in MakeWrappedTexture()
/dports/net-im/gloox/gloox-1.0.24/src/
H A Diodata.cpp32 static inline IOData::Type ioType( const std::string& type ) in ioType() function
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/transformers/
H A DTXFMBase.hpp82 enum ioType { enum in TXFMBase
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkTexture.cpp45 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture()
105 GrIOType ioType, in MakeWrappedTexture()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkTexture.cpp45 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture()
105 GrIOType ioType, in MakeWrappedTexture()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkTexture.cpp45 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture()
105 GrIOType ioType, in MakeWrappedTexture()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkTexture.cpp45 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture()
105 GrIOType ioType, in MakeWrappedTexture()

1234567