Searched refs:kNo (Results 101 - 125 of 441) sorted by relevance

1234567891011>>

/external/skqp/src/image/
H A DSkSurface_Base.h85 return GrSemaphoresSubmitted::kNo;
/external/skqp/tests/
H A DProxyTest.cpp120 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 DSRGBReadWritePixelsTest.cpp179 desc, GrMipMapped::kNo,
181 SkBudgeted::kNo);
220 GrMipMapped::kNo,
222 SkBudgeted::kNo);
H A DSurfaceSemaphoreTest.cpp71 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 DGrPipelineDynamicStateTest.cpp115 HasAABloat::kNo, IsZeroArea::kNo); member in class:GrPipelineDynamicStateTestOp::IsZeroArea
123 return RequiresDstTexture::kNo;
H A DReadWriteAlphaTest.cpp64 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 DVkWrapTests.cpp38 GrMipMapped::kNo);
83 GrMipMapped::kNo);
120 GrMipMapped::kNo);
/external/skqp/tools/fiddle/
H A Dfiddle_main.cpp168 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 Dfunc-name-inferrer.h18 enum class InferName { kYes, kNo };
/external/skia/src/gpu/
H A DGrBackendTextureImageGenerator.cpp129 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 DGrDrawingManager.cpp60 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 DGrCCAtlas.cpp64 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 DGrConfigConversionEffect.h92 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 DGrDrawPathOp.h37 ? RequiresDstTexture::kYes : RequiresDstTexture::kNo;
97 this->setTransformedBounds(path->getBounds(), viewMatrix, HasAABloat::kNo, IsZeroArea::kNo);
H A DGrTessellatingPathRenderer.cpp149 return CanDrawPath::kNo;
155 return CanDrawPath::kNo;
158 return CanDrawPath::kNo;
217 this->setBounds(devBounds, HasAABloat::kNo, IsZeroArea::kNo);
/external/skia/tests/
H A DGrPipelineDynamicStateTest.cpp115 HasAABloat::kNo, IsZeroArea::kNo); member in class:GrPipelineDynamicStateTestOp::IsZeroArea
123 return RequiresDstTexture::kNo;
H A DReadWriteAlphaTest.cpp70 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 DVkWrapTests.cpp38 GrMipMapped::kNo);
83 GrMipMapped::kNo);
120 GrMipMapped::kNo);
/external/skqp/gm/
H A Ddeferredtextureimage.cpp50 context, memory.data(), SkBudgeted::kNo);
74 context, memory.data(), SkBudgeted::kNo);
105 context, memory.data(), SkBudgeted::kNo);
/external/skqp/src/gpu/
H A DGrBackendTextureImageGenerator.cpp129 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 DGrYUVProvider.cpp88 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 DGrCCAtlas.cpp56 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 DGrConfigConversionEffect.h92 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 DGrDrawPathOp.h37 ? RequiresDstTexture::kYes : RequiresDstTexture::kNo;
97 this->setTransformedBounds(path->getBounds(), viewMatrix, HasAABloat::kNo, IsZeroArea::kNo);
/external/skia/tools/bookmaker/
H A DincludeWriter.cpp46 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...]

Completed in 464 milliseconds

1234567891011>>