Searched refs:SurfaceRef (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.cpp | 309 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL); in loseCurrentImpl() 310 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL); in loseCurrentImpl() 335 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL); in makeCurrent() 336 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL); in makeCurrent()
|
D | eglApi.cpp | 612 SurfaceRef _s(dp.get(), surface); in eglDestroySurface() 632 SurfaceRef _s(dp.get(), surface); in eglQuerySurface() 650 SurfaceRef _s(dp.get(), surface); in eglBeginFrame() 740 SurfaceRef _d(dp.get(), draw); in eglMakeCurrent() 741 SurfaceRef _r(dp.get(), read); in eglMakeCurrent() 1081 SurfaceRef _s(dp.get(), draw); in eglSwapBuffersWithDamageKHR() 1146 SurfaceRef _s(dp.get(), surface); in eglCopyBuffers() 1206 SurfaceRef _s(dp.get(), surface); in eglSurfaceAttrib() 1241 SurfaceRef _s(dp.get(), surface); in eglBindTexImage() 1261 SurfaceRef _s(dp.get(), surface); in eglReleaseTexImage() [all …]
|
D | egl_object.h | 173 typedef egl_surface_t::Ref SurfaceRef; typedef
|