Lines Matching refs:SurfaceImpl
14 SurfaceImpl::SurfaceImpl(const egl::SurfaceState &state) : mState(state) {} in SurfaceImpl() function in rx::SurfaceImpl
16 SurfaceImpl::~SurfaceImpl() {} in ~SurfaceImpl()
18 egl::Error SurfaceImpl::makeCurrent(const gl::Context *context) in makeCurrent()
23 egl::Error SurfaceImpl::unMakeCurrent(const gl::Context *context) in unMakeCurrent()
28 egl::Error SurfaceImpl::swapWithDamage(const gl::Context *context, in swapWithDamage()
36 egl::Error SurfaceImpl::setPresentationTime(EGLnsecsANDROID time) in setPresentationTime()
42 void SurfaceImpl::setFixedWidth(EGLint width) in setFixedWidth()
47 void SurfaceImpl::setFixedHeight(EGLint height) in setFixedHeight()
52 void SurfaceImpl::setTimestampsEnabled(bool enabled) in setTimestampsEnabled()
57 const angle::Format *SurfaceImpl::getD3DTextureColorFormat() const in getD3DTextureColorFormat()
63 egl::SupportedCompositorTimings SurfaceImpl::getSupportedCompositorTimings() const in getSupportedCompositorTimings()
69 egl::Error SurfaceImpl::getCompositorTiming(EGLint numTimestamps, in getCompositorTiming()
77 egl::Error SurfaceImpl::getNextFrameId(EGLuint64KHR *frameId) const in getNextFrameId()
83 egl::SupportedTimestamps SurfaceImpl::getSupportedTimestamps() const in getSupportedTimestamps()
89 egl::Error SurfaceImpl::getFrameTimestamps(EGLuint64KHR frameId, in getFrameTimestamps()
98 egl::Error SurfaceImpl::swapWithFrameToken(const gl::Context *context, in swapWithFrameToken()
105 egl::Error SurfaceImpl::getUserWidth(const egl::Display *display, EGLint *value) const in getUserWidth()
111 egl::Error SurfaceImpl::getUserHeight(const egl::Display *display, EGLint *value) const in getUserHeight()
117 egl::Error SurfaceImpl::getBufferAge(const gl::Context *context, EGLint *age) in getBufferAge()