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:WindowRegistry
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/framework/platform/android/
H
A
D
tcuAndroidWindow.cpp
119
//
WindowRegistry
121
WindowRegistry
::
WindowRegistry
(void)
in WindowRegistry()
function in tcu::Android::WindowRegistry
125
WindowRegistry
::~
WindowRegistry
(void)
in ~WindowRegistry()
141
void
WindowRegistry
::addWindow (ANativeWindow* window)
in addWindow()
147
void
WindowRegistry
::destroyWindow (ANativeWindow* rawHandle)
in destroyWindow()
171
Window*
WindowRegistry
::tryAcquireWindow (void)
in tryAcquireWindow()
184
void
WindowRegistry
::garbageCollect (void)
in garbageCollect()
H
A
D
tcuAndroidPlatform.cpp
73
NativeDisplayFactory (
WindowRegistry
& windowRegistry);
102
NativeWindowFactory (
WindowRegistry
& windowRegistry);
111
WindowRegistry
& m_windowRegistry;
145
NativeWindowFactory::NativeWindowFactory (
WindowRegistry
& windowRegistry)
in NativeWindowFactory()
180
NativeDisplayFactory::NativeDisplayFactory (
WindowRegistry
& windowRegistry)
in NativeDisplayFactory()
257
VulkanDisplay (
WindowRegistry
& windowRegistry)
in VulkanDisplay()
286
WindowRegistry
& m_windowRegistry;
376
return new VulkanDisplay(const_cast<
WindowRegistry
&>(m_windowRegistry));
in createWsiDisplay()
H
A
D
tcuAndroidWindow.hpp
40
// \note Window is thread-safe,
WindowRegistry
is not
81
class
WindowRegistry
class
84
WindowRegistry
(void);
85
~
WindowRegistry
(void);
H
A
D
tcuAndroidPlatform.hpp
52
WindowRegistry
& getWindowRegistry (void) { return m_windowRegistry; }
in getWindowRegistry()
62
WindowRegistry
m_windowRegistry;
Completed in 3 milliseconds