Home
last modified time | relevance | path

Searched refs:swapImpl (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/ggp/
DWindowSurfaceVkGGP.cpp71 angle::Result result = swapImpl(context, nullptr, 0, &frameTokenData); in swapWithFrameToken()
/external/angle/src/libANGLE/renderer/metal/
DSurfaceMtl.h166 angle::Result swapImpl(const gl::Context *context);
DSurfaceMtl.mm466 ANGLE_TO_EGL_TRY(swapImpl(context));
654 angle::Result WindowSurfaceMtl::swapImpl(const gl::Context *context)
/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h252 angle::Result swapImpl(const gl::Context *context,
DSurfaceVk.cpp1311 result = swapImpl(context, rects, n_rects, nullptr); in swapWithDamage()
1318 angle::Result result = swapImpl(context, nullptr, 0, nullptr); in swap()
1510 angle::Result WindowSurfaceVk::swapImpl(const gl::Context *context, in swapImpl() function in rx::WindowSurfaceVk