Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp475 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : nullptr); in loseCurrentImpl()
476 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : nullptr); in loseCurrentImpl()
501 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : nullptr); in makeCurrent()
502 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : nullptr); in makeCurrent()
Degl_platform_entries.cpp895 SurfaceRef _s(dp.get(), surface); in eglDestroySurfaceImpl()
911 SurfaceRef _s(dp.get(), surface); in eglQuerySurfaceImpl()
931 SurfaceRef _s(dp.get(), surface); in eglBeginFrameImpl()
1029 SurfaceRef _d(dp.get(), draw); in eglMakeCurrentImpl()
1030 SurfaceRef _r(dp.get(), read); in eglMakeCurrentImpl()
1391 SurfaceRef _s(dp.get(), draw); in eglSwapBuffersWithDamageKHRImpl()
1466 SurfaceRef _s(dp.get(), surface); in eglCopyBuffersImpl()
1529 SurfaceRef _s(dp.get(), surface); in eglSurfaceAttribImpl()
1568 SurfaceRef _s(dp.get(), surface); in eglBindTexImageImpl()
1586 SurfaceRef _s(dp.get(), surface); in eglReleaseTexImageImpl()
[all …]
Degl_object.h214 typedef egl_surface_t::Ref SurfaceRef; typedef