Home
last modified time | relevance | path

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

/external/skia/gm/
Dclear_swizzle.cpp24 GrSwizzle readSwizzle = GrSwizzle::Concat(rtCtx->readSwizzle(), GrSwizzle{"bgra"}); in __anon219885010102() local
/external/skia/src/gpu/
DGrSurfaceFillContext.cpp77 GrSwizzle readSwizzle, in Make()
157 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle (format, info.colorType()); in Make() local
227 GrSwizzle readSwizzle, writeSwizzle; in MakeFromBackendTexture() local
DGrBackendTextureImageGenerator.cpp167 GrSwizzle readSwizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, grColorType); in onGenerateTexture() local
DGrSurfaceContext.h85 GrSwizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle() function
DGrAHardwareBufferImageGenerator.cpp191 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView() local
DGrSurfaceDrawContext.cpp107 GrSwizzle readSwizzle, writeSwizzle; in Make() local
134 GrSwizzle readSwizzle, in Make()
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp160 GrSwizzle readSwizzle = caps->getReadSwizzle(fCharacterization.backendFormat(), grColorType); in init() 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.cpp137 GrSwizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP() local
DOnFlushCallbackTest.cpp360 GrSwizzle readSwizzle = caps->getReadSwizzle(format, GrColorType::kRGBA_8888); in getAtlasView() local
/external/deqp/framework/common/
DtcuTextureUtil.cpp1674 const TextureSwizzle& readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp7476 const gl::SwizzleState &readSwizzle, in initReadViews()
7522 const gl::SwizzleState &readSwizzle, in initReadViewsImpl()
7574 const gl::SwizzleState &readSwizzle, in initSRGBReadViewsImpl()
DTextureVk.cpp2829 gl::SwizzleState readSwizzle = ApplySwizzle(formatSwizzle, mState.getSwizzleState()); in initImageViews() local
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2986 int OutputASM::readSwizzle(TIntermTyped *argument, int size) in readSwizzle() function in glsl::OutputASM