Searched refs:graphicBuffer (Results 1 – 10 of 10) sorted by relevance
29 EGLImageKHR create_eglImage(android::sp<android::GraphicBuffer> graphicBuffer) in create_eglImage() argument32 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() argument49 this->eglImageID = create_eglImage(graphicBuffer); in EGLImageBuffer()50 this->width = graphicBuffer->getWidth(); in EGLImageBuffer()51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer()
123 android::sp<android::GraphicBuffer> graphicBuffer = in L_wrap() local131 result = new EGLImageBuffer(graphicBuffer); in L_wrap()
164 android::sp<android::GraphicBuffer> graphicBuffer = in L_wrap() local172 result = new EGLImageBuffer(graphicBuffer); in L_wrap()