Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:wasDestroyed
(Results
1 - 22
of
22
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrGpuResource.cpp
51
SkASSERT(this->
wasDestroyed
());
in ~GrGpuResource()
68
if (this->
wasDestroyed
()) {
in abandon()
146
if (this->
wasDestroyed
()) {
in removeUniqueKey()
166
if (this->
wasDestroyed
()) {
in setUniqueKey()
174
if (this->
wasDestroyed
()) {
in notifyARefCntIsZero()
188
if (!this->
wasDestroyed
() && fScratchKey.isValid()) {
in removeScratchKey()
199
if (!this->
wasDestroyed
() && fBudgetedType == GrBudgetedType::kUnbudgetedUncacheable) {
in makeBudgeted()
207
if (!this->
wasDestroyed
() && fBudgetedType == GrBudgetedType::kBudgeted &&
in makeUnbudgeted()
216
if (this->
wasDestroyed
()) {
in userRegisterResource()
H
A
D
GrGpuBuffer.cpp
21
if (this->
wasDestroyed
()) {
in map()
32
if (this->
wasDestroyed
()) {
in unmap()
H
A
D
GrBufferAllocPool.cpp
142
bool
wasDestroyed
= false;
in validate()
local
158
for (int i = 0; !
wasDestroyed
&& i < fBlocks.count(); ++i) {
in validate()
160
if (!buffer->isCpuBuffer() && static_cast<GrGpuBuffer*>(buffer)->
wasDestroyed
()) {
in validate()
161
wasDestroyed
= true;
in validate()
169
if (!
wasDestroyed
) {
in validate()
H
A
D
GrResourceCache.cpp
630
SkASSERT(!resource->
wasDestroyed
());
in insertResource()
632
if (!resource || this->isInCache(resource) || resource->
wasDestroyed
() || resource->resourcePriv().isPurgeable()) {
in insertResource()
748
SkASSERT(!back->
wasDestroyed
());
in abandonAll()
754
SkASSERT(!top->
wasDestroyed
());
in abandonAll()
791
SkASSERT(!back->
wasDestroyed
());
in releaseAll()
797
SkASSERT(!top->
wasDestroyed
());
in releaseAll()
840
SkASSERT(!resource->
wasDestroyed
());
in releaseByTag()
1056
SkASSERT(!resource->
wasDestroyed
());
in notifyARefCntReachedZero()
1061
if (!resource || resource->
wasDestroyed
() || this->isInPurgeableCache(resource) ||
in notifyARefCntReachedZero()
1698
if (!resource || resource->
wasDestroyed
()) {
[all...]
H
A
D
GrGpuResource.h
202
* contextLost called. It's up to the client to test
wasDestroyed
() before
209
bool
wasDestroyed
() const { return nullptr == fGpu; }
in wasDestroyed()
function in GrGpuResource
H
A
D
GrRenderTask.cpp
288
if (surface->
wasDestroyed
()) {
in isInstantiated()
H
A
D
GrResourceProvider.cpp
610
if (!rt->
wasDestroyed
() && rt->canAttemptStencilAttachment(useMSAASurface)) {
in attachStencilAttachment()
/third_party/skia/src/gpu/dawn/
H
A
D
GrDawnBuffer.cpp
59
if (this->
wasDestroyed
()) {
in onMap()
79
if (this->
wasDestroyed
()) {
in onUnmap()
92
if (this->
wasDestroyed
()) {
in onUpdateData()
102
SkASSERT(!this->
wasDestroyed
());
in getDawnGpu()
H
A
D
GrDawnAttachment.cpp
56
SkASSERT(!this->
wasDestroyed
());
in getDawnGpu()
H
A
D
GrDawnTexture.cpp
98
SkASSERT(!this->
wasDestroyed
());
in getDawnGpu()
/third_party/skia/src/gpu/gl/
H
A
D
GrGLBuffer.cpp
133
SkASSERT(!this->
wasDestroyed
());
in glGpu()
144
if (!this->
wasDestroyed
()) {
in onRelease()
169
SkASSERT(!this->
wasDestroyed
());
in onMap()
264
if (this->
wasDestroyed
()) {
in onUpdateData()
H
A
D
GrGLRenderTarget.cpp
311
SkASSERT(!this->
wasDestroyed
());
in getGLGpu()
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DBuffer.cpp
116
if (this->
wasDestroyed
()) {
in releaseResource()
175
if (this->
wasDestroyed
()) {
in internalMap()
206
if (this->
wasDestroyed
()) {
in internalUnmap()
H
A
D
GrD3DBuffer.h
53
SkASSERT(!this->
wasDestroyed
());
in getD3DGpu()
H
A
D
GrD3DAttachment.cpp
82
SkASSERT(!this->
wasDestroyed
());
in getD3DGpu()
H
A
D
GrD3DRenderTarget.cpp
181
SkASSERT(!this->
wasDestroyed
());
in getD3DGpu()
H
A
D
GrD3DTexture.cpp
155
SkASSERT(!this->
wasDestroyed
());
in getD3DGpu()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkBuffer.cpp
325
if (this->
wasDestroyed
()) {
364
if (!this->
wasDestroyed
()) {
370
if (!this->
wasDestroyed
()) {
376
if (this->
wasDestroyed
()) {
399
SkASSERT(!this->
wasDestroyed
());
H
A
D
GrVkRenderTarget.cpp
485
SkASSERT(!this->
wasDestroyed
());
in getBackendRenderTarget()
493
SkASSERT(!this->
wasDestroyed
());
in getVkGpu()
H
A
D
GrVkTexture.cpp
172
SkASSERT(!this->
wasDestroyed
());
in getVkGpu()
H
A
D
GrVkImage.cpp
696
SkASSERT(!this->
wasDestroyed
());
in getVkGpu()
/third_party/skia/tests/
H
A
D
ResourceCacheTest.cpp
1483
REPORTER_ASSERT(reporter, resource->
wasDestroyed
());
in test_abandoned()
1489
resource->
wasDestroyed
();
in test_abandoned()
Completed in 17 milliseconds