Home
last modified time | relevance | path

Searched refs:eglSetDamageRegionKHR (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/libs/
DlibEGL.map.txt61 eglSetDamageRegionKHR; # introduced=23
Dplatform_entries.in75 EGL_ENTRY(EGLBoolean, eglSetDamageRegionKHR, EGLDisplay, EGLSurface, EGLint*, EGLint)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in115 EGL_ENTRY(EGLBoolean, eglSetDamageRegionKHR, EGLDisplay, EGLSurface, EGLint *, EGLint)
DeglApi.cpp619 EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint* rects, in eglSetDamageRegionKHR() function
624 return cnx->platform.eglSetDamageRegionKHR(dpy, surface, rects, n_rects); in eglSetDamageRegionKHR()
Degl_platform_entries.cpp206 (__eglMustCastToProperFunctionPointerType)&eglSetDamageRegionKHR },
2292 if (s->cnx->egl.eglSetDamageRegionKHR) { in eglSetDamageRegionKHRImpl()
2293 return s->cnx->egl.eglSetDamageRegionKHR(dp->disp.dpy, s->surface, in eglSetDamageRegionKHRImpl()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp442 if (!eglSetDamageRegionKHR(mEglDisplay, frame.mSurface, rects, 1)) { in damageFrame()
/frameworks/native/opengl/include/EGL/
Deglext.h284 EGLAPI EGLBoolean EGLAPIENTRY eglSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *re…