Home
last modified time | relevance | path

Searched refs:getReadSwizzle (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/src/gpu/
DGrRecordingContextPriv.cpp145 swizzle = this->caps()->getReadSwizzle(format, info.colorType()); in makeSC()
187 GrSwizzle readSwizzle = this->caps()->getReadSwizzle (format, info.colorType()); in makeSFC()
335 GrSwizzle readSwizzle = this->caps()->getReadSwizzle (format, info.colorType()); in makeSFCFromBackendTexture()
DGrAHardwareBufferImageGenerator.cpp180 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView()
DSkGr.cpp208 GrSwizzle swizzle = caps->getReadSwizzle(proxy->backendFormat(), ct); in GrMakeCachedBitmapProxyView()
247 GrSwizzle swizzle = caps->getReadSwizzle(proxy->backendFormat(), ct); in GrMakeUncachedBitmapProxyView()
DGrBackendTextureImageGenerator.cpp166 GrSwizzle readSwizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, grColorType); in onGenerateTexture()
DGrDynamicAtlas.cpp123 caps.getReadSwizzle(fTextureProxy->backendFormat(), fColorType)}; in readView()
DGrCaps.h442 GrSwizzle getReadSwizzle(const GrBackendFormat& format, GrColorType colorType) const;
DGrThreadSafeCache.cpp366 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, newCT); in CreateLazyView()
DGrCaps.cpp424 GrSwizzle GrCaps::getReadSwizzle(const GrBackendFormat& format, GrColorType colorType) const { in getReadSwizzle() function in GrCaps
DGrDrawOpAtlas.cpp621 GrSwizzle swizzle = proxyProvider->caps()->getReadSwizzle(fFormat, fColorType); in createPages()
DGrProxyProvider.cpp280 GrSwizzle swizzle = caps->getReadSwizzle(proxy->backendFormat(), ct); in findCachedProxyWithColorTypeFallback()
/third_party/skia/tests/
DProgramsTest.cpp256 GrSwizzle swizzle = caps->getReadSwizzle(format, GrColorType::kRGBA_8888); in ProgramUnitTest()
267 GrSwizzle swizzle = caps->getReadSwizzle(format, GrColorType::kAlpha_8); in ProgramUnitTest()
DGrSurfaceTest.cpp267 GrSwizzle swizzle = caps->getReadSwizzle(combo.fFormat, in DEF_GPUTEST()
367 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(proxy->backendFormat(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DEGLImageTest.cpp165 GrSwizzle swizzle = context0->priv().caps()->getReadSwizzle(texProxy->backendFormat(), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DRectangleTextureTest.cpp175 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(rectangleTex.getBackendFormat(), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DTestUtils.cpp93 auto swizzle = dContext->priv().caps()->getReadSwizzle(copy->backendFormat(), colorType); in TestCopyFromSurface()
DBackendAllocationTest.cpp282 auto swizzle = dContext->priv().caps()->getReadSwizzle(backendTex.getBackendFormat(), in check_base_readbacks()
397 auto swizzle = dContext->priv().caps()->getReadSwizzle(backendTex.getBackendFormat(), in check_mipmaps()
DLazyProxyTest.cpp146 GrSwizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP()
DGrMipMappedTest.cpp464 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, colorType);
DProcessorTest.cpp152 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, GrColorType::kRGBA_8888); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/third_party/skia/tools/gpu/
DProxyUtils.cpp69 GrSwizzle swizzle = caps->getReadSwizzle(format, pixmap.colorType()); in MakeTextureProxyViewFromData()
/third_party/skia/src/gpu/ops/
DSoftwarePathRenderer.cpp93 GrSwizzle swizzle = caps->getReadSwizzle(format, GrColorType::kAlpha_8); in make_deferred_mask_texture_view()
325 GrSwizzle swizzle = args.fSurfaceDrawContext->caps()->getReadSwizzle( in onDrawPath()
DLatticeOp.cpp530 context->priv().caps()->getReadSwizzle(format, GrColorType::kRGBA_8888)); in GR_DRAW_OP_TEST_DEFINE()
/third_party/skia/src/image/
DSkImage_Gpu.cpp404 GrSwizzle swizzle = rContext->priv().caps()->getReadSwizzle(proxy->backendFormat(), colorType); in new_wrapped_texture_common()
618 GrSwizzle swizzle = threadSafeProxy->priv().caps()->getReadSwizzle(backendFormat, grColorType); in MakePromiseTexture()
747 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, grColorType); in MakeFromAHardwareBufferWithData()
DSkImage_Lazy.cpp452 GrSwizzle swizzle = caps->getReadSwizzle(proxy->backendFormat(), ct); in lockTextureProxyView()
/third_party/skia/gm/
Dlazytiling.cpp68 auto swizzle = dContext->priv().caps()->getReadSwizzle(proxy->backendFormat(), in create_view()

12