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:DisplayBase
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H
A
D
tcuLnxX11.hpp
43
class
DisplayBase
class
46
DisplayBase
(EventState& platform);
47
virtual ~
DisplayBase
(void);
61
DisplayBase
(const
DisplayBase
&);
62
DisplayBase
& operator= (const
DisplayBase
&);
74
virtual
DisplayBase
& getDisplay (void) = 0;
87
class XlibDisplay : public
DisplayBase
123
DisplayBase
[all...]
H
A
D
tcuLnxX11Xcb.hpp
36
class XcbDisplay : public
DisplayBase
67
DisplayBase
& getDisplay (void) { return (
DisplayBase
&)m_display; }
in getDisplay()
H
A
D
tcuLnxX11.cpp
37
DisplayBase
::
DisplayBase
(EventState& platform)
in DisplayBase()
function in tcu::lnx::x11::DisplayBase
42
DisplayBase
::~
DisplayBase
(void)
in ~DisplayBase()
74
:
DisplayBase
(eventState)
in XlibDisplay()
H
A
D
tcuLnxX11Xcb.cpp
55
:
DisplayBase
(platform)
in XcbDisplay()
/third_party/vk-gl-cts/framework/platform/lnx/
H
A
D
tcuLnxVulkanPlatform.cpp
101
VulkanDisplayXlib (MovePtr<x11::
DisplayBase
> display)
in VulkanDisplayXlib()
116
MovePtr<x11::
DisplayBase
> m_display;
155
VulkanDisplayXcb (MovePtr<x11::
DisplayBase
> display)
in VulkanDisplayXcb()
170
MovePtr<x11::
DisplayBase
> m_display;
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()
Completed in 3 milliseconds