Home
last modified time | relevance | path

Searched refs:createPixmap (Results 1 – 16 of 16) sorted by relevance

/external/deqp/framework/egl/
DegluNativePixmap.hpp81 …virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, int width, int height) cons…
84 …virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, eglw::EGLDisplay display, e…
DegluNativePixmap.cpp68 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, … in createPixmap() function in eglu::NativePixmapFactory
71 return createPixmap(nativeDisplay, width, height); in createPixmap()
DegluGLContextFactory.cpp247 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFact… in createPixmap() function
255 …nativePixmap = pixmapFactory->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], w… in createPixmap()
341 …const PixmapSurfacePair pixmapSurface = createPixmap(m_display, pixmapFactory, m_eglDisplay, m_egl… in create()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp89 …virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int hei…
90 …virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display…
191 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDispl… in createPixmap() function in tcu::win32::__anon631c42f90111::NativePixmapFactory
213 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, int widt… in createPixmap() function in tcu::win32::__anon631c42f90111::NativePixmapFactory
/external/deqp/modules/egl/
DteglMakeCurrentPerfTests.cpp115 void createPixmap (void);
244 createPixmap(); in createSurfaces()
301 void MakeCurrentPerfCase::createPixmap (void) in createPixmap() function in deqp::egl::MakeCurrentPerfCase
314 …pixmap = pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL… in createPixmap()
DteglNativeColorMappingTests.cpp543 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig()
552 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig()
DteglNativeCoordMappingTests.cpp577 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig()
587 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig()
DteglCreateSurfaceTests.cpp200 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisp… in executeForConfig()
DteglQuerySurfaceTests.cpp348 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDispla… in executeForConfig()
619 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDispla… in executeForConfig()
DteglRenderCase.cpp161 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, display, con… in executeForConfig()
DteglImageUtil.cpp126 …MovePtr<NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, dpy, config, DE_NULL, wid… in createSurface()
DteglCreateContextExtTests.cpp920 …de::UniquePtr<eglu::NativePixmap> pixmap (factory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m… in iterate()
DteglWideColorTests.cpp1190 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, m_eglDispla… in executeTest()
DteglNegativeApiTests.cpp201 …de::UniquePtr<eglu::NativePixmap> pixmap (factory.createPixmap(&m_eglTestCtx.getNativeDisplay(),… in init()
DteglMultiThreadTests.cpp1167 …pixmap = pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL… in createDestroyObjects()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp244 NativePixmap* createPixmap (NativeDisplay* nativeDisplay,
249 NativePixmap* PixmapFactory::createPixmap (NativeDisplay* nativeDisplay,