Home
last modified time | relevance | path

Searched defs:getCurrentDrawSurface (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DThread.cpp102 Surface *Thread::getCurrentDrawSurface() const in getCurrentDrawSurface() function in egl::Thread
H A DContext.h651 egl::Surface *getCurrentDrawSurface() const { return mCurrentDrawSurface; } in getCurrentDrawSurface() function