HomeSort by relevance Sort by last modified time
    Searched defs:egl_object_t (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 34 egl_object_t::egl_object_t(egl_display_t* disp) : function in class:android::egl_object_t
40 egl_object_t::~egl_object_t() {
43 void egl_object_t::terminate() {
48 ALOGE("egl_object_t::terminate() removed the last reference!");
52 void egl_object_t::destroy() {
58 bool egl_object_t::get(egl_display_t const* display, egl_object_t* object) {
69 egl_object_t(dpy), surface(surface), config(config), win(win), cnx(cnx
    [all...]
egl_object.h 43 class egl_object_t { class in namespace:android
48 virtual ~egl_object_t();
51 egl_object_t(egl_display_t* display);
60 static bool get(egl_display_t const* display, egl_object_t* object);
65 egl_object_t* ref;
70 explicit LocalRef(egl_object_t* rhs);
72 egl_object_t* native = reinterpret_cast<N*>(o);
73 if (o && egl_object_t::get(display, native)) {
89 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs)
    [all...]

Completed in 2452 milliseconds