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

  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.h 82 static gralloc1_error_t GetColorFormat(gralloc1_device_t *device, buffer_handle_t descriptor,
gr_device_impl.cpp 149 return reinterpret_cast<gralloc1_function_pointer_t>(GetColorFormat);
308 gralloc1_error_t GrallocImpl::GetColorFormat(gralloc1_device_t *device, buffer_handle_t buffer,
312 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat();
gr_priv_handle.h 158 int GetColorFormat() const { return format; }

Completed in 35 milliseconds