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

  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 87 egl_context_t::egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, function in class:android::egl_context_t
93 void egl_context_t::onLooseCurrent() {
98 void egl_context_t::onMakeCurrent(EGLSurface draw, EGLSurface read) {
egl_object.h 142 class egl_context_t: public egl_object_t { class in namespace:android
144 ~egl_context_t() {}
146 typedef egl_object_t::LocalRef<egl_context_t, EGLContext> Ref;
148 egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config,
167 typedef egl_context_t::Ref ContextRef;
182 egl_context_t* get_context(EGLContext context) {
183 return egl_to_native_cast<egl_context_t>(context);
egl_display.h 41 class egl_context_t;
49 void loseCurrentImpl(egl_context_t * cur_c);
88 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
91 static void loseCurrent(egl_context_t * cur_c);
egl_display.cpp 292 void egl_display_t::loseCurrent(egl_context_t * cur_c)
302 void egl_display_t::loseCurrentImpl(egl_context_t * cur_c)
324 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c,
eglApi.cpp 522 egl_context_t* const c = get_context(share_list);
543 egl_context_t* c = new egl_context_t(dpy, context, config, cnx,
573 egl_context_t * const c = get_context(ctx);
614 egl_context_t * c = NULL;
619 egl_context_t * cur_c = get_context(getContext());
688 egl_context_t * const c = get_context(ctx);
714 egl_context_t const * const c = get_context(ctx);
734 egl_context_t const * const c = get_context(ctx);
961 egl_context_t * const c = get_context(ctx)
    [all...]
egl.cpp 287 egl_context_t const * const c = get_context(context);
  /frameworks/native/opengl/libagl/
egl.cpp 120 struct egl_context_t { struct in namespace:android
131 static inline egl_context_t* context(EGLContext ctx) {
133 return static_cast<egl_context_t*>(gl->rasterizer.base);
    [all...]

Completed in 616 milliseconds