Home
last modified time | relevance | path

Searched refs:getPlatformExtension (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/egl/
DegluNativePixmap.hpp61 virtual void* getPlatformExtension (void);
DegluNativePixmap.cpp44 void* NativePixmap::getPlatformExtension (void) in getPlatformExtension() function in eglu::NativePixmap
DegluNativeWindow.cpp44 void* NativeWindow::getPlatformExtension (void) in getPlatformExtension() function in eglu::NativeWindow
DegluNativeWindow.hpp94 virtual void* getPlatformExtension (void);
DegluUtil.cpp350 …surface = egl.createPlatformWindowSurfaceEXT(display, config, window.getPlatformExtension(), &lega… in createWindowSurface()
408 …surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformExtension(), &lega… in createPixmapSurface()
/external/deqp/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
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp103 void *nativeWindow = window.getPlatformExtension(); in createWindowSurface()
132 …surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformExtension(), DE_NU… in createPixmapSurface()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp86 virtual EGLNativeWindowType getPlatformExtension (void) { return m_window->getNativeWindow(); } in getPlatformExtension() function in tcu::Android::NativeWindow