Lines Matching refs:PixmapSurfaceGLX
70 PixmapSurfaceGLX::PixmapSurfaceGLX(const egl::SurfaceState &state, in PixmapSurfaceGLX() function in rx::PixmapSurfaceGLX
85 PixmapSurfaceGLX::~PixmapSurfaceGLX() in ~PixmapSurfaceGLX()
93 egl::Error PixmapSurfaceGLX::initialize(const egl::Display *display) in initialize()
140 egl::Error PixmapSurfaceGLX::makeCurrent(const gl::Context *context) in makeCurrent()
145 egl::Error PixmapSurfaceGLX::swap(const gl::Context *context) in swap()
151 egl::Error PixmapSurfaceGLX::postSubBuffer(const gl::Context *context, in postSubBuffer()
161 egl::Error PixmapSurfaceGLX::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE()
167 egl::Error PixmapSurfaceGLX::bindTexImage(const gl::Context *context, in bindTexImage()
176 egl::Error PixmapSurfaceGLX::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage()
182 void PixmapSurfaceGLX::setSwapInterval(EGLint interval) {} in setSwapInterval()
184 EGLint PixmapSurfaceGLX::getWidth() const in getWidth()
189 EGLint PixmapSurfaceGLX::getHeight() const in getHeight()
194 EGLint PixmapSurfaceGLX::isPostSubBufferSupported() const in isPostSubBufferSupported()
200 EGLint PixmapSurfaceGLX::getSwapBehavior() const in getSwapBehavior()
205 egl::Error PixmapSurfaceGLX::checkForResize() in checkForResize()
211 glx::Drawable PixmapSurfaceGLX::getDrawable() const in getDrawable()