HomeSort by relevance Sort by last modified time
    Searched defs:eglSetSwapRectangleANDROID (Results 1 - 5 of 5) sorted by null

  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 55 inline void eglSetSwapRectangleANDROID (EGLDisplay, EGLSurface, EGLint, EGLint, EGLint, EGLint) {
206 eglSetSwapRectangleANDROID(mDisplay, mSurface,
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 660 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height)
662 return getDispatch()->eglSetSwapRectangleANDROID(dpy, draw, left, top, width, height);
egl_dispatch.h 65 eglSetSwapRectangleANDROID_t eglSetSwapRectangleANDROID;
110 eglSetSwapRectangleANDROID_t set_eglSetSwapRectangleANDROID(eglSetSwapRectangleANDROID_t f) { eglSetSwapRectangleANDROID_t retval = eglSetSwapRectangleANDROID; eglSetSwapRectangleANDROID = f; return retval;}
  /frameworks/native/opengl/libagl/
egl.cpp 54 EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
505 * Handle eglSetSwapRectangleANDROID()
642 * only applies to the area specified by eglSetSwapRectangleANDROID(), that
899 { "eglSetSwapRectangleANDROID",
900 (__eglMustCastToProperFunctionPointerType)&eglSetSwapRectangleANDROID },
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 613 eglSetSwapRectangleANDROID(583, 2042),
    [all...]

Completed in 633 milliseconds