Home | History | Annotate | Download | only in libgralloc1

Lines Matching refs:GrallocImpl

66     gralloc1::GrallocImpl * /*gralloc1_device_t*/ dev = new gralloc1::GrallocImpl(m);
82 GrallocImpl::GrallocImpl(const private_module_t *module) {
91 bool GrallocImpl::Init() {
97 GrallocImpl::~GrallocImpl() {
103 int GrallocImpl::CloseDevice(hw_device_t *device) {
104 GrallocImpl *impl = reinterpret_cast<GrallocImpl *>(device);
110 void GrallocImpl::GetCapabilities(struct gralloc1_device *device, uint32_t *out_count,
124 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) {
183 gralloc1_error_t GrallocImpl::CheckDeviceAndDescriptor(gralloc1_device_t *device,
193 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device,
204 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device,
220 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device,
230 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device,
241 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device,
252 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device,
263 gralloc1_error_t GrallocImpl::SetProducerUsage(gralloc1_device_t *device,
274 gralloc1_error_t GrallocImpl::GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer,
286 gralloc1_error_t GrallocImpl::GetConsumerUsage(gralloc1_device_t *device, buffer_handle_t buffer,
296 gralloc1_error_t GrallocImpl::GetBufferDimensions(gralloc1_device_t *device, buffer_handle_t buffer,
308 gralloc1_error_t GrallocImpl::GetColorFormat(gralloc1_device_t *device, buffer_handle_t buffer,
318 gralloc1_error_t GrallocImpl::GetProducerUsage(gralloc1_device_t *device, buffer_handle_t buffer,
329 gralloc1_error_t GrallocImpl::GetBufferStride(gralloc1_device_t *device, buffer_handle_t buffer,
339 gralloc1_error_t GrallocImpl::AllocateBuffers(gralloc1_device_t *device, uint32_t num_dptors,
346 GrallocImpl const *dev = GRALLOC_IMPL(device);
353 gralloc1_error_t GrallocImpl::RetainBuffer(gralloc1_device_t *device, buffer_handle_t buffer) {
357 GrallocImpl const *dev = GRALLOC_IMPL(device);
364 gralloc1_error_t GrallocImpl::ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer) {
368 GrallocImpl const *dev = GRALLOC_IMPL(device);
375 gralloc1_error_t GrallocImpl::LockBuffer(gralloc1_device_t *device, buffer_handle_t buffer,
390 GrallocImpl const *dev = GRALLOC_IMPL(device);
412 gralloc1_error_t GrallocImpl::LockYCbCrBuffer(gralloc1_device_t* device, buffer_handle_t buffer,
424 GrallocImpl const *dev = GRALLOC_IMPL(device);
432 GrallocImpl::UnlockBuffer(gralloc1_device_t *device, buffer_handle_t buffer,
441 GrallocImpl const *dev = GRALLOC_IMPL(device);
448 gralloc1_error_t GrallocImpl::Gralloc1Perform(gralloc1_device_t *device, int operation, ...) {
451 GrallocImpl const *dev = GRALLOC_IMPL(device);