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

  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.cpp 115 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) {
122 return reinterpret_cast<gralloc1_function_pointer_t>(Dump);
124 return reinterpret_cast<gralloc1_function_pointer_t>(CreateBufferDescriptor);
126 return reinterpret_cast<gralloc1_function_pointer_t>(DestroyBufferDescriptor);
128 return reinterpret_cast<gralloc1_function_pointer_t>(SetConsumerUsage);
130 return reinterpret_cast<gralloc1_function_pointer_t>(SetBufferDimensions);
132 return reinterpret_cast<gralloc1_function_pointer_t>(SetColorFormat);
134 return reinterpret_cast<gralloc1_function_pointer_t>(SetLayerCount);
136 return reinterpret_cast<gralloc1_function_pointer_t>(SetProducerUsage);
138 return reinterpret_cast<gralloc1_function_pointer_t>(GetBackingStore)
    [all...]
gr_device_impl.h 50 static gralloc1_function_pointer_t GetFunction(
  /hardware/qcom/display/msm8998/libgralloc1/
gr_device_impl.cpp 120 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) {
127 return reinterpret_cast<gralloc1_function_pointer_t>(Dump);
129 return reinterpret_cast<gralloc1_function_pointer_t>(CreateBufferDescriptor);
131 return reinterpret_cast<gralloc1_function_pointer_t>(DestroyBufferDescriptor);
133 return reinterpret_cast<gralloc1_function_pointer_t>(SetConsumerUsage);
135 return reinterpret_cast<gralloc1_function_pointer_t>(SetBufferDimensions);
137 return reinterpret_cast<gralloc1_function_pointer_t>(SetColorFormat);
139 return reinterpret_cast<gralloc1_function_pointer_t>(SetProducerUsage);
141 return reinterpret_cast<gralloc1_function_pointer_t>(GetBackingStore);
143 return reinterpret_cast<gralloc1_function_pointer_t>(GetConsumerUsage)
    [all...]
gr_device_impl.h 52 static gralloc1_function_pointer_t GetFunction(
  /hardware/libhardware/include/hardware/
gralloc1.h 257 typedef void (*gralloc1_function_pointer_t)(); typedef
300 gralloc1_function_pointer_t (*getFunction)(struct gralloc1_device* device,
    [all...]
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1On0Adapter.cpp 34 static gralloc1_function_pointer_t asFP(T function)
37 return reinterpret_cast<gralloc1_function_pointer_t>(function);
84 gralloc1_function_pointer_t Gralloc1On0Adapter::doGetFunction(
Gralloc1On0Adapter.h 68 gralloc1_function_pointer_t doGetFunction(
70 static gralloc1_function_pointer_t getFunctionHook(

Completed in 167 milliseconds