Searched refs:SurfaceRef (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 855 SurfaceRef _s(dp.get(), surface); in eglDestroySurface() 875 SurfaceRef _s(dp.get(), surface); in eglQuerySurface() 899 SurfaceRef _s(dp.get(), surface); in eglBeginFrame() 988 SurfaceRef _d(dp.get(), draw); in eglMakeCurrent() 989 SurfaceRef _r(dp.get(), read); in eglMakeCurrent() 1063 SurfaceRef _d2(dp.get(), cur_c->draw); in eglMakeCurrent() 1064 SurfaceRef _r2(dp.get(), cur_c->read); in eglMakeCurrent() 1375 SurfaceRef _s(dp.get(), draw); in eglSwapBuffersWithDamageKHR() 1444 SurfaceRef _s(dp.get(), surface); in eglCopyBuffers() 1518 SurfaceRef _s(dp.get(), surface); in eglSurfaceAttrib() [all …]
|
D | egl_display.cpp | 364 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL); in loseCurrentImpl() 365 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL); in loseCurrentImpl() 390 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL); in makeCurrent() 391 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL); in makeCurrent()
|
D | egl_object.h | 214 typedef egl_surface_t::Ref SurfaceRef; typedef
|