OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_pixmap
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/egl/
egluGLContextFactory.cpp
150
NativePixmap*
m_pixmap
;
member in class:eglu::__anon10566::RenderContext
167
,
m_pixmap
(DE_NULL)
200
delete
m_pixmap
;
342
m_pixmap
= pixmapSurface.first;
452
delete
m_pixmap
;
457
m_pixmap
= DE_NULL;
/external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp
225
,
m_pixmap
(x11Pixmap) {}
227
void* getPlatformNative (void) { return &
m_pixmap
.getXID(); }
231
UniquePtr<x11::Pixmap>
m_pixmap
;
Completed in 3793 milliseconds