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:OhosDisplay
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/framework/platform/ohos/display/
H
A
D
tcuOhosEglDisplayFactory.cpp
45
: eglu::NativeDisplayFactory("ROSEN", "Rosen Display",
OhosDisplay
::CAPABILITIES)
in OhosDisplayFactory()
56
return new
OhosDisplay
();
in createDisplay()
H
A
D
tcuOhosNativeDisplay.cpp
45
OhosDisplay
::
OhosDisplay
(void)
in OhosDisplay()
function in OhosDisplay
49
printf("
OhosDisplay
::
OhosDisplay
\n");
in OhosDisplay()
52
void*
OhosDisplay
::getPlatformNative (void) {
in getPlatformNative()
54
printf("
OhosDisplay
::getPlatformNative\n");
in getPlatformNative()
58
// eglw::EGLNativeDisplayType
OhosDisplay
::getPlatformExtension (void)
61
// printf("
OhosDisplay
::getPlatformExtension\n");
65
eglw::EGLNativeDisplayType
OhosDisplay
::getLegacyNative (void)
in getLegacyNative()
68
printf("
OhosDisplay
in getLegacyNative()
[all...]
H
A
D
tcuOhosNativeDisplay.hpp
116
class
OhosDisplay
: public NativeDisplay
class
121
OhosDisplay
(void);
122
// virtual ~
OhosDisplay
(void) {};
/third_party/vk-gl-cts/framework/platform/ohos/display/window/
H
A
D
tcuOhosWindowFactory.cpp
55
OhosDisplay
& display = *dynamic_cast<
OhosDisplay
*>(nativeDisplay);
in createWindow()
H
A
D
tcuOhosNativeWindow.hpp
57
OhosWindow (
OhosDisplay
& display, const WindowParams& params);
H
A
D
tcuOhosNativeWindow.cpp
46
OhosWindow::OhosWindow (
OhosDisplay
& display, const WindowParams& params)
in OhosWindow()
Completed in 3 milliseconds