Home
last modified time | relevance | path

Searched refs:egl_surface_t (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp51 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 …]
H A Degl_object.h121 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()
H A Degl_platform_entries.cpp628 EGLBoolean sendSurfaceMetadata(egl_surface_t* s) { in sendSurfaceMetadata()
722 egl_surface_t* s = new egl_surface_t(dp, config, window, surface, in eglCreateWindowSurfaceTmpl()
846 egl_surface_t* const s = get_surface(surface); in eglDestroySurfaceImpl()
862 egl_surface_t const* const s = get_surface(surface); in eglQuerySurfaceImpl()
986 egl_surface_t const* d = nullptr; in eglMakeCurrentImpl()
987 egl_surface_t const* r = nullptr; in eglMakeCurrentImpl()
1318 egl_surface_t* const s = get_surface(draw); in eglSwapBuffersWithDamageKHRImpl()
1385 egl_surface_t const* const s = get_surface(surface); in eglCopyBuffersImpl()
1444 egl_surface_t* const s = get_surface(surface); in eglSurfaceAttribImpl()
1481 egl_surface_t const* const s = get_surface(surface); in eglBindTexImageImpl()
[all …]