Searched refs:egl_surface_t (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_object.cpp | 58 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, EGLNativeWindowType win, in egl_surface_t() function in android::egl_surface_t 83 egl_surface_t::~egl_surface_t() { in ~egl_surface_t() 90 void egl_surface_t::disconnect() { in disconnect() 100 EGLBoolean egl_surface_t::setSmpte2086Attribute(EGLint attribute, EGLint value) { in setSmpte2086Attribute() 146 EGLBoolean egl_surface_t::setCta8613Attribute(EGLint attribute, EGLint value) { in setCta8613Attribute() 160 EGLBoolean egl_surface_t::getSmpte2086Metadata(android_smpte2086_metadata& metadata) const { in getSmpte2086Metadata() 190 EGLBoolean egl_surface_t::getCta8613Metadata(android_cta861_3_metadata& metadata) const { in getCta8613Metadata() 206 EGLBoolean egl_surface_t::getColorSpaceAttribute(EGLint attribute, EGLint* value) const { in getColorSpaceAttribute() 214 EGLBoolean egl_surface_t::getSmpte2086Attribute(EGLint attribute, EGLint *value) const { in getSmpte2086Attribute() 260 EGLBoolean egl_surface_t::getCta8613Attribute(EGLint attribute, EGLint *value) const { in getCta8613Attribute() [all …]
|
D | egl_object.h | 127 class egl_surface_t : public egl_object_t { 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) { in get_surface() 226 return egl_to_native_cast<egl_surface_t>(surface); in get_surface()
|
D | egl_platform_entries.cpp | 681 EGLBoolean sendSurfaceMetadata(egl_surface_t* s) { in sendSurfaceMetadata() 775 egl_surface_t* s = new egl_surface_t(dp.get(), config, window, surface, in eglCreateWindowSurfaceTmpl() 887 egl_surface_t* s = new egl_surface_t(dp.get(), config, nullptr, surface, in eglCreatePbufferSurfaceImpl() 902 egl_surface_t* const s = get_surface(surface); in eglDestroySurfaceImpl() 918 egl_surface_t const* const s = get_surface(surface); in eglQuerySurfaceImpl() 1050 egl_surface_t const * d = nullptr; in eglMakeCurrentImpl() 1051 egl_surface_t const * r = nullptr; in eglMakeCurrentImpl() 1382 egl_surface_t* const s = get_surface(draw); in eglSwapBuffersWithDamageKHRImpl() 1454 egl_surface_t const * const s = get_surface(surface); in eglCopyBuffersImpl() 1517 egl_surface_t * const s = get_surface(surface); in eglSurfaceAttribImpl() [all …]
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 161 struct egl_surface_t struct 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, in egl_surface_t() function in android::egl_surface_t 205 egl_surface_t::~egl_surface_t() in ~egl_surface_t() 210 bool egl_surface_t::isValid() const { in isValid() 215 EGLBoolean egl_surface_t::swapBuffers() { in swapBuffers() 218 EGLint egl_surface_t::getHorizontalResolution() const { in getHorizontalResolution() 221 EGLint egl_surface_t::getVerticalResolution() const { in getVerticalResolution() 224 EGLint egl_surface_t::getRefreshRate() const { in getRefreshRate() [all …]
|