Home
last modified time | relevance | path

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

/frameworks/base/opengl/libs/EGL/
DeglApi.cpp454 SurfaceRef _s(surface); in eglDestroySurface()
475 SurfaceRef _s(surface); in eglQuerySurface()
566 SurfaceRef _cur_r(cur_r); in loseCurrent()
567 SurfaceRef _cur_d(cur_d); in loseCurrent()
596 SurfaceRef _d(draw); in eglMakeCurrent()
597 SurfaceRef _r(read); in eglMakeCurrent()
940 SurfaceRef _s(draw); in eglSwapBuffers()
956 SurfaceRef _s(surface); in eglCopyBuffers()
998 SurfaceRef _s(surface); in eglSurfaceAttrib()
1018 SurfaceRef _s(surface); in eglBindTexImage()
[all …]
Degl_object.h206 typedef egl_surface_t::Ref SurfaceRef; typedef