HomeSort by relevance Sort by last modified time
    Searched refs:NativePixmapFactory (Results 1 - 20 of 20) sorted by null

  /external/deqp/framework/egl/
egluNativePixmap.hpp 75 class NativePixmapFactory : public tcu::FactoryBase
78 virtual ~NativePixmapFactory (void);
89 NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capability capabilities);
92 NativePixmapFactory (const NativePixmapFactory&);
93 NativePixmapFactory& operator= (const NativePixmapFactory&);
98 typedef tcu::FactoryRegistry<NativePixmapFactory> NativePixmapFactoryRegistry;
egluNativePixmap.cpp 56 // NativePixmapFactory
58 NativePixmapFactory::NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capability capabilities)
64 NativePixmapFactory::~NativePixmapFactory (void)
68 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
egluGLContextFactory.cpp 130 RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
142 void create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
162 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
247 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::RenderConfig& config)
288 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
563 const NativePixmapFactory* pixmapFactory;
egluUtil.hpp 49 class NativePixmapFactory;
85 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const tcu::CommandLine& cmdLine);
egluUtil.cpp 475 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const tcu::CommandLine& cmdLine)
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 83 class NativePixmapFactory : public eglu::NativePixmapFactory
86 NativePixmapFactory (void);
87 ~NativePixmapFactory (void) {}
184 // NativePixmapFactory
186 NativePixmapFactory::NativePixmapFactory (void)
187 : eglu::NativePixmapFactory ("bitmap", "Win32 Bitmap", BITMAP_CAPABILITIES)
191 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
213 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int height) cons
    [all...]
  /external/deqp/modules/egl/
teglTestCase.hpp 47 class NativePixmapFactory;
teglImageUtil.cpp 69 using eglu::NativePixmapFactory;
124 const NativePixmapFactory& pixmapFactory = selectNativePixmapFactory(displayFactory, eglTestCtx.getTestContext().getCommandLine());
teglCreateSurfaceTests.cpp 179 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
teglRenderCase.cpp 157 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m_testCtx.getCommandLine());
teglQuerySurfaceTests.cpp 340 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
611 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
teglMakeCurrentPerfTests.cpp 307 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
teglCreateContextExtTests.cpp 918 const eglu::NativePixmapFactory& factory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
    [all...]
teglNativeColorMappingTests.cpp 479 const eglu::NativePixmapFactory* pixmapFactory;
teglNativeCoordMappingTests.cpp 512 const eglu::NativePixmapFactory* pixmapFactory;
teglNegativeApiTests.cpp 200 const eglu::NativePixmapFactory& factory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
    [all...]
teglWideColorTests.cpp     [all...]
teglMultiThreadTests.cpp     [all...]
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 70 using eglu::NativePixmapFactory;
238 class PixmapFactory : public NativePixmapFactory
242 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {}
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 54 using eglu::NativePixmapFactory;

Completed in 217 milliseconds