Searched refs:egl_surface_t (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_object.cpp | 51 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, EGLNativeWindowType win, in egl_surface_t() function in android::egl_surface_t 76 egl_surface_t::~egl_surface_t() { in ~egl_surface_t() 83 void egl_surface_t::disconnect() { in disconnect() 97 EGLBoolean egl_surface_t::setSmpte2086Attribute(EGLint attribute, EGLint value) { in setSmpte2086Attribute() 143 EGLBoolean egl_surface_t::setCta8613Attribute(EGLint attribute, EGLint value) { in setCta8613Attribute() 157 EGLBoolean egl_surface_t::getSmpte2086Metadata(android_smpte2086_metadata& metadata) const { in getSmpte2086Metadata() 201 EGLBoolean egl_surface_t::getCta8613Metadata(android_cta861_3_metadata& metadata) const { in getCta8613Metadata() 219 EGLBoolean egl_surface_t::getColorSpaceAttribute(EGLint attribute, EGLint* value) const { in getColorSpaceAttribute() 227 EGLBoolean egl_surface_t::getSmpte2086Attribute(EGLint attribute, EGLint* value) const { in getSmpte2086Attribute() 273 EGLBoolean egl_surface_t::getCta8613Attribute(EGLint attribute, EGLint* value) const { in getCta8613Attribute() [all …]
|
D | egl_object.h | 121 class egl_surface_t : public egl_object_t { 123 ~egl_surface_t(); 127 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref; 129 egl_surface_t(egl_display_t* dpy, EGLConfig config, EGLNativeWindowType win, EGLSurface surface, 211 typedef egl_surface_t::Ref SurfaceRef; 219 static inline egl_surface_t* get_surface(EGLSurface surface) { in get_surface() 220 return egl_to_native_cast<egl_surface_t>(surface); in get_surface()
|
D | egl_platform_entries.cpp | 646 EGLBoolean sendSurfaceMetadata(egl_surface_t* s) { in sendSurfaceMetadata() 740 egl_surface_t* s = new egl_surface_t(dp, config, window, surface, in eglCreateWindowSurfaceTmpl() 854 return new egl_surface_t(dp, config, nullptr, surface, getReportedColorSpace(colorSpace), cnx); in eglCreatePbufferSurfaceImpl() 864 egl_surface_t* const s = get_surface(surface); in eglDestroySurfaceImpl() 880 egl_surface_t const* const s = get_surface(surface); in eglQuerySurfaceImpl() 1006 egl_surface_t const* d = nullptr; in eglMakeCurrentImpl() 1007 egl_surface_t const* r = nullptr; in eglMakeCurrentImpl() 1338 egl_surface_t* const s = get_surface(draw); in eglSwapBuffersWithDamageKHRImpl() 1405 egl_surface_t const* const s = get_surface(surface); in eglCopyBuffersImpl() 1464 egl_surface_t* const s = get_surface(surface); in eglSurfaceAttribImpl() [all …]
|