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 32 egl_object_t::egl_object_t(egl_display_t* disp) : function in class:android::egl_object_t
38 egl_object_t::~egl_object_t() {
41 void egl_object_t::terminate() {
46 ALOGE("egl_object_t::terminate() removed the last reference!");
50 void egl_object_t::destroy() {
56 bool egl_object_t::get(egl_display_t const* display, egl_object_t* object) {
67 egl_object_t(dpy), surface(surface), config(config), win(win), cnx(cnx
    [all...]
egl_object.h 41 class egl_object_t { class in namespace:android
46 virtual ~egl_object_t();
49 egl_object_t(egl_display_t* display);
58 static bool get(egl_display_t const* display, egl_object_t* object);
63 egl_object_t* ref;
68 explicit LocalRef(egl_object_t* rhs);
70 egl_object_t* native = reinterpret_cast<N*>(o);
71 if (o && egl_object_t::get(display, native)) {
87 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs)
    [all...]

Completed in 54 milliseconds