Lines Matching refs:get

543             egl_surface_t* s = new egl_surface_t(dp.get(), config, window,
567 egl_surface_t* s = new egl_surface_t(dp.get(), config, NULL,
586 egl_surface_t* s = new egl_surface_t(dp.get(), config, NULL,
601 SurfaceRef _s(dp.get(), surface);
602 if (!_s.get())
621 SurfaceRef _s(dp.get(), surface);
622 if (!_s.get())
639 SurfaceRef _s(dp.get(), surface);
640 if (!_s.get()) {
659 if (!ContextRef(dp.get(), share_list).get()) {
699 ContextRef _c(dp.get(), ctx);
700 if (!_c.get())
727 // get a reference to the object passed in
728 ContextRef _c(dp.get(), ctx);
729 SurfaceRef _d(dp.get(), draw);
730 SurfaceRef _r(dp.get(), read);
733 if ((ctx != EGL_NO_CONTEXT) && !_c.get()) {
769 if (!_d.get()) return setError(EGL_BAD_SURFACE, EGL_FALSE);
776 if (!_r.get()) return setError(EGL_BAD_SURFACE, EGL_FALSE);
814 ContextRef _c(dp.get(), ctx);
815 if (!_c.get()) return setError(EGL_BAD_CONTEXT, EGL_FALSE);
1070 SurfaceRef _s(dp.get(), draw);
1071 if (!_s.get())
1111 native_window_set_surface_damage(s->win.get(), androidRects.array(),
1135 SurfaceRef _s(dp.get(), surface);
1136 if (!_s.get())
1195 SurfaceRef _s(dp.get(), surface);
1196 if (!_s.get())
1202 int err = native_window_set_auto_refresh(s->win.get(),
1223 SurfaceRef _s(dp.get(), surface);
1224 if (!_s.get())
1243 SurfaceRef _s(dp.get(), surface);
1244 if (!_s.get())
1370 SurfaceRef _s(dp.get(), surface);
1371 if (!_s.get())
1389 SurfaceRef _s(dp.get(), surface);
1390 if (!_s.get())
1408 ContextRef _c(dp.get(), ctx);
1409 egl_context_t * const c = _c.get();
1634 egl_surface_t* s = new egl_surface_t(dp.get(), config, NULL,
1772 SurfaceRef _s(dp.get(), surface);
1773 if (!_s.get()) {
1779 native_window_set_buffers_timestamp(s->win.get(), time);
1924 SurfaceRef _s(dp.get(), surface);
1925 if (!_s.get()) {