Home
last modified time | relevance | path

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

/external/deqp/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
/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/framework/platform/android/
DtcuAndroidPlatform.cpp86 virtual EGLNativeWindowType getPlatformExtension (void) { return m_window->getNativeWindow(); } in getPlatformExtension() function in tcu::Android::NativeWindow