Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrRecordingContextPriv.cpp187 GrSwizzle readSwizzle = this->caps()->getReadSwizzle (format, info.colorType()); in makeSFC() local
213 GrSwizzle readSwizzle, in makeSFC()
335 GrSwizzle readSwizzle = this->caps()->getReadSwizzle (format, info.colorType()); in makeSFCFromBackendTexture() local
DSurfaceContext.h66 GrSwizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle() function
DGrBackendTextureImageGenerator.cpp166 GrSwizzle readSwizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, grColorType); in onGenerateTexture() local
DGrAHardwareBufferImageGenerator.cpp180 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView() local
/third_party/skia/gm/
Dclear_swizzle.cpp35 GrSwizzle readSwizzle = GrSwizzle::Concat(sfc->readSwizzle(), GrSwizzle{"bgra"}); in __anon434c18aa0102() local
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktSampleVerifierUtil.cpp783 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat() local
920 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat() local
/third_party/skia/tests/
DLazyProxyTest.cpp146 GrSwizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP() local
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp138 GrSwizzle readSwizzle = rContext->priv().caps()->getReadSwizzle(format, colorType); in Make() local
162 GrSwizzle readSwizzle, in Make()
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp1676 const TextureSwizzle& readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp8049 const gl::SwizzleState &readSwizzle, in initReadViews()
8095 const gl::SwizzleState &readSwizzle, in initReadViewsImpl()
8148 const gl::SwizzleState &readSwizzle, in initSRGBReadViewsImpl()
DTextureVk.cpp3019 gl::SwizzleState readSwizzle = ApplySwizzle(formatSwizzle, mState.getSwizzleState()); in initImageViews() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2984 int OutputASM::readSwizzle(TIntermTyped *argument, int size) in readSwizzle() function in glsl::OutputASM