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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 65 eglSetSwapRectangleANDROID_t eglSetSwapRectangleANDROID;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 274 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height)
276 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;}
  /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,
499 * Handle eglSetSwapRectangleANDROID()
629 * only applies to the area specified by eglSetSwapRectangleANDROID(), that
872 { "eglSetSwapRectangleANDROID",
873 (__eglMustCastToProperFunctionPointerType)&eglSetSwapRectangleANDROID },
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 613 eglSetSwapRectangleANDROID(583, 2042),
    [all...]

Completed in 198 milliseconds