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:retrievable
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H
A
D
ProgramNULL.cpp
30
void ProgramNULL::setBinaryRetrievableHint(bool
retrievable
) {}
in setBinaryRetrievableHint()
argument
H
A
D
ProgramNULL.h
28
void setBinaryRetrievableHint(bool
retrievable
) override;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H
A
D
Program.h
220
void setBinaryRetrievable(bool
retrievable
) { retrievableBinary =
retrievable
; }
in setBinaryRetrievable()
argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H
A
D
ProgramImpl.h
82
virtual void setBinaryRetrievableHint(bool
retrievable
) = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H
A
D
ProgramGL.h
43
void setBinaryRetrievableHint(bool
retrievable
) override;
H
A
D
ProgramGL.cpp
118
void ProgramGL::setBinaryRetrievableHint(bool
retrievable
)
in setBinaryRetrievableHint()
argument
124
retrievable
? GL_TRUE : GL_FALSE);
in setBinaryRetrievableHint()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
ProgramVk.h
42
void setBinaryRetrievableHint(bool
retrievable
) override;
H
A
D
ProgramVk.cpp
231
void ProgramVk::setBinaryRetrievableHint(bool
retrievable
)
in setBinaryRetrievableHint()
argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H
A
D
ProgramMtl.h
70
void setBinaryRetrievableHint(bool
retrievable
) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H
A
D
ProgramD3D.h
217
void setBinaryRetrievableHint(bool
retrievable
) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
Program.h
489
void setBinaryRetrievableHint(bool
retrievable
);
H
A
D
Program.cpp
1997
void Program::setBinaryRetrievableHint(bool
retrievable
)
in setBinaryRetrievableHint()
argument
2001
mProgram->setBinaryRetrievableHint(
retrievable
);
in setBinaryRetrievableHint()
2002
mState.mBinaryRetrieveableHint =
retrievable
;
in setBinaryRetrievableHint()
Completed in 19 milliseconds