HomeSort by relevance Sort by last modified time
    Searched refs:GetColorFormat (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/display/msm8909/gralloc/
gr_device_impl.cpp 145 return reinterpret_cast<gralloc1_function_pointer_t>(GetColorFormat);
325 gralloc1_error_t GrallocImpl::GetColorFormat(gralloc1_device_t *device, buffer_handle_t buffer,
329 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat();
gr_device_impl.h 91 static gralloc1_error_t GetColorFormat(gralloc1_device_t *device, buffer_handle_t descriptor,
gr_priv_handle.h 183 int GetColorFormat() const { return format; }
  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.cpp 145 return reinterpret_cast<gralloc1_function_pointer_t>(GetColorFormat);
313 gralloc1_error_t GrallocImpl::GetColorFormat(gralloc1_device_t *device, buffer_handle_t buffer,
317 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat();
gr_device_impl.h 91 static gralloc1_error_t GetColorFormat(gralloc1_device_t *device, buffer_handle_t descriptor,
gr_priv_handle.h 178 int GetColorFormat() const { return format; }
  /hardware/qcom/display/msm8998/libgralloc1/
gr_device_impl.cpp 151 return reinterpret_cast<gralloc1_function_pointer_t>(GetColorFormat);
331 gralloc1_error_t GrallocImpl::GetColorFormat(gralloc1_device_t *device, buffer_handle_t buffer,
335 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat();
gr_device_impl.h 91 static gralloc1_error_t GetColorFormat(gralloc1_device_t *device, buffer_handle_t descriptor,
gr_priv_handle.h 180 int GetColorFormat() const { return format; }
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_device_impl.h 91 static gralloc1_error_t GetColorFormat(gralloc1_device_t *device, buffer_handle_t descriptor,
gr_device_impl.cpp 145 return reinterpret_cast<gralloc1_function_pointer_t>(GetColorFormat);
325 gralloc1_error_t GrallocImpl::GetColorFormat(gralloc1_device_t *device, buffer_handle_t buffer,
329 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat();
gr_priv_handle.h 184 int GetColorFormat() const { return format; }

Completed in 860 milliseconds