Searched defs:SetColorFormat (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_descriptor.h66 void SetColorFormat(int format) { format_ = format; } function in class:gralloc1::BufferDescriptor
H A Dgr_device_impl.cpp133 return reinterpret_cast<gralloc1_function_pointer_t>(SetColorFormat);
242 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, function in class:gralloc1::GrallocImpl
250 &BufferDescriptor::SetColorFormat, format);
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_descriptor.h66 void SetColorFormat(int format) { format_ = format; } function in class:gralloc1::BufferDescriptor
H A Dgr_device_impl.cpp136 return reinterpret_cast<gralloc1_function_pointer_t>(SetColorFormat);
257 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, function in class:gralloc1::GrallocImpl
265 &BufferDescriptor::SetColorFormat, format);
/hardware/qcom/display/sdm845/libgralloc1/
H A Dgr_buf_descriptor.h67 void SetColorFormat(int format) { format_ = format; } function in class:gralloc1::BufferDescriptor
H A Dgr_device_impl.cpp136 return reinterpret_cast<gralloc1_function_pointer_t>(SetColorFormat);
257 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, function in class:gralloc1::GrallocImpl
265 &BufferDescriptor::SetColorFormat, format);

Completed in 27 milliseconds