OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPendingIO
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrGpuResourceRef.cpp
13
fPendingIO
= false;
19
fPendingIO
= false;
28
if (
fPendingIO
) {
45
SkASSERT(!
fPendingIO
);
55
SkASSERT(!
fPendingIO
);
71
SkASSERT(!
fPendingIO
);
73
fPendingIO
= true;
92
SkASSERT(
fPendingIO
);
106
fPendingIO
= false;
113
SkASSERT(
fPendingIO
);
[
all
...]
/external/skia/include/gpu/
GrGpuResourceRef.h
44
bool ownsPendingIO() const { return
fPendingIO
; }
82
mutable bool
fPendingIO
;
Completed in 60 milliseconds