Home
last modified time | relevance | path

Searched defs:readSwizzle (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/
DGrRecordingContextPriv.cpp187 skgpu::Swizzle readSwizzle = this->caps()->getReadSwizzle (format, info.colorType()); in makeSFC() local
213 skgpu::Swizzle readSwizzle, in makeSFC()
335 skgpu::Swizzle readSwizzle = this->caps()->getReadSwizzle (format, info.colorType()); in makeSFCFromBackendTexture() local
DSurfaceContext.h65 skgpu::Swizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle() function
DGrBackendTextureImageGenerator.cpp166 skgpu::Swizzle readSwizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, in onGenerateTexture() local
DGrAHardwareBufferImageGenerator.cpp180 skgpu::Swizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView() local
/external/skia/gm/
Dclear_swizzle.cpp35 skgpu::Swizzle readSwizzle = skgpu::Swizzle::Concat(sfc->readSwizzle(), in __anon8f4aa4860102() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp783 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat() local
920 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat() local
/external/skia/tests/
DLazyProxyTest.cpp146 skgpu::Swizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP() local
/external/skia/src/gpu/v1/
DSurfaceDrawContext.cpp140 skgpu::Swizzle readSwizzle = rContext->priv().caps()->getReadSwizzle(format, colorType); in Make() local
164 skgpu::Swizzle readSwizzle, in Make()
/external/deqp/framework/common/
DtcuTextureUtil.cpp1676 const TextureSwizzle& readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp9165 const gl::SwizzleState &readSwizzle, in initReadViews()
9219 const gl::SwizzleState &readSwizzle, in initReadViewsImpl()
9273 const gl::SwizzleState &readSwizzle, in initSRGBReadViewsImpl()
DTextureVk.cpp3033 gl::SwizzleState readSwizzle = ApplySwizzle(formatSwizzle, mState.getSwizzleState()); in initImageViews() local