Searched defs:egl_surface_t (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp58 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, EGLNativeWindowType win, function in class:android::egl_surface_t
83 egl_surface_t::~egl_surface_t() {
90 void egl_surface_t::disconnect() {
100 EGLBoolean egl_surface_t::setSmpte2086Attribute(EGLint attribute, EGLint value) {
146 EGLBoolean egl_surface_t::setCta8613Attribute(EGLint attribute, EGLint value) {
160 EGLBoolean egl_surface_t::getSmpte2086Metadata(android_smpte2086_metadata& metadata) const {
172 ALOGW("egl_surface_t: incomplete SMPTE 2086 metadata!");
190 EGLBoolean egl_surface_t
[all...]
H A Degl_object.h127 class egl_surface_t : public egl_object_t { class in namespace:android
129 ~egl_surface_t();
132 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref;
134 egl_surface_t(egl_display_t* dpy, EGLConfig config, EGLNativeWindowType win, EGLSurface surface,
214 typedef egl_surface_t::Ref SurfaceRef;
225 egl_surface_t* get_surface(EGLSurface surface) {
226 return egl_to_native_cast<egl_surface_t>(surface);
/frameworks/native/opengl/libagl/
H A Degl.cpp161 struct egl_surface_t struct in namespace:android
174 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
175 virtual ~egl_surface_t();
196 egl_surface_t::egl_surface_t(EGLDisplay dpy, function in class:android::egl_surface_t
205 egl_surface_t::~egl_surface_t()
210 bool egl_surface_t::isValid() const {
215 EGLBoolean egl_surface_t::swapBuffers() {
218 EGLint egl_surface_t
[all...]

Completed in 59 milliseconds