Searched refs:ion_cookie (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | EGLImageWrapper.cpp | 142 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()
|
D | EGLImageWrapper.h | 34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
|
/hardware/qcom/display/msm8909/gpu_tonemapper/ |
D | EGLImageWrapper.cpp | 142 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()
|
D | EGLImageWrapper.h | 34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
D | EGLImageWrapper.cpp | 142 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()
|
D | EGLImageWrapper.h | 34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
|
/hardware/qcom/sdm845/display/gpu_tonemapper/ |
D | EGLImageWrapper.cpp | 142 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()
|
D | EGLImageWrapper.h | 34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
|
/hardware/qcom/sm8150/display/gpu_tonemapper/ |
D | EGLImageWrapper.cpp | 184 int ion_cookie = get_ion_cookie(ion_fd, src->fd); in wrap() local 186 eglImage = eglImageBufferCache->get(ion_cookie); in wrap() 189 eglImageBufferCache->put(ion_cookie, eglImage); in wrap() 191 free_ion_cookie(ion_fd, ion_cookie); in wrap()
|