Home
last modified time | relevance | path

Searched refs:PixmapSurfaceGLX (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/glx/
DPixmapSurfaceGLX.cpp70 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()
[all …]
DPixmapSurfaceGLX.h20 class PixmapSurfaceGLX : public SurfaceGLX
23 PixmapSurfaceGLX(const egl::SurfaceState &state,
28 ~PixmapSurfaceGLX() override;
DDisplayGLX.cpp462 return new PixmapSurfaceGLX(state, nativePixmap, mGLX.getDisplay(), mGLX, fbConfig); in createPixmapSurface()
/external/angle/src/libANGLE/renderer/gl/
DBUILD.gn114 "glx/PixmapSurfaceGLX.cpp",
115 "glx/PixmapSurfaceGLX.h",