Searched refs:getPlatformExtension (Results 1 – 12 of 12) sorted by relevance
54 eglw::EGLNativeDisplayType OhosDisplay::getPlatformExtension (void) in getPlatformExtension() function in OhosDisplay
64 eglw::EGLNativeDisplayType getPlatformExtension (void);
60 void* getPlatformExtension (void);
61 void* OhosWindow::getPlatformExtension (void) in getPlatformExtension() function in tcu::OHOS_ROSEN::egl::OhosWindow
61 virtual void* getPlatformExtension (void);
44 void* NativePixmap::getPlatformExtension (void) in getPlatformExtension() function in eglu::NativePixmap
44 void* NativeWindow::getPlatformExtension (void) in getPlatformExtension() function in eglu::NativeWindow
94 virtual void* getPlatformExtension (void);
352 …surface = egl.createPlatformWindowSurfaceEXT(display, config, window.getPlatformExtension(), &lega… in createWindowSurface()411 …surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformExtension(), &lega… in createPixmapSurface()
116 …eglw::EGLNativeDisplayType getPlatformExtension (void) { return reinterpret_cast<eglw::EGLNativeDi… in getPlatformExtension() function in tcu::lnx::x11::egl::Display143 void* getPlatformExtension (void) { return &m_window.getXID(); } in getPlatformExtension() function in tcu::lnx::x11::egl::Window
103 void *nativeWindow = window.getPlatformExtension(); in createWindowSurface()132 …surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformExtension(), DE_NU… in createPixmapSurface()
86 virtual EGLNativeWindowType getPlatformExtension (void) { return m_window->getNativeWindow(); } in getPlatformExtension() function in tcu::Android::NativeWindow