Searched refs:gralloc1_function_pointer_t (Results 1 – 3 of 3) sorted by relevance
124 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 …]
53 static gralloc1_function_pointer_t GetFunction(
243 typedef void (*gralloc1_function_pointer_t)(); typedef286 gralloc1_function_pointer_t (*getFunction)(struct gralloc1_device* device,