HomeSort by relevance Sort by last modified time
    Searched refs:SurfaceRef (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 334 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
335 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
360 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
361 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
eglApi.cpp 381 SurfaceRef _s(dp.get(), surface);
401 SurfaceRef _s(dp.get(), surface);
419 SurfaceRef _s(dp.get(), surface);
521 SurfaceRef _d(dp.get(), draw);
522 SurfaceRef _r(dp.get(), read);
856 SurfaceRef _s(dp.get(), draw);
900 SurfaceRef _s(dp.get(), surface);
943 SurfaceRef _s(dp.get(), surface);
963 SurfaceRef _s(dp.get(), surface);
983 SurfaceRef _s(dp.get(), surface)
    [all...]
egl_object.h 168 typedef egl_surface_t::Ref SurfaceRef;

Completed in 264 milliseconds