Searched refs:SurfaceRef (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_platform_entries.cpp | 861 SurfaceRef _s(dp, surface); in eglDestroySurfaceImpl() 877 SurfaceRef _s(dp, surface); in eglQuerySurfaceImpl() 897 SurfaceRef _s(dp, surface); in eglBeginFrameImpl() 990 SurfaceRef _d(dp, draw); in eglMakeCurrentImpl() 991 SurfaceRef _r(dp, read); in eglMakeCurrentImpl() 1332 SurfaceRef _s(dp, draw); in eglSwapBuffersWithDamageKHRImpl() 1402 SurfaceRef _s(dp, surface); in eglCopyBuffersImpl() 1461 SurfaceRef _s(dp, surface); in eglSurfaceAttribImpl() 1506 SurfaceRef _s(dp, surface); in eglBindTexImageImpl() 1520 SurfaceRef _s(dp, surface); in eglReleaseTexImageImpl() [all …]
|
D | egl_display.cpp | 484 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : nullptr); in loseCurrentImpl() 485 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : nullptr); in loseCurrentImpl() 508 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : nullptr); in makeCurrent() 509 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : nullptr); in makeCurrent()
|
D | egl_object.h | 211 typedef egl_surface_t::Ref SurfaceRef; typedef
|