Home
last modified time | relevance | path

Searched refs:graphicBuffer (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8998/gpu_tonemapper/
DEGLImageBuffer.cpp29 EGLImageKHR create_eglImage(android::sp<android::GraphicBuffer> graphicBuffer) in create_eglImage() argument
32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage()
39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
45 EGLImageBuffer::EGLImageBuffer(android::sp<android::GraphicBuffer> graphicBuffer) in EGLImageBuffer() argument
49 this->eglImageID = create_eglImage(graphicBuffer); in EGLImageBuffer()
50 this->width = graphicBuffer->getWidth(); in EGLImageBuffer()
51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer()
DEGLImageWrapper.cpp123 android::sp<android::GraphicBuffer> graphicBuffer = in L_wrap() local
131 result = new EGLImageBuffer(graphicBuffer); in L_wrap()
/hardware/qcom/sm8150/display/gpu_tonemapper/
DEGLImageBuffer.cpp29 EGLImageKHR create_eglImage(android::sp<android::GraphicBuffer> graphicBuffer) in create_eglImage() argument
32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage()
39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
45 EGLImageBuffer::EGLImageBuffer(android::sp<android::GraphicBuffer> graphicBuffer) in EGLImageBuffer() argument
49 this->eglImageID = create_eglImage(graphicBuffer); in EGLImageBuffer()
50 this->width = graphicBuffer->getWidth(); in EGLImageBuffer()
51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer()
DEGLImageWrapper.cpp164 android::sp<android::GraphicBuffer> graphicBuffer = in L_wrap() local
172 result = new EGLImageBuffer(graphicBuffer); in L_wrap()
/hardware/qcom/display/msm8909/gpu_tonemapper/
DEGLImageBuffer.cpp29 EGLImageKHR create_eglImage(android::sp<android::GraphicBuffer> graphicBuffer) in create_eglImage() argument
32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage()
39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
45 EGLImageBuffer::EGLImageBuffer(android::sp<android::GraphicBuffer> graphicBuffer) in EGLImageBuffer() argument
49 this->eglImageID = create_eglImage(graphicBuffer); in EGLImageBuffer()
50 this->width = graphicBuffer->getWidth(); in EGLImageBuffer()
51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer()
DEGLImageWrapper.cpp123 android::sp<android::GraphicBuffer> graphicBuffer = in L_wrap() local
131 result = new EGLImageBuffer(graphicBuffer); in L_wrap()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
DEGLImageBuffer.cpp29 EGLImageKHR create_eglImage(android::sp<android::GraphicBuffer> graphicBuffer) in create_eglImage() argument
32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage()
39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
45 EGLImageBuffer::EGLImageBuffer(android::sp<android::GraphicBuffer> graphicBuffer) in EGLImageBuffer() argument
49 this->eglImageID = create_eglImage(graphicBuffer); in EGLImageBuffer()
50 this->width = graphicBuffer->getWidth(); in EGLImageBuffer()
51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer()
DEGLImageWrapper.cpp123 android::sp<android::GraphicBuffer> graphicBuffer = in L_wrap() local
131 result = new EGLImageBuffer(graphicBuffer); in L_wrap()
/hardware/qcom/sdm845/display/gpu_tonemapper/
DEGLImageBuffer.cpp29 EGLImageKHR create_eglImage(android::sp<android::GraphicBuffer> graphicBuffer) in create_eglImage() argument
32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage()
39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
45 EGLImageBuffer::EGLImageBuffer(android::sp<android::GraphicBuffer> graphicBuffer) in EGLImageBuffer() argument
49 this->eglImageID = create_eglImage(graphicBuffer); in EGLImageBuffer()
50 this->width = graphicBuffer->getWidth(); in EGLImageBuffer()
51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer()
DEGLImageWrapper.cpp123 android::sp<android::GraphicBuffer> graphicBuffer = in L_wrap() local
131 result = new EGLImageBuffer(graphicBuffer); in L_wrap()