Home
last modified time | relevance | path

Searched refs:eglImage (Results 1 – 25 of 74) sorted by relevance

123

/hardware/qcom/sm8150/display/gpu_tonemapper/
DEGLImageWrapper.cpp86 void EGLImageWrapper::DeleteEGLImageCallback::operator()(int& buffInt, EGLImageBuffer*& eglImage) in operator ()() argument
89 if (eglImage != 0) { in operator ()()
90 delete eglImage; in operator ()()
185 EGLImageBuffer* eglImage = nullptr; in wrap() local
186 eglImage = eglImageBufferCache->get(ion_cookie); in wrap()
187 if (eglImage == 0) { in wrap()
188 eglImage = L_wrap(src); in wrap()
189 eglImageBufferCache->put(ion_cookie, eglImage); in wrap()
195 EGLImageBuffer* eglImage = nullptr; in wrap() local
199 eglImage = eglImageBufferCache->get(it->second); in wrap()
[all …]
DEGLImageBuffer.cpp37 EGLImageKHR eglImage = eglCreateImageKHR( in create_eglImage() local
41 return eglImage; in create_eglImage()
DEGLImageWrapper.h37 void operator()(int& buffInt, EGLImageBuffer*& eglImage);
/hardware/qcom/sdm845/display/gpu_tonemapper/
DEGLImageWrapper.cpp64 void EGLImageWrapper::DeleteEGLImageCallback::operator()(int& k, EGLImageBuffer*& eglImage) in operator ()() argument
68 if( eglImage != 0 ) in operator ()()
70 delete eglImage; in operator ()()
143 EGLImageBuffer* eglImage = eglImageBufferMap->get(ion_cookie); in wrap() local
144 if( eglImage == 0 ) in wrap()
146 eglImage = L_wrap(src); in wrap()
147 eglImageBufferMap->put(ion_cookie, eglImage); in wrap()
153 return eglImage; in wrap()
DEGLImageBuffer.cpp37 EGLImageKHR eglImage = eglCreateImageKHR( in create_eglImage() local
41 return eglImage; in create_eglImage()
DEGLImageWrapper.h34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
/hardware/qcom/display/msm8998/gpu_tonemapper/
DEGLImageWrapper.cpp64 void EGLImageWrapper::DeleteEGLImageCallback::operator()(int& k, EGLImageBuffer*& eglImage) in operator ()() argument
68 if( eglImage != 0 ) in operator ()()
70 delete eglImage; in operator ()()
143 EGLImageBuffer* eglImage = eglImageBufferMap->get(ion_cookie); in wrap() local
144 if( eglImage == 0 ) in wrap()
146 eglImage = L_wrap(src); in wrap()
147 eglImageBufferMap->put(ion_cookie, eglImage); in wrap()
153 return eglImage; in wrap()
DEGLImageBuffer.cpp37 EGLImageKHR eglImage = eglCreateImageKHR( in create_eglImage() local
41 return eglImage; in create_eglImage()
DEGLImageWrapper.h34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
DEGLImageWrapper.cpp64 void EGLImageWrapper::DeleteEGLImageCallback::operator()(int& k, EGLImageBuffer*& eglImage) in operator ()() argument
68 if( eglImage != 0 ) in operator ()()
70 delete eglImage; in operator ()()
143 EGLImageBuffer* eglImage = eglImageBufferMap->get(ion_cookie); in wrap() local
144 if( eglImage == 0 ) in wrap()
146 eglImage = L_wrap(src); in wrap()
147 eglImageBufferMap->put(ion_cookie, eglImage); in wrap()
153 return eglImage; in wrap()
DEGLImageBuffer.cpp37 EGLImageKHR eglImage = eglCreateImageKHR( in create_eglImage() local
41 return eglImage; in create_eglImage()
DEGLImageWrapper.h34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
/hardware/qcom/display/msm8909/gpu_tonemapper/
DEGLImageWrapper.cpp64 void EGLImageWrapper::DeleteEGLImageCallback::operator()(int& k, EGLImageBuffer*& eglImage) in operator ()() argument
68 if( eglImage != 0 ) in operator ()()
70 delete eglImage; in operator ()()
143 EGLImageBuffer* eglImage = eglImageBufferMap->get(ion_cookie); in wrap() local
144 if( eglImage == 0 ) in wrap()
146 eglImage = L_wrap(src); in wrap()
147 eglImageBufferMap->put(ion_cookie, eglImage); in wrap()
153 return eglImage; in wrap()
DEGLImageBuffer.cpp37 EGLImageKHR eglImage = eglCreateImageKHR( in create_eglImage() local
41 return eglImage; in create_eglImage()
DEGLImageWrapper.h34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Core.h1179 eglImage) \ argument
1185 eglImage)
/hardware/qcom/sm8150/media/mm-core/inc/
DOMX_Core.h1219 eglImage) \ argument
1225 eglImage)
/hardware/qcom/sdm845/media/mm-core/inc/
DOMX_Core.h1179 eglImage) \ argument
1185 eglImage)
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Core.h1170 eglImage) \ argument
1176 eglImage)
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Core.h1179 eglImage) \ argument
1185 eglImage)
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Core.h1179 eglImage) \ argument
1185 eglImage)
/hardware/qcom/media/msm8996/mm-core/src/common/
Domx_core_cmp.h148 OMX_IN void* eglImage);
/hardware/qcom/sm8150/media/mm-core/src/common/
Domx_core_cmp.h148 OMX_IN void* eglImage);
/hardware/qcom/sdm845/media/mm-core/src/common/
Domx_core_cmp.h148 OMX_IN void* eglImage);
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
Domx_core_cmp.h148 OMX_IN void* eglImage);

123