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:isAbandoned
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrResourceProvider.cpp
56
if (this->
isAbandoned
()) {
in createTexture()
151
if (this->
isAbandoned
()) {
in createTexture()
186
if (this->
isAbandoned
()) {
in createCompressedTexture()
208
if (this->
isAbandoned
()) {
in createTexture()
282
if (this->
isAbandoned
()) {
in createApproxTexture()
315
SkASSERT(!this->
isAbandoned
());
in findAndRefScratchTexture()
334
SkASSERT(!this->
isAbandoned
());
in findAndRefScratchTexture()
356
if (this->
isAbandoned
()) {
in wrapBackendTexture()
366
if (this->
isAbandoned
()) {
in wrapCompressedBackendTexture()
379
if (this->
isAbandoned
()) {
in wrapRenderableBackendTexture()
[all...]
H
A
D
GrProxyProvider.cpp
56
if (this->
isAbandoned
() || !proxy) {
in assignUniqueKeyToProxy()
110
if (this->
isAbandoned
()) {
in removeUniqueKeyFromProxy()
120
if (this->
isAbandoned
()) {
in findProxyByUniqueKey()
143
if (this->
isAbandoned
()) {
in testingOnly_createInstantiatedProxy()
193
if (this->
isAbandoned
()) {
in testingOnly_createInstantiatedProxy()
233
if (this->
isAbandoned
()) {
in findOrCreateProxyByUniqueKey()
291
if (this->
isAbandoned
()) {
in createProxyFromBitmap()
447
if (this->
isAbandoned
()) {
in createProxy()
498
if (this->
isAbandoned
()) {
in createCompressedTextureProxy()
543
if (this->
isAbandoned
()) {
in wrapBackendTexture()
936
bool GrProxyProvider::
isAbandoned
() const {
isAbandoned()
function in GrProxyProvider
[all...]
H
A
D
GrProxyProvider.h
287
bool
isAbandoned
() const;
H
A
D
GrResourceProvider.h
396
bool
isAbandoned
() const {
in isAbandoned()
function in GrResourceProvider
Completed in 4 milliseconds