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

  /external/deqp/framework/egl/
egluNativePixmap.hpp 81 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, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const;
egluNativePixmap.cpp 66 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
69 return createPixmap(nativeDisplay, width, height);
egluGLContextFactory.cpp 345 PixmapSurfacePair createPixmap (NativeDisplay* nativeDisplay, const NativePixmapFactory* pixmapFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::RenderConfig& config)
353 nativePixmap = pixmapFactory->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], width, height);
522 const PixmapSurfacePair pixmapSurface = createPixmap(m_display, pixmapFactory, m_eglDisplay, m_eglConfig, config);
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 76 virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int height) const;
77 virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const;
177 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const
196 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int height) const
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 195 NativePixmap* createPixmap (NativeDisplay* nativeDisplay,
200 NativePixmap* PixmapFactory::createPixmap (NativeDisplay* nativeDisplay,
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 109 void createPixmap (void);
229 createPixmap();
283 void MakeCurrentPerfCase::createPixmap (void)
teglTestCase.cpp 229 return m_pixmapFactory->createPixmap(m_defaultNativeDisplay, display, config, attribList, width, height);

Completed in 308 milliseconds