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:lastFrame
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglGetFrameTimestampsTests.cpp
706
FrameTimes&
lastFrame
= frameTimes.back();
in executeForConfig()
local
707
const EGLnsecsANDROID pollingDeadline =
lastFrame
.swapBufferBeginNs + 1000000000;
in executeForConfig()
714
display, *surface,
lastFrame
.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
in executeForConfig()
716
populateFrameTimes(&
lastFrame
, timestamps, supportedValues);
in executeForConfig()
721
finalTimestampAvailable = !timestampPending(
lastFrame
.displayPresent);
in executeForConfig()
723
finalTimestampAvailable = !timestampPending(
lastFrame
.firstCompositionStart);
in executeForConfig()
727
m_result.check((
lastFrame
.requestedPresent >= 0), "Requested present of last swap not avaiable.");
in executeForConfig()
728
m_result.check((
lastFrame
.renderingComplete >= 0), "Rendering complete of last swap not avaiable.");
in executeForConfig()
729
m_result.check((
lastFrame
.latch >= 0), "Latch of last swap not avaiable.");
in executeForConfig()
730
m_result.check((
lastFrame
in executeForConfig()
[all...]
/third_party/backends/japi/
H
A
D
SaneParameters.java
61
public boolean
lastFrame
;
field in SaneParameters
H
A
D
Test.java
169
while (!parm.
lastFrame
);
in main()
H
A
D
ScanIt.java
330
while (!parms.
lastFrame
);
in scan()
Completed in 4 milliseconds