Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp108 eglu::NativePixmap *createPixmap(eglu::NativeDisplay *nativeDisplay,
111 eglu::NativePixmap *createPixmap(eglu::NativeDisplay *nativeDisplay,
211 eglu::NativePixmap *NativePixmapFactory::createPixmap(eglu::NativeDisplay *nativeDisplay, in createPixmap() function in tcu::__anon8e4d825a0111::NativePixmapFactory
239 eglu::NativePixmap *NativePixmapFactory::createPixmap(eglu::NativeDisplay *nativeDisplay, in createPixmap() function in tcu::__anon8e4d825a0111::NativePixmapFactory
/third_party/vk-gl-cts/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::__anonfc7986980111::NativePixmapFactory
213 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, int widt… in createPixmap() function in tcu::win32::__anonfc7986980111::NativePixmapFactory
/third_party/skia/third_party/externals/angle2/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::__anon5d5b10250111::NativePixmapFactory
249 eglu::NativePixmap *NativePixmapFactory::createPixmap(eglu::NativeDisplay *nativeDisplay, in createPixmap() function in tcu::__anon5d5b10250111::NativePixmapFactory
/third_party/vk-gl-cts/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()
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()
DteglNativeColorMappingTests.cpp544 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig()
553 …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()
/third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/
DtcuOhosPixmapFactory.cpp46 NativePixmap* OhosPixmapFactory::createPixmap (NativeDisplay* nativeDisplay, in createPixmap() function in tcu::OHOS_ROSEN::egl::OhosPixmapFactory
DtcuOhosPixmapFactory.hpp51 NativePixmap* createPixmap (NativeDisplay* nativeDisplay,
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp247 NativePixmap* createPixmap (NativeDisplay* nativeDisplay,
252 NativePixmap* PixmapFactory::createPixmap (NativeDisplay* nativeDisplay,
/third_party/vk-gl-cts/framework/platform/nullws/
DtcuNullWSPlatform.cpp89 eglu::NativePixmap* createPixmap (eglu::NativeDisplay*, int, int) const in createPixmap() function in tcu::nullws::PixmapFactory
/third_party/skia/third_party/externals/angle2/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