Searched defs:texSwizzle (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrTextureRenderTargetProxy.cpp | 28 const GrSwizzle& texSwizzle, in GrTextureRenderTargetProxy() 51 const GrSwizzle& texSwizzle, in GrTextureRenderTargetProxy() 72 const GrSwizzle& texSwizzle, in GrTextureRenderTargetProxy()
|
D | GrProxyProvider.cpp | 199 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(tex->backendFormat(), colorType); in createWrapped() local 508 GrSwizzle texSwizzle = caps->getTextureSwizzle(format, colorType); in createProxy() local 607 GrSwizzle texSwizzle = caps->getTextureSwizzle(tex->backendFormat(), grColorType); in wrapBackendTexture() local 655 GrSwizzle texSwizzle = caps->getTextureSwizzle(tex->backendFormat(), colorType); in wrapRenderableBackendTexture() local 695 GrSwizzle texSwizzle = caps->getTextureSwizzle(rt->backendFormat(), grColorType); in wrapBackendRenderTarget() local 731 GrSwizzle texSwizzle = caps->getTextureSwizzle(rt->backendFormat(), grColorType); in wrapBackendTextureAsRenderTarget() local 764 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(rt->backendFormat(), colorType); in wrapVulkanSecondaryCBAsRenderTarget() local 843 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(format, colorType); in createLazyProxy() local 878 GrSwizzle texSwizzle = this->caps()->getTextureSwizzle(format, colorType); in createLazyRenderTargetProxy() local 917 GrSwizzle texSwizzle = caps.getTextureSwizzle(format, colorType); in MakeFullyLazyProxy() local
|
D | GrTextureProxy.cpp | 36 GrMipMapsStatus mipMapsStatus, const GrSwizzle& texSwizzle, in GrTextureProxy()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 1653 const MaybeTextureSwizzle& texSwizzle, in TextureGather2DCase() 1743 const MaybeTextureSwizzle& texSwizzle, in TextureGather2DArrayCase() 1875 const MaybeTextureSwizzle& texSwizzle, in TextureGatherCubeCase() 2015 const MaybeTextureSwizzle& texSwizzle, in makeTextureGatherCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 2512 const MaybeTextureSwizzle& texSwizzle, in makeTextureGatherCase()
|