HomeSort by relevance Sort by last modified time
    Searched full:egl_image_t (Results 1 - 1 of 1) sorted by null

  /frameworks/base/opengl/libs/EGL/
egl.cpp 213 struct egl_image_t : public egl_object_t struct in namespace:android
215 typedef egl_object_t::LocalRef<egl_image_t, EGLImageKHR> Ref;
217 egl_image_t(EGLDisplay dpy, EGLContext context) function in struct:android::egl_image_t
229 typedef egl_image_t::Ref ImageRef;
474 egl_image_t* get_image(EGLImageKHR image) {
475 return egl_to_native_cast<egl_image_t>(image);
535 egl_image_t const * const i = get_image(image);
    [all...]

Completed in 256 milliseconds