HomeSort by relevance Sort by last modified time
    Searched refs:eglImage (Results 1 - 25 of 69) sorted by null

1 2 3

  /hardware/qcom/display/msm8998/gpu_tonemapper/
EGLImageWrapper.cpp 64 void EGLImageWrapper::DeleteEGLImageCallback::operator()(int& k, EGLImageBuffer*& eglImage)
68 if( eglImage != 0 )
70 delete eglImage;
143 EGLImageBuffer* eglImage = eglImageBufferMap->get(ion_cookie);
144 if( eglImage == 0 )
146 eglImage = L_wrap(src);
147 eglImageBufferMap->put(ion_cookie, eglImage);
153 return eglImage;
EGLImageWrapper.h 34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
EGLImageBuffer.cpp 37 EGLImageKHR eglImage = eglCreateImageKHR(
41 return eglImage;
77 // Delete the eglImage
  /hardware/qcom/display/sdm845/gpu_tonemapper/
EGLImageWrapper.cpp 64 void EGLImageWrapper::DeleteEGLImageCallback::operator()(int& k, EGLImageBuffer*& eglImage)
68 if( eglImage != 0 )
70 delete eglImage;
143 EGLImageBuffer* eglImage = eglImageBufferMap->get(ion_cookie);
144 if( eglImage == 0 )
146 eglImage = L_wrap(src);
147 eglImageBufferMap->put(ion_cookie, eglImage);
153 return eglImage;
EGLImageWrapper.h 34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
EGLImageBuffer.cpp 37 EGLImageKHR eglImage = eglCreateImageKHR(
41 return eglImage;
77 // Delete the eglImage
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLReadback.h 29 virtual CopyResult copyImageInto(EGLImageKHR eglImage, const Matrix4& imgTransform,
SkiaOpenGLReadback.cpp 35 CopyResult SkiaOpenGLReadback::copyImageInto(EGLImageKHR eglImage, const Matrix4& imgTransform,
41 glEGLImageTargetTexture2DOES(GL_TEXTURE_EXTERNAL_OES, eglImage);
100 // with reading incorrect data from EGLImage backed SkImage (likely a driver bug)
118 // destroy the EGLImage that it was created from
  /frameworks/base/libs/hwui/
OpenGLReadback.h 41 virtual CopyResult copyImageInto(EGLImageKHR eglImage, const Matrix4& imgTransform,
59 virtual CopyResult copyImageInto(EGLImageKHR eglImage, const Matrix4& imgTransform,
OpenGLReadback.cpp 73 // Create the EGLImage object that maps the GraphicBuffer
248 CopyResult OpenGLReadbackImpl::copyImageInto(EGLImageKHR eglImage,
260 // Create a 2D texture to sample from the EGLImage
263 glEGLImageTargetTexture2DOES(GL_TEXTURE_EXTERNAL_OES, eglImage);
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
omx_core_cmp.h 148 OMX_IN void* eglImage);
omx_core_cmp.cpp 381 OMX_IN void* eglImage)
388 eRet = pThis->use_EGL_image(hComp,bufferHdr,port,appData,eglImage);
  /hardware/qcom/media/msm8974/mm-core/src/common/
omx_core_cmp.h 148 OMX_IN void* eglImage);
omx_core_cmp.cpp 381 OMX_IN void* eglImage)
388 eRet = pThis->use_EGL_image(hComp,bufferHdr,port,appData,eglImage);
  /hardware/qcom/media/msm8996/mm-core/src/common/
omx_core_cmp.h 148 OMX_IN void* eglImage);
omx_core_cmp.cpp 381 OMX_IN void* eglImage)
388 eRet = pThis->use_EGL_image(hComp,bufferHdr,port,appData,eglImage);
  /hardware/qcom/media/msm8998/mm-core/src/common/
omx_core_cmp.h 148 OMX_IN void* eglImage);
  /hardware/qcom/media/sdm845/mm-core/src/common/
omx_core_cmp.h 148 OMX_IN void* eglImage);
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/sdm845/mm-core/inc/
OMX_Core.h     [all...]
  /external/swiftshader/src/OpenGL/libEGL/
Display.cpp 631 Image *eglImage = mSharedImageNameSpace.find(name);
633 if(!eglImage)
638 eglImage->destroyShared();

Completed in 276 milliseconds

1 2 3