Searched refs:eglDestroySyncKHR (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/egl/ |
D | egl_ftable.h | 59 {"eglDestroySyncKHR", (void *)eglDestroySyncKHR},
|
D | egl.cpp | 2460 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR eglsync) in eglDestroySyncKHR() function
|
/hardware/qcom/sm7250/display/composer/ |
D | gl_common.cpp | 132 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync)); in WaitOnInputFence() 157 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync)); in CreateOutputFence()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | render_egl_extensions.entries | 16 EGLBoolean eglDestroySyncKHR(EGLDisplay display, EGLSyncKHR sync);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | RenderEGL_extensions_static_translator_namespaced_header.h | 16 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay display, EGLSyncKHR sync);
|
D | RenderEGL_extensions_functions.h | 16 X(EGLBoolean, eglDestroySyncKHR, (EGLDisplay display, EGLSyncKHR sync)) \
|
/hardware/qcom/sm7250/display/gpu_tonemapper/ |
D | glengine.cpp | 233 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync)); in WaitOnNativeFence() 253 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync)); in CreateNativeFence()
|
/hardware/qcom/display/msm8909/gpu_tonemapper/ |
D | glengine.cpp | 233 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync)); in WaitOnNativeFence() 253 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync)); in CreateNativeFence()
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
D | glengine.cpp | 233 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync)); in WaitOnNativeFence() 253 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync)); in CreateNativeFence()
|
/hardware/qcom/sm8150/display/gpu_tonemapper/ |
D | glengine.cpp | 233 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync)); in WaitOnNativeFence() 253 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync)); in CreateNativeFence()
|
/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | glengine.cpp | 254 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync)); in WaitOnNativeFence() 274 EGL(eglDestroySyncKHR(eglGetCurrentDisplay(), sync)); in CreateNativeFence()
|
/hardware/google/gfxstream/host/gl/ |
D | EmulatedEglFenceSync.cpp | 163 s_egl.eglDestroySyncKHR(mDisplay, mSync); in destroy()
|
/hardware/interfaces/graphics/allocator/aidl/vts/ |
D | VtsHalGraphicsAllocatorAidl_TargetTest.cpp | 473 eglDestroySyncKHR(display, fence); in __anonae12b37d0502()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglImp.cpp | 124 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay display, EGLSyncKHR sync); 178 (__eglMustCastToProperFunctionPointerType)eglDestroySyncKHR }, 1530 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { in eglDestroySyncKHR() function
|
/hardware/google/gfxstream/common/opengl/include/EGL/ |
D | eglext.h | 158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
|
/hardware/google/gfxstream/guest/mesa/include/EGL/ |
D | eglext.h | 139 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
|