Home
last modified time | relevance | path

Searched refs:eglDupNativeFenceFDANDROID (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/sm7250/display/composer/
Dgl_common.cpp150 int fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateOutputFence()
/hardware/qcom/sm7250/display/gpu_tonemapper/
Dglengine.cpp249 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateNativeFence()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dglengine.cpp249 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateNativeFence()
/hardware/qcom/sm8150/display/gpu_tonemapper/
Dglengine.cpp249 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateNativeFence()
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dglengine.cpp249 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateNativeFence()
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dglengine.cpp270 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateNativeFence()
/hardware/google/gfxstream/common/opengl/include/EGL/
Deglext.h552 EGLAPI EGLint EGLAPIENTRY eglDupNativeFenceFDANDROID (EGLDisplay dpy, EGLSyncKHR sync);
/hardware/google/gfxstream/guest/mesa/include/EGL/
Deglext.h537 EGLAPI EGLint EGLAPIENTRY eglDupNativeFenceFDANDROID (EGLDisplay dpy, EGLSyncKHR sync);
/hardware/google/gfxstream/guest/egl/
Degl.cpp2573 int eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR eglsync) { in eglDupNativeFenceFDANDROID() function