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

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp62 inline void eglSetSwapRectangleANDROID (EGLDisplay, EGLSurface, EGLint, EGLint, EGLint, EGLint) { function
238 eglSetSwapRectangleANDROID(mDisplay, mSurface,
/frameworks/native/opengl/libagl/
H A Degl.cpp55 EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
495 * Handle eglSetSwapRectangleANDROID()
632 * only applies to the area specified by eglSetSwapRectangleANDROID(), that
889 { "eglSetSwapRectangleANDROID",
890 (__eglMustCastToProperFunctionPointerType)&eglSetSwapRectangleANDROID },
2172 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, function

Completed in 178 milliseconds