Searched refs:getPlatformExtension (Results 1 – 8 of 8) sorted by relevance
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);
350 …surface = egl.createPlatformWindowSurfaceEXT(display, config, window.getPlatformExtension(), &lega… in createWindowSurface()408 …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