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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1062 EGLint *rects, EGLint n_rects)
1093 if (n_rects == 0) {
1098 for (int r = 0; r < n_rects; ++r) {
1116 rects, n_rects);
1914 EGLint *rects, EGLint n_rects)
1933 rects, n_rects);
1061 eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface draw, EGLint *rects, EGLint n_rects) argument
1913 eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects) argument

Completed in 91 milliseconds