Searched refs:kNo (Results 151 - 175 of 441) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrTextureRenderTargetProxy.cpp116 SkASSERT(GrMipMapped::kNo == this->texPriv().proxyMipMapped() ||
H A DGrPathRenderer.h72 kNo, member in class:GrPathRenderer::CanDrawPath
100 * Returns how well this path renderer is able to render the given path. Returning kNo or
153 SkASSERT(CanDrawPath::kNo != this->canDrawPath(canArgs));
H A DGrTextureProducer.cpp25 GrMipMapped mipMapped = dstWillRequireMipMaps ? GrMipMapped::kYes : GrMipMapped::kNo;
64 copyRTC->fillRectToRect(GrNoClip(), std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect, member in class:GrAA
H A DGrYUVProvider.cpp121 desc.fSampleCnt, GrMipMapped::kNo, kTopLeft_GrSurfaceOrigin));
161 renderTargetContext->drawRect(GrNoClip(), std::move(paint), GrAA::kNo, SkMatrix::I(), r); member in class:GrAA
/external/skia/src/gpu/vk/
H A DGrVkRenderTarget.h108 numColorSamples, GrMipMapped::kNo);
/external/skia/tests/
H A Dskbug6653.cpp30 return SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info, 4,
H A DRectangleTextureTest.cpp47 rtc->clear(nullptr, color0, GrRenderTargetContext::CanClearFullscreen::kNo);
68 rtc->clear(&rect, color1, GrRenderTargetContext::CanClearFullscreen::kNo);
H A DTransferPixelsTest.cpp100 for (auto srgbEncoding : {GrSRGBEncoded::kNo, GrSRGBEncoded::kYes}) {
120 sk_sp<GrTexture> tex = resourceProvider->createTexture(desc, SkBudgeted::kNo);
H A DVkClearTests.cpp62 GrTexture* tex = gpu->createTexture(surfDesc, SkBudgeted::kNo);
118 GrTexture* tex = gpu->createTexture(surfDesc, SkBudgeted::kNo);
/external/skia/tools/bookmaker/
H A DselfCheck.cpp144 kNo, member in class:SelfChecker::Optional
/external/skqp/gm/
H A Dimagemasksubset.cpp57 surface = SkSurface::MakeRenderTarget(c->getGrContext(), SkBudgeted::kNo, info);
/external/skqp/src/core/
H A DSkDeferredDisplayListRecorder.cpp94 }, desc, GrMipMapped::kNo, SkBackingFit::kExact, SkBudgeted::kYes);
/external/skqp/src/gpu/
H A DGrBitmapTextureMaker.cpp73 SkASSERT(GrMipMapped::kNo == proxy->mipMapped());
H A DGrDrawingManager.cpp91 return GrSemaphoresSubmitted::kNo;
299 return GrSemaphoresSubmitted::kNo;
303 GrSemaphoresSubmitted result = GrSemaphoresSubmitted::kNo;
422 if (GrPathRenderer::CanDrawPath::kNo != fSoftwarePathRenderer->canDrawPath(args)) {
H A DGrPathRendererChain.cpp114 if (GrPathRenderer::CanDrawPath::kNo == canDrawPath) {
H A DGrReducedClip.h124 kNo = false, member in class:GrReducedClip::Invert
H A DGrTexture.cpp117 GrMipMapped::kNo, key);
H A DGrTextureRenderTargetProxy.cpp110 SkASSERT(GrMipMapped::kNo == this->mipMapped());
/external/skqp/src/gpu/vk/
H A DGrVkRenderTarget.h108 numColorSamples, GrMipMapped::kNo);
/external/skqp/tests/
H A DFloatingPointTextureTest.cpp57 desc, SkBudgeted::kNo, controlPixelData.begin(), 0);
H A Dskbug6653.cpp30 return SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info, 4,
/external/skia/include/gpu/
H A DGrContext.h268 GrMipMapped = GrMipMapped::kNo,
284 GrMipMapped = GrMipMapped::kNo,
314 * If this call returns GrSemaphoresSubmited::kNo, the GPU backend will not have created or
/external/skia/src/gpu/gl/
H A DGrGLRenderTarget.cpp96 fNumSamplesOwnedPerPixel, GrMipMapped::kNo);
212 this->msaaSamples(), GrMipMapped::kNo);
/external/skia/src/gpu/ops/
H A DGrRegionOp.cpp79 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo);
H A DGrSmallPathRenderer.cpp86 return CanDrawPath::kNo;
90 return CanDrawPath::kNo;
95 return CanDrawPath::kNo;
99 return CanDrawPath::kNo;
103 return CanDrawPath::kNo;
111 return CanDrawPath::kNo;
119 return CanDrawPath::kNo;
158 this->setTransformedBounds(shape.bounds(), viewMatrix, HasAABloat::kYes, IsZeroArea::kNo);

Completed in 937 milliseconds

1234567891011>>