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:useDrawElements
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fVertexArrayObjectTests.cpp
120
bool
useDrawElements
;
member
134
,
useDrawElements
(false)
in Spec()
254
if (m_spec.
useDrawElements
&& (m_spec.vao.elementArrayBuffer == 0 || m_spec.state.elementArrayBuffer == 0))
in init()
580
if (m_spec.
useDrawElements
)
in makeDrawCall()
751
m_spec.
useDrawElements
= false;
in init()
838
if (m_spec.
useDrawElements
&& (m_spec.vao.elementArrayBuffer == 0 || m_spec.state.elementArrayBuffer == 0))
in init()
1157
if (m_spec.
useDrawElements
)
in makeDrawCall()
1287
spec.
useDrawElements
= false;
in init()
1324
spec.
useDrawElements
= false;
in init()
1362
spec.
useDrawElements
in init()
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H
A
D
es2pDrawCallBatchingTests.cpp
80
bool
useDrawElements
;
member
487
if (m_spec.
useDrawElements
)
in init()
613
if (m_spec.
useDrawElements
&& m_spec.useIndexBuffer && !m_spec.dynamicIndices)
in renderUnbatched()
636
if (m_spec.
useDrawElements
)
in renderUnbatched()
719
if (m_spec.
useDrawElements
&& m_spec.useIndexBuffer && !m_spec.dynamicIndices)
in renderBatched()
740
if (m_spec.
useDrawElements
)
in renderBatched()
829
log << TestLog::Message << "Rendering using " << (m_spec.
useDrawElements
? "glDrawElements()" : "glDrawArrays()") << "." << TestLog::EndMessage;
in logTestInfo()
831
if (m_spec.
useDrawElements
)
in logTestInfo()
1067
spec.
useDrawElements
= drawElements;
in init()
Completed in 4 milliseconds