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:getScreenSize
(Results
1 - 11
of
11
) sorted by relevance
/third_party/vk-gl-cts/framework/platform/ohos/display/window/
H
A
D
tcuOhosNativeWindow.hpp
65
IVec2
getScreenSize
(void) const { return getSurfaceSize(); }
in getScreenSize()
function in tcu::OHOS_ROSEN::egl::OhosWindow
/third_party/vk-gl-cts/framework/egl/
H
A
D
egluNativeWindow.cpp
69
tcu::IVec2 NativeWindow::
getScreenSize
(void) const
in getScreenSize()
function in eglu::NativeWindow
H
A
D
egluNativeWindow.hpp
109
virtual tcu::IVec2
getScreenSize
(void) const;
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
H
A
D
tcuLnxWaylandEglDisplayFactory.cpp
97
IVec2
getScreenSize
(void) const { return getSurfaceSize(); }
in getScreenSize()
function in tcu::lnx::wayland::egl::Window
/third_party/vk-gl-cts/framework/platform/android/
H
A
D
tcuAndroidPlatform.cpp
88
IVec2
getScreenSize
(void) const { return m_window->getSize(); }
in getScreenSize()
function in tcu::Android::NativeWindow
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H
A
D
tcuLnxX11EglDisplayFactory.cpp
148
IVec2
getScreenSize
(void) const { return getSurfaceSize(); }
in getScreenSize()
function in tcu::lnx::x11::egl::Window
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
H
A
D
TransliteratorInputMethod.java
168
Dimension sd = Toolkit.getDefaultToolkit().
getScreenSize
();
in initStatusWindow()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H
A
D
tcuANGLENativeDisplayFactory.cpp
173
IVec2
getScreenSize
() const override { return getSurfaceSize(); }
/third_party/vk-gl-cts/framework/platform/win32/
H
A
D
tcuWin32EGLNativeDisplayFactory.cpp
125
virtual IVec2
getScreenSize
(void) const { return getSurfaceSize(); }
in getScreenSize()
function in tcu::win32::__anon30308::NativeWindow
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglResizeTests.cpp
466
const IVec2 winSize = m_nativeWindow->
getScreenSize
();
in getNativePixelsPerInch()
H
A
D
teglNativeCoordMappingTests.cpp
372
const tcu::IVec2 screenSize = nativeWindow.
getScreenSize
();
in testNativeWindow()
Completed in 13 milliseconds