Home
last modified time | relevance | path

Searched refs:getPlatformExtension (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/display/window/
H A DtcuOhosNativeWindow.hpp60 void* getPlatformExtension (void);
H A DtcuOhosNativeWindow.cpp64 void* OhosWindow::getPlatformExtension (void) in getPlatformExtension() function in tcu::OHOS_ROSEN::egl::OhosWindow
67 printf("OhosWindow::getPlatformExtension\n"); in getPlatformExtension()
/third_party/vk-gl-cts/framework/egl/
H A DegluNativePixmap.cpp44 void* NativePixmap::getPlatformExtension (void) in getPlatformExtension() function in eglu::NativePixmap
H A DegluNativePixmap.hpp61 virtual void* getPlatformExtension (void);
H A DegluNativeWindow.cpp44 void* NativeWindow::getPlatformExtension (void) in getPlatformExtension() function in eglu::NativeWindow
H A DegluNativeWindow.hpp94 virtual void* getPlatformExtension (void);
H A DegluUtil.cpp352 surface = egl.createPlatformWindowSurfaceEXT(display, config, window.getPlatformExtension(), &legacyAttribs[0]); in createWindowSurface()
411 surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformExtension(), &legacyAttribs[0]); in createPixmapSurface()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11EglDisplayFactory.cpp116 eglw::EGLNativeDisplayType getPlatformExtension (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getXDisplay()); } 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/modules/egl/
H A DteglCreateSurfaceTests.cpp103 void *nativeWindow = window.getPlatformExtension(); in createWindowSurface()
132 surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformExtension(), DE_NULL); in createPixmapSurface()
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidPlatform.cpp86 virtual EGLNativeWindowType getPlatformExtension (void) { return m_window->getNativeWindow(); } in getPlatformExtension() function in tcu::Android::NativeWindow

Completed in 7 milliseconds