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

  /device/generic/goldfish-opengl/system/egl/
egl_ftable.h 54 {"eglLockSurfaceKHR", (void *)eglLockSurfaceKHR},
egl.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_ftable.h 54 {"eglLockSurfaceKHR", (void *)eglLockSurfaceKHR},
egl_dispatch.h 56 eglLockSurfaceKHR_t eglLockSurfaceKHR;
101 eglLockSurfaceKHR_t set_eglLockSurfaceKHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f; return retval;}
egl.cpp 577 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list)
579 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list);
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 44 eglw::EGLBoolean eglLockSurfaceKHR (eglw::EGLDisplay dpy, eglw::EGLSurface surface, const eglw::EGLint *attrib_list);
egluCallLogWrapper.inl 396 eglw::EGLBoolean CallLogWrapper::eglLockSurfaceKHR (eglw::EGLDisplay dpy, eglw::EGLSurface surface, const eglw::EGLint *attrib_list)
399 m_log << TestLog::Message << "eglLockSurfaceKHR(" << dpy << ", " << toHex(surface) << ", " << attrib_list << ");" << TestLog::EndMessage;
  /external/deqp/framework/egl/wrapper/
eglwApi.inl 44 #define eglLockSurfaceKHR eglwLockSurfaceKHR
  /device/generic/goldfish-opengl/system/include/EGL/
eglext.h 58 #define EGL_MAP_PRESERVE_PIXELS_KHR 0x30C4 /* eglLockSurfaceKHR attribute */
59 #define EGL_LOCK_USAGE_HINT_KHR 0x30C5 /* eglLockSurfaceKHR attribute */
71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
eglext.h 58 #define EGL_MAP_PRESERVE_PIXELS_KHR 0x30C4 /* eglLockSurfaceKHR attribute */
59 #define EGL_LOCK_USAGE_HINT_KHR 0x30C5 /* eglLockSurfaceKHR attribute */
71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 148 { "eglLockSurfaceKHR",
149 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
    [all...]
  /external/mesa3d/include/EGL/
eglext.h 235 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
    [all...]
  /external/swiftshader/include/EGL/
eglext.h 251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
    [all...]
  /frameworks/native/opengl/include/EGL/
eglext.h 251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 605 eglLockSurfaceKHR(575, 2034),
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]

Completed in 525 milliseconds