Searched refs:PixmapSurfaceGLX (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | PixmapSurfaceGLX.cpp | 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() [all …]
|
D | PixmapSurfaceGLX.h | 20 class PixmapSurfaceGLX : public SurfaceGLX 23 PixmapSurfaceGLX(const egl::SurfaceState &state, 28 ~PixmapSurfaceGLX() override;
|
D | DisplayGLX.cpp | 462 return new PixmapSurfaceGLX(state, nativePixmap, mGLX.getDisplay(), mGLX, fbConfig); in createPixmapSurface()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | BUILD.gn | 114 "glx/PixmapSurfaceGLX.cpp", 115 "glx/PixmapSurfaceGLX.h",
|