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

/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.cpp137 return reinterpret_cast<gralloc1_function_pointer_t>(SetColorFormat);
252 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, function in class:gralloc1::GrallocImpl
260 &BufferDescriptor::SetColorFormat, format);
/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.cpp132 return reinterpret_cast<gralloc1_function_pointer_t>(SetColorFormat);
253 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, function in class:gralloc1::GrallocImpl
261 &BufferDescriptor::SetColorFormat, format);

Completed in 70 milliseconds