Searched defs:readSwizzle (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrRecordingContextPriv.cpp | 187 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
|
D | SurfaceContext.h | 66 GrSwizzle readSwizzle() const { return fReadView.swizzle(); } in readSwizzle() function
|
D | GrBackendTextureImageGenerator.cpp | 166 GrSwizzle readSwizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, grColorType); in onGenerateTexture() local
|
D | GrAHardwareBufferImageGenerator.cpp | 180 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView() local
|
/third_party/skia/gm/ |
D | clear_swizzle.cpp | 35 GrSwizzle readSwizzle = GrSwizzle::Concat(sfc->readSwizzle(), GrSwizzle{"bgra"}); in __anon434c18aa0102() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 783 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/ |
D | vktSampleVerifierUtil.cpp | 783 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat() local 920 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat() local
|
/third_party/skia/tests/ |
D | LazyProxyTest.cpp | 146 GrSwizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP() local
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext.cpp | 138 GrSwizzle readSwizzle = rContext->priv().caps()->getReadSwizzle(format, colorType); in Make() local 162 GrSwizzle readSwizzle, in Make()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 1676 const TextureSwizzle& readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 8049 const gl::SwizzleState &readSwizzle, in initReadViews() 8095 const gl::SwizzleState &readSwizzle, in initReadViewsImpl() 8148 const gl::SwizzleState &readSwizzle, in initSRGBReadViewsImpl()
|
D | TextureVk.cpp | 3019 gl::SwizzleState readSwizzle = ApplySwizzle(formatSwizzle, mState.getSwizzleState()); in initImageViews() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 2984 int OutputASM::readSwizzle(TIntermTyped *argument, int size) in readSwizzle() function in glsl::OutputASM
|