Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativePixmap.hpp85 …virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, int width, int height) cons…
88 …virtual NativePixmap* createPixmap (NativeDisplay* nativeDisplay, eglw::EGLDisplay display, e…
DegluNativePixmap.cpp74 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, … in createPixmap() function in eglu::NativePixmapFactory
77 return createPixmap(nativeDisplay, width, height); in createPixmap()
DegluGLContextFactory.cpp257 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFact… in createPixmap() function
265 …nativePixmap = pixmapFactory->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], w… in createPixmap()
370 …const PixmapSurfacePair pixmapSurface = createPixmap(m_display.get(), pixmapFactory, m_eglDisplay,… in create()
/external/angle/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp120 eglu::NativePixmap *createPixmap(eglu::NativeDisplay *nativeDisplay,
123 eglu::NativePixmap *createPixmap(eglu::NativeDisplay *nativeDisplay,
230 eglu::NativePixmap *NativePixmapFactory::createPixmap(eglu::NativeDisplay *nativeDisplay, in createPixmap() function in tcu::__anonb65af0d50111::NativePixmapFactory
249 eglu::NativePixmap *NativePixmapFactory::createPixmap(eglu::NativeDisplay *nativeDisplay, in createPixmap() function in tcu::__anonb65af0d50111::NativePixmapFactory
/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::__anon8cbf49e10111::NativePixmapFactory
213 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, int widt… in createPixmap() function in tcu::win32::__anon8cbf49e10111::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()
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.cpp166 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, display, con… in executeForConfig()
DteglCreateSurfaceTests.cpp260 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisp… 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()
DteglNegativeApiTests.cpp201 …de::UniquePtr<eglu::NativePixmap> pixmap (factory.createPixmap(&m_eglTestCtx.getNativeDisplay(),… in init()
DteglMultiThreadTests.cpp1151 …pixmap = pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL… in createDestroyObjects()
DteglWideColorTests.cpp1327 …de::UniquePtr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, m_eglDispla… in executeTest()
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.cpp89 eglu::NativePixmap* createPixmap (eglu::NativeDisplay*, int, int) const in createPixmap() function in tcu::nullws::PixmapFactory
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp247 NativePixmap* createPixmap (NativeDisplay* nativeDisplay,
252 NativePixmap* PixmapFactory::createPixmap (NativeDisplay* nativeDisplay,
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.h65 glx::Pixmap createPixmap(glx::FBConfig config, Pixmap pixmap, const int *attribList) const;
DPixmapSurfaceGLX.cpp128 mGLXPixmap = mGLX.createPixmap(mFBConfig, mXPixmap, pixmapAttribs.data()); in initialize()
DFunctionsGLX.cpp403 glx::Pixmap FunctionsGLX::createPixmap(glx::FBConfig config, in createPixmap() function in rx::FunctionsGLX