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
defs:getBinding
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
MCSymbolELF.cpp
64
unsigned MCSymbolELF::
getBinding
() const {
in getBinding()
function in llvm::MCSymbolELF
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
ELFTypes.h
195
unsigned char
getBinding
() const { return st_info >> 4; }
in getBinding()
function
H
A
D
Wasm.h
84
unsigned
getBinding
() const {
in getBinding()
function in llvm::object::WasmSymbol
H
A
D
ELFObjectFile.h
150
uint8_t
getBinding
() const {
in getBinding()
function in llvm::object::ELFSymbolRef
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
FramebufferAttachment.h
105
GLenum
getBinding
() const { return mTarget.binding(); }
in getBinding()
function in gl::final
H
A
D
ProgramLinkedResources.cpp
546
int
getBinding
() const { return mStructStackSize == 0 ? mBinding : -1; }
in getBinding()
function in gl::__anon19948::FlattenUniformVisitor
H
A
D
Program.cpp
1084
int ProgramBindings::
getBinding
(const sh::ShaderVariable &variable) const
in getBinding()
function in gl::ProgramBindings
1150
int ProgramAliasedBindings::
getBinding
(const sh::ShaderVariable &variable) const
in getBinding()
function in gl::ProgramAliasedBindings
/third_party/glslang/glslang/MachineIndependent/
H
A
D
reflection.cpp
1085
int TObjectReflection::
getBinding
() const
in getBinding()
function in glslang::TObjectReflection
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fLifetimeTests.cpp
182
GLuint
getBinding
(void)
in getBinding()
function in deqp::gles3::Functional::__anon30571::SamplerBinder
204
GLuint
getBinding
(void) { return 0; }
in getBinding()
function in deqp::gles3::Functional::__anon30571::QueryBinder
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cMultiBindTests.cpp
1556
GLenum
getBinding
(GLuint index)
in getBinding()
function
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsLifetimeTests.cpp
143
GLuint SimpleBinder::
getBinding
(void)
in getBinding()
function in deqp::gls::LifetimeTests::details::SimpleBinder
174
GLuint
getBinding
(void) { return 0; }
in getBinding()
function in deqp::gls::LifetimeTests::details::QueryBinder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
834
unsigned char
getBinding
() const { return st_info >> 4; }
in getBinding()
function
854
unsigned char
getBinding
() const { return st_info >> 4; }
in getBinding()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
1001
unsigned char
getBinding
() const { return st_info >> 4; }
in getBinding()
function
1021
unsigned char
getBinding
() const { return st_info >> 4; }
in getBinding()
function
Completed in 34 milliseconds