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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 56 eglLockSurfaceKHR_t eglLockSurfaceKHR;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 229 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list)
231 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/tests/gles_android_wrapper/
egl.cpp 613 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list)
615 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/libs/EGL/
eglApi.cpp 105 { "eglLockSurfaceKHR",
106 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [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 501 eglLockSurfaceKHR(471, 2034),
    [all...]

Completed in 470 milliseconds