/external/skqp/src/image/ |
H A D | SkSurface_Base.h | 85 return GrSemaphoresSubmitted::kNo;
|
/external/skqp/tests/ |
H A D | ProxyTest.cpp | 120 for (auto budgeted : { SkBudgeted::kYes, SkBudgeted::kNo }) { 206 for (auto budgeted : { SkBudgeted::kYes, SkBudgeted::kNo }) { 229 kWidthHeight, kWidthHeight, config, SkBudgeted::kNo); 292 sk_sp<GrTextureProxy> proxy = provider->createProxy(desc, fit, SkBudgeted::kNo);
|
H A D | SRGBReadWritePixelsTest.cpp | 179 desc, GrMipMapped::kNo, 181 SkBudgeted::kNo); 220 GrMipMapped::kNo, 222 SkBudgeted::kNo);
|
H A D | SurfaceSemaphoreTest.cpp | 71 GrMipMapped::kNo, 80 sk_sp<SkSurface> childSurface(SkSurface::MakeRenderTarget(childCtx, SkBudgeted::kNo, 126 sk_sp<SkSurface> mainSurface(SkSurface::MakeRenderTarget(mainCtx, SkBudgeted::kNo, 227 sk_sp<SkSurface> mainSurface(SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo,
|
H A D | GrPipelineDynamicStateTest.cpp | 115 HasAABloat::kNo, IsZeroArea::kNo); member in class:GrPipelineDynamicStateTestOp::IsZeroArea 123 return RequiresDstTexture::kNo;
|
H A D | ReadWriteAlphaTest.cpp | 64 sk_sp<GrTextureProxy> proxy = proxyProvider->createTextureProxy(desc, SkBudgeted::kNo, 74 sk_sp<SkSurface> surf(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, ii)); 171 sk_sp<GrTextureProxy> proxy = proxyProvider->createTextureProxy(desc, SkBudgeted::kNo,
|
H A D | VkWrapTests.cpp | 38 GrMipMapped::kNo); 83 GrMipMapped::kNo); 120 GrMipMapped::kNo);
|
/external/skqp/tools/fiddle/ |
H A D | fiddle_main.cpp | 168 backingTexture = resourceProvider->createTexture(backingDesc, SkBudgeted::kNo, 197 backingDesc, SkBudgeted::kNo, 227 backingDesc, SkBudgeted::kNo, 299 auto surface = SkSurface::MakeRenderTarget(grContext.get(), SkBudgeted::kNo, info);
|
/external/v8/src/parsing/ |
H A D | func-name-inferrer.h | 18 enum class InferName { kYes, kNo };
|
/external/skia/src/gpu/ |
H A D | GrBackendTextureImageGenerator.cpp | 129 GrMipMapped mipMapped = fBackendTexture.hasMipMaps() ? GrMipMapped::kYes : GrMipMapped::kNo; 175 }, desc, mipMapped, SkBackingFit::kExact, SkBudgeted::kNo); 186 GrMipMapped mipMapped = willNeedMipMaps ? GrMipMapped::kYes : GrMipMapped::kNo;
|
H A D | GrDrawingManager.cpp | 60 if (GrContextOptions::Enable::kNo == sortRenderTargets) { 124 return GrSemaphoresSubmitted::kNo; 329 return GrSemaphoresSubmitted::kNo; 333 GrSemaphoresSubmitted result = GrSemaphoresSubmitted::kNo; 452 if (GrPathRenderer::CanDrawPath::kNo != fSoftwarePathRenderer->canDrawPath(args)) {
|
/external/skia/src/gpu/ccpr/ |
H A D | GrCCAtlas.cpp | 64 GrOp::HasAABloat::kNo, GrOp::IsZeroArea::kNo); member in class:GrCCAtlas::DrawCoverageCountOp::GrOp::IsZeroArea 71 GrPixelConfigIsClamped) override { return RequiresDstTexture::kNo; }
|
/external/skia/src/gpu/effects/ |
H A D | GrConfigConversionEffect.h | 92 readRTC->fillRectToRect(GrNoClip(), std::move(paint1), GrAA::kNo, SkMatrix::I(), kRect, member in class:GrConfigConversionEffect::GrAA 106 tempRTC->fillRectToRect(GrNoClip(), std::move(paint2), GrAA::kNo, SkMatrix::I(), kRect, member in class:GrConfigConversionEffect::GrAA 113 readRTC->fillRectToRect(GrNoClip(), std::move(paint3), GrAA::kNo, SkMatrix::I(), kRect, member in class:GrConfigConversionEffect::GrAA
|
/external/skia/src/gpu/ops/ |
H A D | GrDrawPathOp.h | 37 ? RequiresDstTexture::kYes : RequiresDstTexture::kNo; 97 this->setTransformedBounds(path->getBounds(), viewMatrix, HasAABloat::kNo, IsZeroArea::kNo);
|
H A D | GrTessellatingPathRenderer.cpp | 149 return CanDrawPath::kNo; 155 return CanDrawPath::kNo; 158 return CanDrawPath::kNo; 217 this->setBounds(devBounds, HasAABloat::kNo, IsZeroArea::kNo);
|
/external/skia/tests/ |
H A D | GrPipelineDynamicStateTest.cpp | 115 HasAABloat::kNo, IsZeroArea::kNo); member in class:GrPipelineDynamicStateTestOp::IsZeroArea 123 return RequiresDstTexture::kNo;
|
H A D | ReadWriteAlphaTest.cpp | 70 sk_sp<GrTextureProxy> proxy = proxyProvider->createTextureProxy(desc, SkBudgeted::kNo, 80 sk_sp<SkSurface> surf(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, ii)); 186 sk_sp<GrTextureProxy> proxy = proxyProvider->createTextureProxy(desc, SkBudgeted::kNo,
|
H A D | VkWrapTests.cpp | 38 GrMipMapped::kNo); 83 GrMipMapped::kNo); 120 GrMipMapped::kNo);
|
/external/skqp/gm/ |
H A D | deferredtextureimage.cpp | 50 context, memory.data(), SkBudgeted::kNo); 74 context, memory.data(), SkBudgeted::kNo); 105 context, memory.data(), SkBudgeted::kNo);
|
/external/skqp/src/gpu/ |
H A D | GrBackendTextureImageGenerator.cpp | 129 GrMipMapped mipMapped = fBackendTexture.hasMipMaps() ? GrMipMapped::kYes : GrMipMapped::kNo; 175 }, desc, mipMapped, SkBackingFit::kExact, SkBudgeted::kNo); 186 GrMipMapped mipMapped = willNeedMipMaps ? GrMipMapped::kYes : GrMipMapped::kNo;
|
H A D | GrYUVProvider.cpp | 88 GrMipMapped::kNo, 109 GrMipMapped::kNo, 150 renderTargetContext->drawRect(GrNoClip(), std::move(paint), GrAA::kNo, SkMatrix::I(), r); member in class:GrAA
|
/external/skqp/src/gpu/ccpr/ |
H A D | GrCCAtlas.cpp | 56 GrOp::HasAABloat::kNo, GrOp::IsZeroArea::kNo); member in class:GrCCAtlas::DrawCoverageCountOp::GrOp::IsZeroArea 63 GrPixelConfigIsClamped) override { return RequiresDstTexture::kNo; }
|
/external/skqp/src/gpu/effects/ |
H A D | GrConfigConversionEffect.h | 92 readRTC->fillRectToRect(GrNoClip(), std::move(paint1), GrAA::kNo, SkMatrix::I(), kRect, member in class:GrConfigConversionEffect::GrAA 106 tempRTC->fillRectToRect(GrNoClip(), std::move(paint2), GrAA::kNo, SkMatrix::I(), kRect, member in class:GrConfigConversionEffect::GrAA 113 readRTC->fillRectToRect(GrNoClip(), std::move(paint3), GrAA::kNo, SkMatrix::I(), kRect, member in class:GrConfigConversionEffect::GrAA
|
/external/skqp/src/gpu/ops/ |
H A D | GrDrawPathOp.h | 37 ? RequiresDstTexture::kYes : RequiresDstTexture::kNo; 97 this->setTransformedBounds(path->getBounds(), viewMatrix, HasAABloat::kNo, IsZeroArea::kNo);
|
/external/skia/tools/bookmaker/ |
H A D | includeWriter.cpp | 46 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { 89 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { 115 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { 125 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { 157 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { 168 Phrase::kNo)) { 178 this->descriptionOut(column, SkipFirstLine::kNo); 198 this->rewriteBlock(commentLen, commentStart, Phrase::kNo); 232 enumDef = root->find(enumName, RootDefinition::AllowParens::kNo); 234 enumDef = root->find(fullName, RootDefinition::AllowParens::kNo); [all...] |