Searched refs:swapImpl (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ggp/ |
D | WindowSurfaceVkGGP.cpp | 71 angle::Result result = swapImpl(context, nullptr, 0, &frameTokenData); in swapWithFrameToken()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | SurfaceMtl.h | 166 angle::Result swapImpl(const gl::Context *context);
|
D | SurfaceMtl.mm | 466 ANGLE_TO_EGL_TRY(swapImpl(context)); 654 angle::Result WindowSurfaceMtl::swapImpl(const gl::Context *context)
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SurfaceVk.h | 252 angle::Result swapImpl(const gl::Context *context,
|
D | SurfaceVk.cpp | 1311 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
|