Home
last modified time | relevance | path

Searched defs:currentDrawSurface (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/gl/
DDisplaySurfaceGl.cpp71 EGLSurface currentDrawSurface = s_egl.eglGetCurrentSurface(EGL_DRAW); in setupContext() local
104 EGLSurface currentDrawSurface = s_egl.eglGetCurrentSurface(EGL_DRAW); in teardownContext() local
/aosp_15_r20/external/jetpack-camera-app/core/camera/src/main/java/com/google/jetpackcamera/core/camera/effects/
H A DCopyingSurfaceProcessor.kt214 val currentDrawSurface = eglManager.currentDrawSurface in <lambda>() constant
/aosp_15_r20/external/angle/src/libANGLE/
H A DDisplay.cpp1925 auto *currentDrawSurface = thread->getCurrentDrawSurface(); in destroyContext() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp6268 const egl::Surface *currentDrawSurface) in updateSurfaceRotationDrawFramebuffer()