OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createPixmapSurface
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp
83
eglw::EGLSurface
createPixmapSurface
(eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const
85
return ((eglX11CreatePixmapSurfaceFunc)m_egl.
createPixmapSurface
)(dpy, config, reinterpret_cast<EGLNativePixmapType>(pixmap), attrib_list);
/external/deqp/modules/egl/
teglCreateSurfaceTests.cpp
86
EGLSurface
createPixmapSurface
(EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& pixmap, bool useLegacyCreate)
93
surface = egl.
createPixmapSurface
(display, config, pixmap.getLegacyNative(), DE_NULL);
201
eglu::UniqueSurface surface (egl, display,
createPixmapSurface
(display, config, m_eglTestCtx.getNativeDisplay(), *pixmap, m_useLegacyCreate));
/external/deqp/framework/egl/
egluUtil.cpp
321
EGLSurface
createPixmapSurface
(NativeDisplay& nativeDisplay, NativePixmap& pixmap, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList)
349
surface = egl.
createPixmapSurface
(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]);
/frameworks/native/opengl/libagl/
egl.cpp
[
all
...]
Completed in 224 milliseconds