Home
last modified time | relevance | path

Searched refs:abandoned (Results 1 – 25 of 103) sorted by relevance

12345

/external/skia/src/gpu/
DGrDirectContext.cpp97 if (this->abandoned() || this->backend() != GrBackendApi::kOpenGL) { in resetGLTextureBindings()
109 if (INHERITED::abandoned()) { in abandonContext()
138 bool GrDirectContext::abandoned() { in abandoned() function in GrDirectContext
139 if (INHERITED::abandoned()) { in abandoned()
153 if (INHERITED::abandoned()) { in releaseResourcesAndAbandonContext()
180 if (this->abandoned()) { in freeGpuResources()
306 if (this->abandoned()) { in purgeUnlockedResources()
326 if (this->abandoned()) { in performDeferredCleanup()
345 if (this->abandoned()) { in purgeUnlockedResources()
390 if (this->abandoned()) { in flush()
[all …]
DGrImageContext.cpp29 bool GrImageContext::abandoned() { in abandoned() function in GrImageContext
30 return fThreadSafeProxy->priv().abandoned(); in abandoned()
DGrImageContextPriv.h33 bool abandoned() const { return fContext->abandoned(); } in abandoned() function
DGrContextThreadSafeProxyPriv.h44 bool abandoned() const { return fProxy->abandoned(); } in abandoned() function
DGrDirectContextPriv.cpp32 #define RETURN_VALUE_IF_ABANDONED(value) if (fContext->abandoned()) { return (value); }
50 if (fContext->abandoned()) { in flushSurfaces()
DGrBackendTextureImageGenerator.h41 if (context && context->abandoned()) { in onIsValid()
DGrContextThreadSafeProxy.cpp162 bool GrContextThreadSafeProxy::abandoned() const { in abandoned() function in GrContextThreadSafeProxy
/external/skqp/gm/
Dimagefromyuvtextures.cpp97 if (context->abandoned()) { in createYUVTextures()
119 if (context->abandoned()) { in createResultTexture()
135 if (context->abandoned()) { in deleteBackendTextures()
Detc1.cpp74 if (!context || context->abandoned()) { in onDraw()
/external/skia/include/gpu/
DGrRecordingContext.h55 bool abandoned() override { return INHERITED::abandoned(); } in abandoned() function
DGrContextThreadSafeProxy.h129 bool abandoned() const;
/external/skia/include/private/
DGrImageContext.h33 SK_API virtual bool abandoned();
/external/llvm-project/llvm/test/Linker/
Dmetadata-with-global-value-operand.ll3 ; onto the abandoned !{i1* @var} node from this module.
/external/skia/gm/
Dasyncrescaleandread.cpp205 if (canvas->recordingContext() && canvas->recordingContext()->abandoned()) { in do_rescale_image_grid()
220 if (canvas->recordingContext() && canvas->recordingContext()->abandoned()) { in do_rescale_image_grid()
333 if (canvas->recordingContext() && canvas->recordingContext()->abandoned()) {
369 if (dContext && dContext->abandoned()) {
Dclear_swizzle.cpp19 if (ctx->abandoned()) {
Dducky_yuv_blend.cpp30 if (auto* rContext = canvas->recordingContext(); rContext && !rContext->abandoned()) {
Dycbcrimage.cpp73 if (!context || context->abandoned()) { in onGpuSetup()
Dyuv420_odd_dim.cpp63 return rContext->abandoned() ? skiagm::DrawResult::kOk : skiagm::DrawResult::kFail;
/external/skia/site/docs/user/release/
Dschedule.md31 Note that 82 was abandoned by Chromium and 83 schedule moved in due to COVID-19 impact.
/external/skqp/tools/gpu/
DProxyUtils.cpp21 if (context->abandoned()) { in MakeTextureProxyFromData()
/external/skqp/src/gpu/mtl/
DGrMtlStencilAttachment.mm36 // should have been released or abandoned first
/external/skia/tools/gpu/
DYUVUtils.cpp219 if (!rContext || rContext->abandoned()) { in ensureYUVImage()
235 if (!rContext || rContext->abandoned()) { in ensureYUVImage()
DProxyUtils.cpp56 if (dContext->abandoned()) { in MakeTextureProxyViewFromData()
/external/skia/src/gpu/mtl/
DGrMtlAttachment.mm51 // should have been released or abandoned first
/external/vboot_reference/firmware/
DREADME35 thanks to the binary compatibility, but this directory will be abandoned

12345