HomeSort by relevance Sort by last modified time
    Searched defs:PixmapSurface (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/egl/
tcuEgl.cpp 185 PixmapSurface::PixmapSurface (Display& display, EGLSurface surface)
191 PixmapSurface::PixmapSurface (Display& display, EGLConfig config, EGLNativePixmapType nativePixmap, const EGLint* attribList)
199 PixmapSurface::~PixmapSurface (void)
206 void PixmapSurface::copyBuffers (void)
tcuEgl.hpp 121 class PixmapSurface : public Surface
124 PixmapSurface (Display& display, EGLSurface surface);
125 PixmapSurface (Display& display, EGLConfig config, EGLNativePixmapType nativePixmap, const EGLint* attribList);
126 virtual ~PixmapSurface (void);

Completed in 46 milliseconds