OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pixmapFactory
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/egl/
teglTestCase.cpp
84
,
m_pixmapFactory
(pixmapFactory)
198
if (
m_pixmapFactory
)
199
return *
m_pixmapFactory
;
226
if (!
m_pixmapFactory
)
229
return
m_pixmapFactory
->createPixmap(m_defaultNativeDisplay, display, config, attribList, width, height);
teglTestCase.hpp
87
const eglu::NativePixmapFactory*
m_pixmapFactory
;
Completed in 34 milliseconds