Searched defs:createPixmap (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/egl/
H A DegluNativePixmap.cpp68 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const function in class:eglu::NativePixmapFactory
71 return createPixmap(nativeDisplay, width, height);
H A DegluGLContextFactory.cpp247 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::RenderConfig& config) function in namespace:eglu::__anon3842
255 nativePixmap = pixmapFactory->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], width, height);
341 const PixmapSurfacePair pixmapSurface = createPixmap(m_display, pixmapFactory, m_eglDisplay, m_eglConfig, config);
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp89 virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int height) const;
90 virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const;
191 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const function in class:tcu::win32::__anon3903::NativePixmapFactory
213 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int height) const function in class:tcu::win32::__anon3903::NativePixmapFactory
/external/deqp/modules/egl/
H A DteglMakeCurrentPerfTests.cpp115 void createPixmap (void);
244 createPixmap();
301 void MakeCurrentPerfCase::createPixmap (void) function in class:deqp::egl::MakeCurrentPerfCase
314 pixmap = pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL, width, height);

Completed in 409 milliseconds