Home
last modified time | relevance | path

Searched defs:getPlatformNative (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/display/
DtcuOhosNativeDisplay.cpp48 void* OhosDisplay::getPlatformNative (void) { in getPlatformNative() function in OhosDisplay
/third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/
DtcuOhosNativePixmap.hpp57 void* getPlatformNative (void) { return this; } in getPlatformNative() function in tcu::OHOS_ROSEN::egl::OhosPixmap
/third_party/vk-gl-cts/framework/platform/ohos/display/window/
DtcuOhosNativeWindow.cpp68 void* OhosWindow::getPlatformNative (void) in getPlatformNative() function in tcu::OHOS_ROSEN::egl::OhosWindow
/third_party/vk-gl-cts/framework/egl/
DegluNativePixmap.cpp50 void* NativePixmap::getPlatformNative (void) in getPlatformNative() function in eglu::NativePixmap
DegluNativeDisplay.cpp69 void* NativeDisplay::getPlatformNative (void) in getPlatformNative() function in eglu::NativeDisplay
DegluNativeWindow.cpp50 void* NativeWindow::getPlatformNative (void) in getPlatformNative() function in eglu::NativeWindow
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp115 void* getPlatformNative (void) { return m_display->getXDisplay(); } in getPlatformNative() function in tcu::lnx::x11::egl::Display
144 void* getPlatformNative (void) { return &m_window.getXID(); } in getPlatformNative() function in tcu::lnx::x11::egl::Window
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp74 void* getPlatformNative (void) { return m_display->getDisplay(); } in getPlatformNative() function in tcu::lnx::wayland::egl::Display
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp94 void *getPlatformNative() override in getPlatformNative() function in tcu::__anone5136a870111::ANGLENativeDisplay
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp87 virtual EGLNativeWindowType getPlatformNative (void) { return m_window->getNativeWindow(); } in getPlatformNative() function in tcu::Android::NativeWindow