Home
last modified time | relevance | path

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

12

/external/skia/src/image/
DSkSurface_GpuMtl.mm87 GrSwizzle readSwizzle = caps->getReadSwizzle(backendFormat, grColorType);
157 GrSwizzle readSwizzle = caps->getReadSwizzle(backendFormat, grColorType);
DSkImage_Gpu.cpp408 GrSwizzle swizzle = rContext->priv().caps()->getReadSwizzle(proxy->backendFormat(), colorType); in new_wrapped_texture_common()
624 GrSwizzle swizzle = threadSafeProxy->priv().caps()->getReadSwizzle(backendFormat, grColorType); in MakePromiseTexture()
753 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, grColorType); in MakeFromAHardwareBufferWithData()
DSkImage_Lazy.cpp448 GrSwizzle swizzle = caps->getReadSwizzle(proxy->backendFormat(), ct); in lockTextureProxyView()
/external/skia/tools/gpu/
DProxyUtils.cpp66 GrSwizzle swizzle = caps->getReadSwizzle(format, pixmap.colorType()); in MakeTextureProxyViewFromData()
/external/skia/tests/
DProgramsTest.cpp261 GrSwizzle swizzle = caps->getReadSwizzle(format, GrColorType::kRGBA_8888); in ProgramUnitTest()
272 GrSwizzle swizzle = caps->getReadSwizzle(format, GrColorType::kAlpha_8); in ProgramUnitTest()
DEGLImageTest.cpp165 GrSwizzle swizzle = context0->priv().caps()->getReadSwizzle(texProxy->backendFormat(), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DGrSurfaceTest.cpp267 GrSwizzle swizzle = caps->getReadSwizzle(combo.fFormat, in DEF_GPUTEST()
368 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(proxy->backendFormat(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DRectangleTextureTest.cpp174 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.cpp281 auto swizzle = dContext->priv().caps()->getReadSwizzle(backendTex.getBackendFormat(), in check_base_readbacks()
396 auto swizzle = dContext->priv().caps()->getReadSwizzle(backendTex.getBackendFormat(), in check_mipmaps()
DLazyProxyTest.cpp137 GrSwizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP()
DGrMipMappedTest.cpp462 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, colorType);
/external/skia/src/gpu/ccpr/
DGrCCClipProcessor.cpp16 GrSwizzle swizzle = caps.getReadSwizzle(proxy->backendFormat(), GrColorType::kAlpha_8); in make_view()
/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp185 GrSwizzle swizzle = caps->getReadSwizzle(format, GrColorType::kAlpha_8); in make_deferred_mask_texture_view()
320 GrSwizzle swizzle = args.fRenderTargetContext->caps()->getReadSwizzle( in onDrawPath()
DGrSurfaceFillContext.cpp157 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle (format, info.colorType()); in Make()
232 readSwizzle = context->priv().caps()->getReadSwizzle (format, info.colorType()); in MakeFromBackendTexture()
DGrAHardwareBufferImageGenerator.cpp191 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView()
DSkGr.cpp206 GrSwizzle swizzle = caps->getReadSwizzle(proxy->backendFormat(), ct); in GrMakeCachedBitmapProxyView()
245 GrSwizzle swizzle = caps->getReadSwizzle(proxy->backendFormat(), ct); in GrMakeUncachedBitmapProxyView()
DGrBackendTextureImageGenerator.cpp167 GrSwizzle readSwizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, grColorType); in onGenerateTexture()
DGrCaps.h429 GrSwizzle getReadSwizzle(const GrBackendFormat& format, GrColorType colorType) const;
DGrCaps.cpp411 GrSwizzle GrCaps::getReadSwizzle(const GrBackendFormat& format, GrColorType colorType) const { in getReadSwizzle() function in GrCaps
DGrThreadSafeCache.cpp366 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, newCT); in CreateLazyView()
DGrClipStackClip.cpp480 GrSwizzle swizzle = context->priv().caps()->getReadSwizzle(format, GrColorType::kAlpha_8); in createSoftwareClipMask()
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp160 GrSwizzle readSwizzle = caps->getReadSwizzle(fCharacterization.backendFormat(), grColorType); in init()
/external/skia/src/gpu/tessellate/
DGrDrawAtlasPathOp.cpp176 GrSwizzle swizzle = state->caps().getReadSwizzle(fAtlasProxy->backendFormat(), in onExecute()
/external/skia/gm/
Dlazytiling.cpp60 auto swizzle = dContext->priv().caps()->getReadSwizzle(proxy->backendFormat(), in create_view()

12