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_callCount
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsStateChangePerfTestCases.cpp
216
,
m_callCount
(drawCallCount)
in StateChangePerformanceCase()
570
log << TestLog::Message << "Draw call count: " <<
m_callCount
<< TestLog::EndMessage;
in iterate()
646
,
m_callCount
(1000)
in StateChangeCallPerformanceCase()
662
execCalls(gl, (int)m_results.size(),
m_callCount
);
in executeTest()
674
log << TestLog::Message << "Per iteration call count: " <<
m_callCount
<< TestLog::EndMessage;
in logTestCase()
695
double avgCallUs = avgIterationUs /
m_callCount
;
in logAndSetTestResult()
697
double avgMedianCallUs = ((double)medianUs)/
m_callCount
;
in logAndSetTestResult()
H
A
D
glsStateChangePerfTestCases.hpp
86
const int
m_callCount
;
member in deqp::gls::StateChangePerformanceCase
128
const int
m_callCount
;
member in deqp::gls::StateChangeCallPerformanceCase
/third_party/vk-gl-cts/modules/gles3/performance/
H
A
D
es3pStateChangeTests.cpp
76
for (int callNdx = 0; callNdx <
m_callCount
; callNdx++)
in renderTest()
90
for (int callNdx = 0; callNdx <
m_callCount
; callNdx++)
in renderReference()
95
for (int callNdx = 0; callNdx <
m_callCount
; callNdx++)
in renderReference()
H
A
D
es3pRedundantStateChangeTests.cpp
75
for (int callNdx = 0; callNdx <
m_callCount
; callNdx++)
in renderTest()
86
for (int callNdx = 0; callNdx <
m_callCount
; callNdx++)
in renderReference()
/third_party/vk-gl-cts/modules/gles2/performance/
H
A
D
es2pStateChangeTests.cpp
76
for (int callNdx = 0; callNdx <
m_callCount
; callNdx++)
in renderTest()
90
for (int callNdx = 0; callNdx <
m_callCount
; callNdx++)
in renderReference()
95
for (int callNdx = 0; callNdx <
m_callCount
; callNdx++)
in renderReference()
H
A
D
es2pRedundantStateChangeTests.cpp
75
for (int callNdx = 0; callNdx <
m_callCount
; callNdx++)
in renderTest()
86
for (int callNdx = 0; callNdx <
m_callCount
; callNdx++)
in renderReference()
Completed in 7 milliseconds