/third_party/skia/src/gpu/ |
D | GrRecordingContextPriv.cpp | 145 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()
|
D | GrAHardwareBufferImageGenerator.cpp | 180 GrSwizzle readSwizzle = context->priv().caps()->getReadSwizzle(backendFormat, grColorType); in makeView()
|
D | SkGr.cpp | 208 GrSwizzle swizzle = caps->getReadSwizzle(proxy->backendFormat(), ct); in GrMakeCachedBitmapProxyView() 247 GrSwizzle swizzle = caps->getReadSwizzle(proxy->backendFormat(), ct); in GrMakeUncachedBitmapProxyView()
|
D | GrBackendTextureImageGenerator.cpp | 166 GrSwizzle readSwizzle = dContext->priv().caps()->getReadSwizzle(backendFormat, grColorType); in onGenerateTexture()
|
D | GrDynamicAtlas.cpp | 123 caps.getReadSwizzle(fTextureProxy->backendFormat(), fColorType)}; in readView()
|
D | GrCaps.h | 442 GrSwizzle getReadSwizzle(const GrBackendFormat& format, GrColorType colorType) const;
|
D | GrThreadSafeCache.cpp | 366 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, newCT); in CreateLazyView()
|
D | GrCaps.cpp | 424 GrSwizzle GrCaps::getReadSwizzle(const GrBackendFormat& format, GrColorType colorType) const { in getReadSwizzle() function in GrCaps
|
D | GrDrawOpAtlas.cpp | 621 GrSwizzle swizzle = proxyProvider->caps()->getReadSwizzle(fFormat, fColorType); in createPages()
|
D | GrProxyProvider.cpp | 280 GrSwizzle swizzle = caps->getReadSwizzle(proxy->backendFormat(), ct); in findCachedProxyWithColorTypeFallback()
|
/third_party/skia/tests/ |
D | ProgramsTest.cpp | 256 GrSwizzle swizzle = caps->getReadSwizzle(format, GrColorType::kRGBA_8888); in ProgramUnitTest() 267 GrSwizzle swizzle = caps->getReadSwizzle(format, GrColorType::kAlpha_8); in ProgramUnitTest()
|
D | GrSurfaceTest.cpp | 267 GrSwizzle swizzle = caps->getReadSwizzle(combo.fFormat, in DEF_GPUTEST() 367 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(proxy->backendFormat(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | EGLImageTest.cpp | 165 GrSwizzle swizzle = context0->priv().caps()->getReadSwizzle(texProxy->backendFormat(), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | RectangleTextureTest.cpp | 175 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(rectangleTex.getBackendFormat(), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | TestUtils.cpp | 93 auto swizzle = dContext->priv().caps()->getReadSwizzle(copy->backendFormat(), colorType); in TestCopyFromSurface()
|
D | BackendAllocationTest.cpp | 282 auto swizzle = dContext->priv().caps()->getReadSwizzle(backendTex.getBackendFormat(), in check_base_readbacks() 397 auto swizzle = dContext->priv().caps()->getReadSwizzle(backendTex.getBackendFormat(), in check_mipmaps()
|
D | LazyProxyTest.cpp | 146 GrSwizzle readSwizzle = ctx->priv().caps()->getReadSwizzle(format, kColorType); in ClipFP()
|
D | GrMipMappedTest.cpp | 464 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, colorType);
|
D | ProcessorTest.cpp | 152 GrSwizzle swizzle = dContext->priv().caps()->getReadSwizzle(format, GrColorType::kRGBA_8888); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
/third_party/skia/tools/gpu/ |
D | ProxyUtils.cpp | 69 GrSwizzle swizzle = caps->getReadSwizzle(format, pixmap.colorType()); in MakeTextureProxyViewFromData()
|
/third_party/skia/src/gpu/ops/ |
D | SoftwarePathRenderer.cpp | 93 GrSwizzle swizzle = caps->getReadSwizzle(format, GrColorType::kAlpha_8); in make_deferred_mask_texture_view() 325 GrSwizzle swizzle = args.fSurfaceDrawContext->caps()->getReadSwizzle( in onDrawPath()
|
D | LatticeOp.cpp | 530 context->priv().caps()->getReadSwizzle(format, GrColorType::kRGBA_8888)); in GR_DRAW_OP_TEST_DEFINE()
|
/third_party/skia/src/image/ |
D | SkImage_Gpu.cpp | 404 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()
|
D | SkImage_Lazy.cpp | 452 GrSwizzle swizzle = caps->getReadSwizzle(proxy->backendFormat(), ct); in lockTextureProxyView()
|
/third_party/skia/gm/ |
D | lazytiling.cpp | 68 auto swizzle = dContext->priv().caps()->getReadSwizzle(proxy->backendFormat(), in create_view()
|