Lines Matching refs:SurfaceD3D
27 SurfaceD3D::SurfaceD3D(const egl::SurfaceState &state, in SurfaceD3D() function in rx::SurfaceD3D
83 SurfaceD3D::~SurfaceD3D() in ~SurfaceD3D()
90 void SurfaceD3D::releaseSwapChain() in releaseSwapChain()
95 egl::Error SurfaceD3D::initialize(const egl::Display *display) in initialize()
144 FramebufferImpl *SurfaceD3D::createDefaultFramebuffer(const gl::Context *context, in createDefaultFramebuffer()
150 egl::Error SurfaceD3D::bindTexImage(const gl::Context *, gl::Texture *, EGLint) in bindTexImage()
155 egl::Error SurfaceD3D::releaseTexImage(const gl::Context *, EGLint) in releaseTexImage()
160 egl::Error SurfaceD3D::getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) in getSyncValues()
171 egl::Error SurfaceD3D::getMscRate(EGLint *numerator, EGLint *denominator) in getMscRate()
177 egl::Error SurfaceD3D::resetSwapChain(const egl::Display *display) in resetSwapChain()
224 egl::Error SurfaceD3D::resizeSwapChain(DisplayD3D *displayD3D, in resizeSwapChain()
250 egl::Error SurfaceD3D::resetSwapChain(DisplayD3D *displayD3D, in resetSwapChain()
277 egl::Error SurfaceD3D::swapRect(DisplayD3D *displayD3D, in swapRect()
318 egl::Error SurfaceD3D::checkForOutOfDateSwapChain(DisplayD3D *displayD3D) in checkForOutOfDateSwapChain()
359 egl::Error SurfaceD3D::swap(const gl::Context *context) in swap()
365 egl::Error SurfaceD3D::postSubBuffer(const gl::Context *context, in postSubBuffer()
375 rx::SwapChainD3D *SurfaceD3D::getSwapChain() const in getSwapChain()
380 void SurfaceD3D::setSwapInterval(EGLint interval) in setSwapInterval()
391 void SurfaceD3D::setFixedWidth(EGLint width) in setFixedWidth()
396 void SurfaceD3D::setFixedHeight(EGLint height) in setFixedHeight()
401 EGLint SurfaceD3D::getWidth() const in getWidth()
406 EGLint SurfaceD3D::getHeight() const in getHeight()
411 EGLint SurfaceD3D::isPostSubBufferSupported() const in isPostSubBufferSupported()
417 EGLint SurfaceD3D::getSwapBehavior() const in getSwapBehavior()
422 egl::Error SurfaceD3D::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE()
438 const angle::Format *SurfaceD3D::getD3DTextureColorFormat() const in getD3DTextureColorFormat()
443 angle::Result SurfaceD3D::getAttachmentRenderTarget(const gl::Context *context, in getAttachmentRenderTarget()
460 angle::Result SurfaceD3D::initializeContents(const gl::Context *context, in initializeContents()
479 : SurfaceD3D(state, renderer, display, window, 0, static_cast<EGLClientBuffer>(0), attribs) in WindowSurfaceD3D()
490 : SurfaceD3D(state, in PbufferSurfaceD3D()