Home
last modified time | relevance | path

Searched refs:SurfaceRef (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp520 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()
Degl_platform_entries.cpp899 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 …]
Degl_object.h214 typedef egl_surface_t::Ref SurfaceRef; typedef