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

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 577 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list)
579 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list);
egl_dispatch.h 56 eglLockSurfaceKHR_t eglLockSurfaceKHR;
101 eglLockSurfaceKHR_t set_eglLockSurfaceKHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f; return retval;}
  /device/generic/goldfish-opengl/system/egl/
egl.cpp     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 148 { "eglLockSurfaceKHR",
149 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 605 eglLockSurfaceKHR(575, 2034),
    [all...]

Completed in 125 milliseconds