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:WindowFactory
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
H
A
D
tcuLnxWaylandEglDisplayFactory.cpp
121
class
WindowFactory
: public NativeWindowFactory
class
124
WindowFactory
(void);
136
WindowFactory
::
WindowFactory
(void)
in WindowFactory()
function in tcu::lnx::wayland::egl::WindowFactory
141
NativeWindow*
WindowFactory
::createWindow (NativeDisplay* nativeDisplay,
in createWindow()
149
NativeWindow*
WindowFactory
::createWindow (NativeDisplay* nativeDisplay,
in createWindow()
182
m_nativeWindowRegistry.registerFactory(new
WindowFactory
());
in DisplayFactory()
/third_party/vk-gl-cts/framework/platform/raspi/
H
A
D
tcuRaspiPlatform.cpp
83
class
WindowFactory
: public eglu::NativeWindowFactory
class
86
WindowFactory
(void) : eglu::NativeWindowFactory("dispman", "Dispman Window", WINDOW_CAPABILITIES) {}
in WindowFactory()
function in tcu::rpi::WindowFactory
87
~
WindowFactory
(void) {}
in ~WindowFactory()
97
m_nativeWindowRegistry.registerFactory(new
WindowFactory
());
in DisplayFactory()
105
//
WindowFactory
107
eglu::NativeWindow*
WindowFactory
::createWindow (eglu::NativeDisplay*, const eglu::WindowParams& params) const
in createWindow()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H
A
D
tcuLnxX11EglDisplayFactory.cpp
173
class
WindowFactory
: public NativeWindowFactory
class
176
WindowFactory
(void);
188
WindowFactory
::
WindowFactory
(void)
in WindowFactory()
function in tcu::lnx::x11::egl::WindowFactory
193
NativeWindow*
WindowFactory
::createWindow (NativeDisplay* nativeDisplay,
in createWindow()
201
NativeWindow*
WindowFactory
::createWindow (NativeDisplay* nativeDisplay,
in createWindow()
282
m_nativeWindowRegistry.registerFactory(new
WindowFactory
());
in DisplayFactory()
/third_party/vk-gl-cts/framework/platform/nullws/
H
A
D
tcuNullWSPlatform.cpp
51
class
WindowFactory
: public eglu::NativeWindowFactory
class
54
WindowFactory
()
in WindowFactory()
function in tcu::nullws::WindowFactory
126
m_nativeWindowRegistry.registerFactory(new
WindowFactory
());
in DisplayFactory()
Completed in 3 milliseconds