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:RenderThread
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/framework/platform/android/
H
A
D
tcuAndroidRenderActivity.cpp
47
MESSAGE_QUEUE_SIZE = 8 //!< Length of
RenderThread
message queue.
70
//
RenderThread
72
RenderThread
::
RenderThread
(NativeActivity& activity)
in RenderThread()
function in tcu::Android::RenderThread
85
RenderThread
::~
RenderThread
(void)
in ~RenderThread()
89
void
RenderThread
::start (void)
in start()
95
void
RenderThread
::stop (void)
in stop()
106
void
RenderThread
::enqueue (const Message& message)
in enqueue()
113
void
RenderThread
[all...]
H
A
D
tcuAndroidRenderActivity.hpp
120
class
RenderThread
: private de::Thread
class
123
RenderThread
(NativeActivity& activity);
124
~
RenderThread
(void);
186
void setThread (
RenderThread
* thread);
192
RenderThread
* m_thread;
H
A
D
tcuAndroidTestActivity.cpp
42
:
RenderThread
(activity)
in TestThread()
61
RenderThread
::run();
in run()
H
A
D
tcuAndroidTestActivity.hpp
39
class TestThread : public
RenderThread
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H
A
D
glcAndroidTestActivity.cpp
68
:
RenderThread
(activity)
in TestThread()
83
RenderThread
::run();
in run()
H
A
D
glcAndroidTestActivity.hpp
41
class TestThread : public tcu::Android::
RenderThread
/third_party/skia/platform_tools/android/apps/skottie/
H
A
D
skottie_metric.sql
79
(thread.name LIKE 'hwuiTask%' OR thread.name=substr(process.name,-15) OR thread.name LIKE '%skottie' OR thread.name='
RenderThread
' OR thread.name='SkottieAnimator')
112
INNER JOIN thread ON (thread.name='
RenderThread
' AND thread.utid = sched_slice.utid)
264
-- process name is often missing on WearOs/Android P -> instead select process is highest CPU time in
RenderThread
.
Completed in 3 milliseconds