Home
last modified time | relevance | path

Searched refs:gralloc1_function_pointer_t (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.cpp124 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction()
131 return reinterpret_cast<gralloc1_function_pointer_t>(CreateBufferDescriptor); in GetFunction()
133 return reinterpret_cast<gralloc1_function_pointer_t>(DestroyBufferDescriptor); in GetFunction()
135 return reinterpret_cast<gralloc1_function_pointer_t>(SetConsumerUsage); in GetFunction()
137 return reinterpret_cast<gralloc1_function_pointer_t>(SetBufferDimensions); in GetFunction()
139 return reinterpret_cast<gralloc1_function_pointer_t>(SetColorFormat); in GetFunction()
141 return reinterpret_cast<gralloc1_function_pointer_t>(SetProducerUsage); in GetFunction()
143 return reinterpret_cast<gralloc1_function_pointer_t>(GetBackingStore); in GetFunction()
145 return reinterpret_cast<gralloc1_function_pointer_t>(GetConsumerUsage); in GetFunction()
147 return reinterpret_cast<gralloc1_function_pointer_t>(GetBufferDimensions); in GetFunction()
[all …]
Dgr_device_impl.h53 static gralloc1_function_pointer_t GetFunction(
/hardware/libhardware/include/hardware/
Dgralloc1.h243 typedef void (*gralloc1_function_pointer_t)(); typedef
286 gralloc1_function_pointer_t (*getFunction)(struct gralloc1_device* device,