Home | History | Annotate | Download | only in ui

Lines Matching refs:GraphicBuffer

323         const android::GraphicBuffer* graphicBuffer)
326 graphicBuffer->getNativeBuffer()->handle, graphicBuffer->getId());
328 buffer_handle_t handle = graphicBuffer->getNativeBuffer()->handle;
343 descriptor.setDimensions(graphicBuffer->getWidth(),
344 graphicBuffer->getHeight());
345 descriptor.setFormat(graphicBuffer->getPixelFormat());
347 static_cast<gralloc1_producer_usage_t>(graphicBuffer->getUsage()));
349 static_cast<gralloc1_consumer_usage_t>(graphicBuffer->getUsage()));
351 static_cast<gralloc1_backing_store_t>(graphicBuffer->getId()),
352 descriptor, graphicBuffer->getStride(), false);