Home
last modified time | relevance | path

Searched refs:ion_cookie (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8998/gpu_tonemapper/
DEGLImageWrapper.cpp142 int ion_cookie = get_ion_cookie(ion_fd, src->fd); in wrap() local
143 EGLImageBuffer* eglImage = eglImageBufferMap->get(ion_cookie); in wrap()
147 eglImageBufferMap->put(ion_cookie, eglImage); in wrap()
150 free_ion_cookie(ion_fd, ion_cookie); in wrap()
DEGLImageWrapper.h34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
DEGLImageWrapper.cpp142 int ion_cookie = get_ion_cookie(ion_fd, src->fd); in wrap() local
143 EGLImageBuffer* eglImage = eglImageBufferMap->get(ion_cookie); in wrap()
147 eglImageBufferMap->put(ion_cookie, eglImage); in wrap()
150 free_ion_cookie(ion_fd, ion_cookie); in wrap()
DEGLImageWrapper.h34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
/hardware/qcom/display/msm8909/gpu_tonemapper/
DEGLImageWrapper.cpp142 int ion_cookie = get_ion_cookie(ion_fd, src->fd); in wrap() local
143 EGLImageBuffer* eglImage = eglImageBufferMap->get(ion_cookie); in wrap()
147 eglImageBufferMap->put(ion_cookie, eglImage); in wrap()
150 free_ion_cookie(ion_fd, ion_cookie); in wrap()
DEGLImageWrapper.h34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
/hardware/qcom/sdm845/display/gpu_tonemapper/
DEGLImageWrapper.cpp142 int ion_cookie = get_ion_cookie(ion_fd, src->fd); in wrap() local
143 EGLImageBuffer* eglImage = eglImageBufferMap->get(ion_cookie); in wrap()
147 eglImageBufferMap->put(ion_cookie, eglImage); in wrap()
150 free_ion_cookie(ion_fd, ion_cookie); in wrap()
DEGLImageWrapper.h34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);