Home
last modified time | relevance | path

Searched refs:mGLXPixmap (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/glx/
DPixmapSurfaceGLX.cpp81 mGLXPixmap(0), in PixmapSurfaceGLX()
87 if (mGLXPixmap) in ~PixmapSurfaceGLX()
89 mGLX.destroyPixmap(mGLXPixmap); in ~PixmapSurfaceGLX()
128 mGLXPixmap = mGLX.createPixmap(mFBConfig, mXPixmap, pixmapAttribs.data()); in initialize()
129 if (!mGLXPixmap) in initialize()
172 mGLX.bindTexImageEXT(mGLXPixmap, EGLBufferToGLXBuffer(buffer), attribs); in bindTexImage()
178 mGLX.releaseTexImageEXT(mGLXPixmap, EGLBufferToGLXBuffer(buffer)); in releaseTexImage()
213 return mGLXPixmap; in getDrawable()
DPixmapSurfaceGLX.h62 glx::Pixmap mGLXPixmap; variable