Home
last modified time | relevance | path

Searched refs:getTextureSwizzle (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrProxyProvider.cpp199 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(tex->backendFormat(), colorType); in createWrapped()
246 this->caps()->getTextureSwizzle(result->backendFormat(), colorType)); in findOrCreateProxyByUniqueKey()
470 GrSwizzle texSwizzle = caps->getTextureSwizzle(format, colorType); in createProxy()
567 GrSwizzle texSwizzle = caps->getTextureSwizzle(tex->backendFormat(), grColorType); in wrapBackendTexture()
614 GrSwizzle texSwizzle = caps->getTextureSwizzle(tex->backendFormat(), colorType); in wrapRenderableBackendTexture()
652 GrSwizzle texSwizzle = caps->getTextureSwizzle(rt->backendFormat(), grColorType); in wrapBackendRenderTarget()
686 GrSwizzle texSwizzle = caps->getTextureSwizzle(rt->backendFormat(), grColorType); in wrapBackendTextureAsRenderTarget()
719 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(rt->backendFormat(), colorType); in wrapVulkanSecondaryCBAsRenderTarget()
759 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(format, colorType); in createLazyProxy()
817 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(format, colorType); in createLazyRenderTargetProxy()
[all …]
H A DGrCaps.h412 virtual GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const = 0;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrProxyProvider.cpp199 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(tex->backendFormat(), colorType); in createWrapped()
246 this->caps()->getTextureSwizzle(result->backendFormat(), colorType)); in findOrCreateProxyByUniqueKey()
470 GrSwizzle texSwizzle = caps->getTextureSwizzle(format, colorType); in createProxy()
567 GrSwizzle texSwizzle = caps->getTextureSwizzle(tex->backendFormat(), grColorType); in wrapBackendTexture()
614 GrSwizzle texSwizzle = caps->getTextureSwizzle(tex->backendFormat(), colorType); in wrapRenderableBackendTexture()
652 GrSwizzle texSwizzle = caps->getTextureSwizzle(rt->backendFormat(), grColorType); in wrapBackendRenderTarget()
686 GrSwizzle texSwizzle = caps->getTextureSwizzle(rt->backendFormat(), grColorType); in wrapBackendTextureAsRenderTarget()
719 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(rt->backendFormat(), colorType); in wrapVulkanSecondaryCBAsRenderTarget()
759 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(format, colorType); in createLazyProxy()
817 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(format, colorType); in createLazyRenderTargetProxy()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrProxyProvider.cpp199 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(tex->backendFormat(), colorType); in createWrapped()
246 this->caps()->getTextureSwizzle(result->backendFormat(), colorType)); in findOrCreateProxyByUniqueKey()
470 GrSwizzle texSwizzle = caps->getTextureSwizzle(format, colorType); in createProxy()
567 GrSwizzle texSwizzle = caps->getTextureSwizzle(tex->backendFormat(), grColorType); in wrapBackendTexture()
614 GrSwizzle texSwizzle = caps->getTextureSwizzle(tex->backendFormat(), colorType); in wrapRenderableBackendTexture()
652 GrSwizzle texSwizzle = caps->getTextureSwizzle(rt->backendFormat(), grColorType); in wrapBackendRenderTarget()
686 GrSwizzle texSwizzle = caps->getTextureSwizzle(rt->backendFormat(), grColorType); in wrapBackendTextureAsRenderTarget()
719 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(rt->backendFormat(), colorType); in wrapVulkanSecondaryCBAsRenderTarget()
759 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(format, colorType); in createLazyProxy()
817 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(format, colorType); in createLazyRenderTargetProxy()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrProxyProvider.cpp199 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(tex->backendFormat(), colorType); in createWrapped()
246 this->caps()->getTextureSwizzle(result->backendFormat(), colorType)); in findOrCreateProxyByUniqueKey()
470 GrSwizzle texSwizzle = caps->getTextureSwizzle(format, colorType); in createProxy()
567 GrSwizzle texSwizzle = caps->getTextureSwizzle(tex->backendFormat(), grColorType); in wrapBackendTexture()
614 GrSwizzle texSwizzle = caps->getTextureSwizzle(tex->backendFormat(), colorType); in wrapRenderableBackendTexture()
652 GrSwizzle texSwizzle = caps->getTextureSwizzle(rt->backendFormat(), grColorType); in wrapBackendRenderTarget()
686 GrSwizzle texSwizzle = caps->getTextureSwizzle(rt->backendFormat(), grColorType); in wrapBackendTextureAsRenderTarget()
719 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(rt->backendFormat(), colorType); in wrapVulkanSecondaryCBAsRenderTarget()
759 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(format, colorType); in createLazyProxy()
817 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(format, colorType); in createLazyRenderTargetProxy()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnCaps.h54 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override;
H A DGrDawnCaps.cpp182 GrSwizzle GrDawnCaps::getTextureSwizzle(const GrBackendFormat& format, GrColorType colorType) const in getTextureSwizzle() function in GrDawnCaps
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnCaps.h54 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override;
H A DGrDawnCaps.cpp182 GrSwizzle GrDawnCaps::getTextureSwizzle(const GrBackendFormat& format, GrColorType colorType) const in getTextureSwizzle() function in GrDawnCaps
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnCaps.h54 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override;
H A DGrDawnCaps.cpp182 GrSwizzle GrDawnCaps::getTextureSwizzle(const GrBackendFormat& format, GrColorType colorType) const in getTextureSwizzle() function in GrDawnCaps
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnCaps.h54 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override;
H A DGrDawnCaps.cpp182 GrSwizzle GrDawnCaps::getTextureSwizzle(const GrBackendFormat& format, GrColorType colorType) const in getTextureSwizzle() function in GrDawnCaps
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlCaps.h85 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlCaps.h85 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlCaps.h85 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlCaps.h85 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/mock/
H A DGrMockCaps.h140 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override { in getTextureSwizzle() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/mock/
H A DGrMockCaps.h140 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override { in getTextureSwizzle() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/mock/
H A DGrMockCaps.h140 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override { in getTextureSwizzle() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/mock/
H A DGrMockCaps.h140 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override { in getTextureSwizzle() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.h181 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.h181 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.h181 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.h181 GrSwizzle getTextureSwizzle(const GrBackendFormat&, GrColorType) const override;

12