HomeSort by relevance Sort by last modified time
    Searched refs:EGL_NO_SYNC_KHR (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/native/services/surfaceflinger/
SurfaceFlingerConsumer.cpp 72 releaseBufferLocked(buf, EGL_NO_SYNC_KHR);
  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 66 if (fence == EGL_NO_SYNC_KHR) {
  /cts/tests/tests/openglperf/jni/
OpenGlPerfNativeJni.cpp 67 if (sync == EGL_NO_SYNC_KHR) {
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 221 mBufferQueue->releaseBuffer(id, EGL_NO_DISPLAY, EGL_NO_SYNC_KHR,
294 EGL_NO_SYNC_KHR, Fence::NO_FENCE);
435 EGL_NO_SYNC_KHR, item.mFence);
  /frameworks/native/libs/gui/
BufferItemConsumer.cpp 88 EGL_NO_SYNC_KHR);
BufferQueue.cpp 270 EGLSyncKHR eglFence = EGL_NO_SYNC_KHR;
388 mSlots[buf].mEglFence = EGL_NO_SYNC_KHR;
398 mSlots[buf].mEglFence = EGL_NO_SYNC_KHR;
425 if (eglFence != EGL_NO_SYNC_KHR) {
790 if (mSlots[slot].mEglFence != EGL_NO_SYNC_KHR) {
792 mSlots[slot].mEglFence = EGL_NO_SYNC_KHR;
    [all...]
GLConsumer.cpp 195 mEglSlots[buf].mEglFence = EGL_NO_SYNC_KHR;
240 releaseBufferLocked(buf, mEglDisplay, EGL_NO_SYNC_KHR);
492 if (sync == EGL_NO_SYNC_KHR) {
514 if (fence != EGL_NO_SYNC_KHR) {
535 if (fence == EGL_NO_SYNC_KHR) {
805 if (sync == EGL_NO_SYNC_KHR) {
CpuConsumer.cpp 192 releaseBufferLocked(buf, EGL_NO_DISPLAY, EGL_NO_SYNC_KHR);
  /frameworks/native/include/gui/
BufferQueue.h 423 mEglFence(EGL_NO_SYNC_KHR),
507 // to EGL_NO_SYNC_KHR when the buffer is created and may be set to a
GLConsumer.h 373 mEglFence(EGL_NO_SYNC_KHR) {
381 // to EGL_NO_SYNC_KHR when the buffer is created and (optionally, based
  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp 107 EGL_NO_SYNC_KHR);
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 319 EGL_NO_SYNC_KHR, Fence::NO_FENCE);
416 mBufferQueue->releaseBuffer(id, EGL_NO_DISPLAY, EGL_NO_SYNC_KHR,
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglext.h 138 #define EGL_NO_SYNC_KHR ((EGLSyncKHR)0)
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 138 #define EGL_NO_SYNC_KHR ((EGLSyncKHR)0)
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 138 #define EGL_NO_SYNC_KHR ((EGLSyncKHR)0)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 138 #define EGL_NO_SYNC_KHR ((EGLSyncKHR)0)
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglext.h 138 #define EGL_NO_SYNC_KHR ((EGLSyncKHR)0)
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 138 #define EGL_NO_SYNC_KHR ((EGLSyncKHR)0)
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 231 EGL_NO_SYNC_KHR);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
eglext.h 138 #define EGL_NO_SYNC_KHR ((EGLSyncKHR)0)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
eglext.h 138 #define EGL_NO_SYNC_KHR ((EGLSyncKHR)0)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 138 #define EGL_NO_SYNC_KHR ((EGLSyncKHR)0)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 138 #define EGL_NO_SYNC_KHR ((EGLSyncKHR)0)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
eglext.h 138 #define EGL_NO_SYNC_KHR ((EGLSyncKHR)0)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
eglext.h 138 #define EGL_NO_SYNC_KHR ((EGLSyncKHR)0)

Completed in 292 milliseconds

1 2