OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createPixmap
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/egl/
egluNativePixmap.cpp
66
NativePixmap* NativePixmapFactory::
createPixmap
(NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
69
return
createPixmap
(nativeDisplay, width, height);
egluGLContextFactory.cpp
345
PixmapSurfacePair
createPixmap
(NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::RenderConfig& config)
353
nativePixmap = pixmapFactory->
createPixmap
(nativeDisplay, eglDisplay, eglConfig, &attribList[0], width, height);
522
const PixmapSurfacePair pixmapSurface =
createPixmap
(m_display, pixmapFactory, m_eglDisplay, m_eglConfig, config);
/external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp
76
virtual eglu::NativePixmap*
createPixmap
(eglu::NativeDisplay* nativeDisplay, int width, int height) const;
77
virtual eglu::NativePixmap*
createPixmap
(eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const;
177
eglu::NativePixmap* NativePixmapFactory::
createPixmap
(eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
196
eglu::NativePixmap* NativePixmapFactory::
createPixmap
(eglu::NativeDisplay* nativeDisplay, int width, int height) const
/external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp
109
void
createPixmap
(void);
229
createPixmap
();
283
void MakeCurrentPerfCase::
createPixmap
(void)
Completed in 48 milliseconds