Home
last modified time | relevance | path

Searched refs:swapWithFrameToken (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/ggp/
DWindowSurfaceVkGGP.h24 egl::Error swapWithFrameToken(const gl::Context *context,
DWindowSurfaceVkGGP.cpp62 egl::Error WindowSurfaceVkGGP::swapWithFrameToken(const gl::Context *context, in swapWithFrameToken() function in rx::WindowSurfaceVkGGP
/external/angle/src/libANGLE/renderer/
DSurfaceImpl.cpp98 egl::Error SurfaceImpl::swapWithFrameToken(const gl::Context *context, in swapWithFrameToken() function in rx::SurfaceImpl
DSurfaceImpl.h62 virtual egl::Error swapWithFrameToken(const gl::Context *context,
/external/angle/src/libANGLE/
DSurface.cpp318 Error Surface::swapWithFrameToken(const gl::Context *context, EGLFrameTokenANGLE frameToken) in swapWithFrameToken() function in egl::Surface
325 ANGLE_TRY(mImplementation->swapWithFrameToken(context, frameToken)); in swapWithFrameToken()
DSurface.h79 Error swapWithFrameToken(const gl::Context *context, EGLFrameTokenANGLE frameToken);
DCaps.h1215 bool swapWithFrameToken = false; member
DvalidationEGL.cpp5659 if (!display->getExtensions().swapWithFrameToken) in ValidateSwapBuffersWithFrameTokenANGLE()
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp244 outExtensions->swapWithFrameToken = getRenderer()->getFeatures().supportsGGPFrameToken.enabled; in generateExtensions()
/external/angle/src/libGLESv2/
Degl_ext_stubs.cpp747 ANGLE_EGL_TRY_RETURN(thread, eglSurface->swapWithFrameToken(thread->getContext(), frametoken), in SwapBuffersWithFrameTokenANGLE()