HomeSort by relevance Sort by last modified time
    Searched defs:egl_context_t (Results 1 - 3 of 3) 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);
  /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 107 milliseconds