Searched defs:readSwizzle (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrRecordingContextPriv.cpp | 213 skgpu::Swizzle readSwizzle = this->caps()->getReadSwizzle (format, info.colorType()); in makeSFC() local 234 skgpu::Swizzle readSwizzle, in makeSFC() 346 skgpu::Swizzle readSwizzle = this->caps()->getReadSwizzle (format, info.colorType()); in makeSFCFromBackendTexture() local
|
H A D | GrBackendTextureImageGenerator.cpp | 181 skgpu::Swizzle readSwizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, in onGenerateTexture() local
|
H A D | SurfaceContext.h | 69 skgpu::Swizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle() function
|
H A D | GrAHardwareBufferImageGenerator.cpp | 173 skgpu::Swizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView() local
|
H A D | SurfaceDrawContext.cpp | 166 skgpu::Swizzle readSwizzle = rContext->priv().caps()->getReadSwizzle(format, colorType); in Make() local 188 skgpu::Swizzle readSwizzle, in Make()
|
/aosp_15_r20/external/skia/gm/ |
H A D | clear_swizzle.cpp | 38 skgpu::Swizzle readSwizzle = skgpu::Swizzle::Concat(sfc->readSwizzle(), in __anone04877100102() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/ |
H A D | vktSampleVerifierUtil.cpp | 691 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat() local 826 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | LazyProxyTest.cpp | 186 skgpu::Swizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | KeyHelpers.cpp | 513 ReadSwizzle readSwizzle, in add_color_space_uniforms() 1965 skgpu::Swizzle readSwizzle = view.swizzle(); in add_to_key() local
|
H A D | Device.cpp | 560 Swizzle readSwizzle = fRecorder->priv().caps()->getReadSwizzle( in makeImageCopy() local
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTextureUtil.cpp | 1916 const TextureSwizzle &readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 12174 const gl::SwizzleState &readSwizzle, in initReadViews() 12230 const gl::SwizzleState &readSwizzle, in initReadViewsImpl() 12287 const gl::SwizzleState &readSwizzle, in initLinearAndSrgbReadViewsImpl()
|
H A D | TextureVk.cpp | 4094 gl::SwizzleState readSwizzle = ApplySwizzle(formatSwizzle, mState.getSwizzleState()); in initImageViews() local
|