Searched refs:SurfaceRef (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.cpp | 520 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : nullptr); in loseCurrentImpl() 521 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : nullptr); in loseCurrentImpl() 546 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : nullptr); in makeCurrent() 547 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : nullptr); in makeCurrent()
|
D | egl_platform_entries.cpp | 899 SurfaceRef _s(dp.get(), surface); in eglDestroySurfaceImpl() 915 SurfaceRef _s(dp.get(), surface); in eglQuerySurfaceImpl() 935 SurfaceRef _s(dp.get(), surface); in eglBeginFrameImpl() 1034 SurfaceRef _d(dp.get(), draw); in eglMakeCurrentImpl() 1035 SurfaceRef _r(dp.get(), read); in eglMakeCurrentImpl() 1378 SurfaceRef _s(dp.get(), draw); in eglSwapBuffersWithDamageKHRImpl() 1450 SurfaceRef _s(dp.get(), surface); in eglCopyBuffersImpl() 1513 SurfaceRef _s(dp.get(), surface); in eglSurfaceAttribImpl() 1552 SurfaceRef _s(dp.get(), surface); in eglBindTexImageImpl() 1570 SurfaceRef _s(dp.get(), surface); in eglReleaseTexImageImpl() [all …]
|
D | egl_object.h | 214 typedef egl_surface_t::Ref SurfaceRef; typedef
|