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:m_bound
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsVertexArrayTests.hpp
178
virtual void unBind (void) {
m_bound
= false; }
in unBind()
179
virtual bool isBound (void) const { return
m_bound
; }
in isBound()
203
bool
m_bound
;
member in deqp::gls::ContextArray
H
A
D
glsDrawTest.cpp
928
bool isBound (void) const { return
m_bound
; }
in isBound()
939
bool
m_bound
;
member in deqp::gls::__anon30985::AttributeArray
959
,
m_bound
(false)
in AttributeArray()
1018
m_bound
= bound;
in setupArray()
H
A
D
glsVertexArrayTests.cpp
389
,
m_bound
(false)
in ContextArray()
472
m_bound
= true;
in bind()
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fFboSRGBWriteControlTests.cpp
570
bool
m_bound
;
member in deqp::gles31::Functional::__anon30822::TestFramebuffer
581
,
m_bound
(false)
in TestFramebuffer()
635
if (!
m_bound
)
in bind()
638
m_bound
= true;
in bind()
644
if (
m_bound
)
in unbind()
647
m_bound
= false;
in unbind()
Completed in 24 milliseconds