• Home
  • Raw
  • Download

Lines Matching refs:WindowSurfaceVk

485 WindowSurfaceVk::WindowSurfaceVk(const egl::SurfaceState &surfaceState, EGLNativeWindowType window)  in WindowSurfaceVk()  function in rx::WindowSurfaceVk
514 WindowSurfaceVk::~WindowSurfaceVk() in ~WindowSurfaceVk()
520 void WindowSurfaceVk::destroy(const egl::Display *display) in destroy()
554 egl::Error WindowSurfaceVk::initialize(const egl::Display *display) in initialize()
568 angle::Result WindowSurfaceVk::initializeImpl(DisplayVk *displayVk) in initializeImpl()
803 angle::Result WindowSurfaceVk::getAttachmentRenderTarget(const gl::Context *context, in getAttachmentRenderTarget()
817 angle::Result WindowSurfaceVk::recreateSwapchain(ContextVk *contextVk, const gl::Extents &extents) in recreateSwapchain()
921 angle::Result WindowSurfaceVk::newPresentSemaphore(vk::Context *context, in newPresentSemaphore()
958 angle::Result WindowSurfaceVk::resizeSwapchainImages(vk::Context *context, uint32_t imageCount) in resizeSwapchainImages()
995 angle::Result WindowSurfaceVk::createSwapChain(vk::Context *context, in createSwapChain()
1148 bool WindowSurfaceVk::isMultiSampled() const in isMultiSampled()
1153 angle::Result WindowSurfaceVk::queryAndAdjustSurfaceCaps(ContextVk *contextVk, in queryAndAdjustSurfaceCaps()
1176 angle::Result WindowSurfaceVk::checkForOutOfDateSwapchain(ContextVk *contextVk, in checkForOutOfDateSwapchain()
1222 void WindowSurfaceVk::releaseSwapchainImages(ContextVk *contextVk) in releaseSwapchainImages()
1263 void WindowSurfaceVk::destroySwapChainImages(DisplayVk *displayVk) in destroySwapChainImages()
1298 FramebufferImpl *WindowSurfaceVk::createDefaultFramebuffer(const gl::Context *context, in createDefaultFramebuffer()
1305 egl::Error WindowSurfaceVk::swapWithDamage(const gl::Context *context, in swapWithDamage()
1315 egl::Error WindowSurfaceVk::swap(const gl::Context *context) in swap()
1322 angle::Result WindowSurfaceVk::computePresentOutOfDate(vk::Context *context, in computePresentOutOfDate()
1351 angle::Result WindowSurfaceVk::present(ContextVk *contextVk, in present()
1510 angle::Result WindowSurfaceVk::swapImpl(const gl::Context *context, in swapImpl()
1545 void WindowSurfaceVk::deferAcquireNextImage(const gl::Context *context) in deferAcquireNextImage()
1559 angle::Result WindowSurfaceVk::doDeferredAcquireNextImage(const gl::Context *context, in doDeferredAcquireNextImage()
1601 VkResult WindowSurfaceVk::acquireNextSwapchainImage(vk::Context *context) in acquireNextSwapchainImage()
1645 egl::Error WindowSurfaceVk::postSubBuffer(const gl::Context *context, in postSubBuffer()
1655 egl::Error WindowSurfaceVk::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE()
1661 egl::Error WindowSurfaceVk::bindTexImage(const gl::Context *context, in bindTexImage()
1668 egl::Error WindowSurfaceVk::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage()
1673 egl::Error WindowSurfaceVk::getSyncValues(EGLuint64KHR * /*ust*/, in getSyncValues()
1681 egl::Error WindowSurfaceVk::getMscRate(EGLint * /*numerator*/, EGLint * /*denominator*/) in getMscRate()
1687 void WindowSurfaceVk::setSwapInterval(EGLint interval) in setSwapInterval()
1720 EGLint WindowSurfaceVk::getWidth() const in getWidth()
1725 EGLint WindowSurfaceVk::getRotatedWidth() const in getRotatedWidth()
1730 EGLint WindowSurfaceVk::getHeight() const in getHeight()
1735 EGLint WindowSurfaceVk::getRotatedHeight() const in getRotatedHeight()
1740 egl::Error WindowSurfaceVk::getUserWidth(const egl::Display *display, EGLint *value) const in getUserWidth()
1762 egl::Error WindowSurfaceVk::getUserHeight(const egl::Display *display, EGLint *value) const in getUserHeight()
1784 angle::Result WindowSurfaceVk::getUserExtentsImpl(DisplayVk *displayVk, in getUserExtentsImpl()
1802 EGLint WindowSurfaceVk::isPostSubBufferSupported() const in isPostSubBufferSupported()
1808 EGLint WindowSurfaceVk::getSwapBehavior() const in getSwapBehavior()
1814 angle::Result WindowSurfaceVk::getCurrentFramebuffer(ContextVk *contextVk, in getCurrentFramebuffer()
1881 vk::Semaphore WindowSurfaceVk::getAcquireImageSemaphore() in getAcquireImageSemaphore()
1886 angle::Result WindowSurfaceVk::initializeContents(const gl::Context *context, in initializeContents()
1916 void WindowSurfaceVk::updateOverlay(ContextVk *contextVk) const in updateOverlay()
1942 ANGLE_INLINE bool WindowSurfaceVk::overlayHasEnabledWidget(ContextVk *contextVk) const in overlayHasEnabledWidget()
1949 angle::Result WindowSurfaceVk::drawOverlay(ContextVk *contextVk, SwapchainImage *image) const in drawOverlay()
1965 egl::Error WindowSurfaceVk::getBufferAge(const gl::Context *context, EGLint *age) in getBufferAge()