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:getEGLPlatform
(Results
1 - 19
of
19
) sorted by relevance
/third_party/vk-gl-cts/framework/platform/raspi/
H
A
D
tcuRaspiPlatform.hpp
45
virtual const eglu::Platform&
getEGLPlatform
(void) const { return static_cast<const eglu::Platform&>(*this); }
in getEGLPlatform()
function in tcu::rpi::Platform
/third_party/vk-gl-cts/framework/platform/win32/
H
A
D
tcuWin32Platform.hpp
48
const eglu::Platform&
getEGLPlatform
(void) const { return static_cast<const eglu::Platform&>(*this);}
in getEGLPlatform()
function in tcu::win32::Platform
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuPlatform.cpp
47
const eglu::Platform& Platform::
getEGLPlatform
(void) const
in getEGLPlatform()
function in tcu::Platform
H
A
D
tcuPlatform.hpp
138
virtual const eglu::Platform&
getEGLPlatform
(void) const;
/third_party/vk-gl-cts/framework/platform/null/
H
A
D
tcuNullPlatform.hpp
44
virtual const eglu::Platform&
getEGLPlatform
(void) const { return static_cast<const eglu::Platform&>(*this); }
in getEGLPlatform()
function in tcu::null::Platform
/third_party/vk-gl-cts/framework/platform/nullws/
H
A
D
tcuNullWSPlatform.hpp
69
virtual const eglu::Platform&
getEGLPlatform
() const { return static_cast<const eglu::Platform&>(*this); }
in getEGLPlatform()
function in tcu::nullws::Platform
/third_party/vk-gl-cts/framework/platform/ohos/
H
A
D
tcuOhosPlatform.hpp
35
const eglu::Platform&
getEGLPlatform
(void) const { return static_cast<const eglu::Platform&>(*this); }
in getEGLPlatform()
function in tcu::OHOS_ROSEN::OhosPlatform
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H
A
D
tcuANGLEPlatform.h
50
const eglu::Platform &
getEGLPlatform
() const override
/third_party/vk-gl-cts/framework/platform/android/
H
A
D
tcuAndroidPlatform.hpp
48
virtual const eglu::Platform&
getEGLPlatform
(void) const { return static_cast<const eglu::Platform&>(*this); }
in getEGLPlatform()
function in tcu::Android::Platform
/third_party/vk-gl-cts/framework/platform/lnx/
H
A
D
tcuLnxPlatform.cpp
65
const eglu::Platform&
getEGLPlatform
(void) const { return m_eglPlatform; }
in getEGLPlatform()
function in tcu::lnx::LinuxPlatform
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglTestCase.cpp
49
, m_glLibraryCache (testCtx.getPlatform().
getEGLPlatform
(), testCtx.getCommandLine())
in EglTestContext()
H
A
D
teglTestPackage.cpp
180
const eglu::NativeDisplayFactory& factory = eglu::selectNativeDisplayFactory(testCtx.getPlatform().
getEGLPlatform
().getNativeDisplayFactoryRegistry(), testCtx.getCommandLine());
in getDefaultDisplayFactory()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcConfigListEGL.cpp
95
eglPlatform.
getEGLPlatform
().getNativeDisplayFactoryRegistry().getDefaultFactory()->createDisplay());
in getDefaultEglConfigList()
/third_party/glfw/src/
H
A
D
null_init.c
108
.
getEGLPlatform
= _glfwGetEGLPlatformNull,
in _glfwConnectNull()
H
A
D
win32_init.c
671
.
getEGLPlatform
= _glfwGetEGLPlatformWin32,
in _glfwConnectWin32()
H
A
D
egl_context.c
499
_glfw.egl.platform = _glfw.platform.
getEGLPlatform
(&attribs);
in _glfwInitEGL()
H
A
D
internal.h
755
EGLenum (*
getEGLPlatform
)(EGLint**);
member
H
A
D
x11_init.c
1243
.
getEGLPlatform
= _glfwGetEGLPlatformX11,
in _glfwConnectX11()
H
A
D
wl_init.c
513
.
getEGLPlatform
= _glfwGetEGLPlatformWayland,
in _glfwConnectWayland()
Completed in 12 milliseconds