Home
last modified time | relevance | path

Searched refs:updateSurfaceRotationDrawFramebuffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.h1183 void updateSurfaceRotationDrawFramebuffer(const gl::State &glState,
H A DContextVk.cpp5851 updateSurfaceRotationDrawFramebuffer(glState, context->getCurrentDrawSurface()); in syncState()
6152 updateSurfaceRotationDrawFramebuffer(glState, drawSurface); in onMakeCurrent()
6267 void ContextVk::updateSurfaceRotationDrawFramebuffer(const gl::State &glState, in updateSurfaceRotationDrawFramebuffer() function in rx::ContextVk