Home
last modified time | relevance | path

Searched defs:getPlatformExtension (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/display/
DtcuOhosNativeDisplay.cpp54 eglw::EGLNativeDisplayType OhosDisplay::getPlatformExtension (void) in getPlatformExtension() function in OhosDisplay
/third_party/vk-gl-cts/framework/platform/ohos/display/window/
DtcuOhosNativeWindow.cpp61 void* OhosWindow::getPlatformExtension (void) in getPlatformExtension() function in tcu::OHOS_ROSEN::egl::OhosWindow
/third_party/vk-gl-cts/framework/egl/
DegluNativePixmap.cpp44 void* NativePixmap::getPlatformExtension (void) in getPlatformExtension() function in eglu::NativePixmap
DegluNativeWindow.cpp44 void* NativeWindow::getPlatformExtension (void) in getPlatformExtension() function in eglu::NativeWindow
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp116 …eglw::EGLNativeDisplayType getPlatformExtension (void) { return reinterpret_cast<eglw::EGLNativeDi… in getPlatformExtension() function in tcu::lnx::x11::egl::Display
143 void* getPlatformExtension (void) { return &m_window.getXID(); } in getPlatformExtension() function in tcu::lnx::x11::egl::Window
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp86 virtual EGLNativeWindowType getPlatformExtension (void) { return m_window->getNativeWindow(); } in getPlatformExtension() function in tcu::Android::NativeWindow