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_eventState
(Results
1 - 10
of
10
) sorted by relevance
/third_party/vk-gl-cts/framework/platform/lnx/
H
A
D
tcuLnxPlatform.cpp
62
bool processEvents (void) { return !
m_eventState
.getQuitFlag(); }
in processEvents()
69
EventState
m_eventState
;
member in tcu::lnx::LinuxPlatform
76
: m_vkPlatform (
m_eventState
)
in LinuxPlatform()
77
, m_eglPlatform (
m_eventState
)
in LinuxPlatform()
80
m_glPlatform.registerFactory(x11::glx::createContextFactory(
m_eventState
));
in LinuxPlatform()
H
A
D
tcuLnxVulkanPlatform.cpp
371
:
m_eventState
(eventState)
in VulkanPlatform()
386
return new VulkanDisplayXlib(MovePtr<x11::DisplayBase>(new x11::XlibDisplay(
m_eventState
,X11_DISPLAY)));
in createWsiDisplay()
390
return new VulkanDisplayXcb(MovePtr<x11::DisplayBase>(new x11::XcbDisplay(
m_eventState
,X11_DISPLAY)));
in createWsiDisplay()
394
return new VulkanDisplayWayland(MovePtr<wayland::Display>(new wayland::Display(
m_eventState
, WAYLAND_DISPLAY)));
in createWsiDisplay()
H
A
D
tcuLnxVulkanPlatform.hpp
46
EventState&
m_eventState
;
member in tcu::lnx::VulkanPlatform
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
H
A
D
tcuLnxWaylandEglDisplayFactory.cpp
172
EventState&
m_eventState
;
member in tcu::lnx::wayland::egl::DisplayFactory
180
,
m_eventState
(eventState)
in DisplayFactory()
189
MovePtr<wayland::Display> waylandDisplay (new wayland::Display(
m_eventState
, DE_NULL));
in createDisplay()
H
A
D
tcuLnxWayland.hpp
66
EventState&
m_eventState
;
member in tcu::lnx::wayland::Display
H
A
D
tcuLnxWayland.cpp
93
:
m_eventState
(eventState)
in Display()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H
A
D
tcuLnxX11EglDisplayFactory.cpp
272
EventState&
m_eventState
;
member in tcu::lnx::x11::egl::DisplayFactory
280
,
m_eventState
(eventState)
in DisplayFactory()
291
MovePtr<XlibDisplay> x11Display (new XlibDisplay(
m_eventState
, DE_NULL));
in createDisplay()
H
A
D
tcuLnxX11.cpp
38
:
m_eventState
(platform)
in DisplayBase()
101
m_eventState
.setQuitFlag(true);
in processEvent()
H
A
D
tcuLnxX11.hpp
58
EventState&
m_eventState
;
member in tcu::lnx::x11::DisplayBase
H
A
D
tcuLnxX11GlxPlatform.cpp
94
EventState& getEventState (void) const { return
m_eventState
;}
in getEventState()
100
EventState&
m_eventState
;
member in tcu::lnx::x11::glx::GlxContextFactory
224
,
m_eventState
(eventState)
in GlxContextFactory()
Completed in 6 milliseconds