Searched refs:GetLayerCount (Results 1 - 15 of 15) sorted by relevance
/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_buf_descriptor.h | 80 uint32_t GetLayerCount() const { return layer_count_; } function in class:gralloc1::BufferDescriptor
|
H A D | gr_device_impl.cpp | 147 return reinterpret_cast<gralloc1_function_pointer_t>(GetLayerCount); 323 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, function in class:gralloc1::GrallocImpl 327 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount();
|
H A D | gr_device_impl.h | 93 static gralloc1_error_t GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer,
|
H A D | gr_priv_handle.h | 178 unsigned int GetLayerCount() const { return layer_count; } function in struct:private_handle_t
|
H A D | gr_buf_mgr.cpp | 476 uint32_t layer_count = descriptor.GetLayerCount();
|
/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_buf_descriptor.h | 80 uint32_t GetLayerCount() const { return layer_count_; } function in class:gralloc1::BufferDescriptor
|
H A D | gr_device_impl.cpp | 150 return reinterpret_cast<gralloc1_function_pointer_t>(GetLayerCount); 338 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, function in class:gralloc1::GrallocImpl 342 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount();
|
H A D | gr_device_impl.h | 93 static gralloc1_error_t GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer,
|
H A D | gr_priv_handle.h | 178 unsigned int GetLayerCount() const { return layer_count; } function in struct:private_handle_t
|
H A D | gr_buf_mgr.cpp | 464 uint32_t layer_count = descriptor.GetLayerCount();
|
/hardware/qcom/display/sdm845/libgralloc1/ |
H A D | gr_buf_descriptor.h | 81 uint32_t GetLayerCount() const { return layer_count_; } function in class:gralloc1::BufferDescriptor
|
H A D | gr_device_impl.cpp | 150 return reinterpret_cast<gralloc1_function_pointer_t>(GetLayerCount); 338 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, function in class:gralloc1::GrallocImpl 342 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount();
|
H A D | gr_device_impl.h | 93 static gralloc1_error_t GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer,
|
H A D | gr_priv_handle.h | 178 unsigned int GetLayerCount() const { return layer_count; } function in struct:private_handle_t
|
H A D | gr_buf_mgr.cpp | 489 uint32_t layer_count = descriptor.GetLayerCount();
|
Completed in 91 milliseconds