Searched refs:createPixmap (Results 1 - 17 of 17) 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 DegluNativePixmap.hpp81 virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, int width, int height) const = 0;
83 //! Create pixmap that matches given EGL config. Defaults to generic createPixmap().
84 virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList, int width, int height) const;
H A DegluGLContextFactory.cpp255 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::RenderConfig& config) function in namespace:eglu::__anon4770
263 nativePixmap = pixmapFactory->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], width, height);
361 const PixmapSurfacePair pixmapSurface = createPixmap(m_display, pixmapFactory, m_eglDisplay, m_eglConfig, config);
/external/deqp/framework/platform/nullws/
H A DtcuNullWSPlatform.cpp89 eglu::NativePixmap* createPixmap (eglu::NativeDisplay*, int, int) const function in class:tcu::nullws::PixmapFactory
/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::__anon4832::NativePixmapFactory
213 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int height) const function in class:tcu::win32::__anon4832::NativePixmapFactory
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11EglDisplayFactory.cpp244 NativePixmap* createPixmap (NativeDisplay* nativeDisplay,
249 NativePixmap* PixmapFactory::createPixmap (NativeDisplay* nativeDisplay,
/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);
H A DteglCreateSurfaceTests.cpp200 de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
H A DteglRenderCase.cpp161 de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, display, config, DE_NULL, width, height));
H A DteglNativeColorMappingTests.cpp543 de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
552 de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
H A DteglNativeCoordMappingTests.cpp577 de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
587 de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
H A DteglQuerySurfaceTests.cpp348 de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
619 de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, width, height));
H A DteglImageUtil.cpp126 MovePtr<NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, dpy, config, DE_NULL, width, height));
H A DteglCreateContextExtTests.cpp920 de::UniquePtr<eglu::NativePixmap> pixmap (factory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, config, DE_NULL, 256, 256));
H A DteglNegativeApiTests.cpp201 de::UniquePtr<eglu::NativePixmap> pixmap (factory.createPixmap(&m_eglTestCtx.getNativeDisplay(), 64, 64));
H A DteglMultiThreadTests.cpp1151 pixmap = pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL, 64, 64);
H A DteglWideColorTests.cpp1263 de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, m_eglDisplay, m_eglConfig, DE_NULL, 128, 128));

Completed in 679 milliseconds