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

  /hardware/qcom/display/msm8909/gralloc/
gr_device_impl.cpp 116 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) {
123 return reinterpret_cast<gralloc1_function_pointer_t>(Dump);
125 return reinterpret_cast<gralloc1_function_pointer_t>(CreateBufferDescriptor);
127 return reinterpret_cast<gralloc1_function_pointer_t>(DestroyBufferDescriptor);
129 return reinterpret_cast<gralloc1_function_pointer_t>(SetConsumerUsage);
131 return reinterpret_cast<gralloc1_function_pointer_t>(SetBufferDimensions);
133 return reinterpret_cast<gralloc1_function_pointer_t>(SetColorFormat);
135 return reinterpret_cast<gralloc1_function_pointer_t>(SetLayerCount);
137 return reinterpret_cast<gralloc1_function_pointer_t>(SetProducerUsage);
139 return reinterpret_cast<gralloc1_function_pointer_t>(GetBackingStore)
    [all...]
gr_device_impl.h 50 static gralloc1_function_pointer_t GetFunction(
  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.cpp 116 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) {
123 return reinterpret_cast<gralloc1_function_pointer_t>(Dump);
125 return reinterpret_cast<gralloc1_function_pointer_t>(CreateBufferDescriptor);
127 return reinterpret_cast<gralloc1_function_pointer_t>(DestroyBufferDescriptor);
129 return reinterpret_cast<gralloc1_function_pointer_t>(SetConsumerUsage);
131 return reinterpret_cast<gralloc1_function_pointer_t>(SetBufferDimensions);
133 return reinterpret_cast<gralloc1_function_pointer_t>(SetColorFormat);
135 return reinterpret_cast<gralloc1_function_pointer_t>(SetLayerCount);
137 return reinterpret_cast<gralloc1_function_pointer_t>(SetProducerUsage);
139 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 122 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) {
129 return reinterpret_cast<gralloc1_function_pointer_t>(Dump);
131 return reinterpret_cast<gralloc1_function_pointer_t>(CreateBufferDescriptor);
133 return reinterpret_cast<gralloc1_function_pointer_t>(DestroyBufferDescriptor);
135 return reinterpret_cast<gralloc1_function_pointer_t>(SetConsumerUsage);
137 return reinterpret_cast<gralloc1_function_pointer_t>(SetBufferDimensions);
139 return reinterpret_cast<gralloc1_function_pointer_t>(SetColorFormat);
141 return reinterpret_cast<gralloc1_function_pointer_t>(SetLayerCount);
143 return reinterpret_cast<gralloc1_function_pointer_t>(SetProducerUsage);
145 return reinterpret_cast<gralloc1_function_pointer_t>(GetBackingStore)
    [all...]
gr_device_impl.h 50 static gralloc1_function_pointer_t GetFunction(
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_device_impl.cpp 116 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) {
123 return reinterpret_cast<gralloc1_function_pointer_t>(Dump);
125 return reinterpret_cast<gralloc1_function_pointer_t>(CreateBufferDescriptor);
127 return reinterpret_cast<gralloc1_function_pointer_t>(DestroyBufferDescriptor);
129 return reinterpret_cast<gralloc1_function_pointer_t>(SetConsumerUsage);
131 return reinterpret_cast<gralloc1_function_pointer_t>(SetBufferDimensions);
133 return reinterpret_cast<gralloc1_function_pointer_t>(SetColorFormat);
135 return reinterpret_cast<gralloc1_function_pointer_t>(SetLayerCount);
137 return reinterpret_cast<gralloc1_function_pointer_t>(SetProducerUsage);
139 return reinterpret_cast<gralloc1_function_pointer_t>(GetBackingStore)
    [all...]
gr_device_impl.h 50 static gralloc1_function_pointer_t GetFunction(
  /hardware/libhardware/include/hardware/
gralloc1.h 260 typedef void (*gralloc1_function_pointer_t)(); typedef
303 gralloc1_function_pointer_t (*getFunction)(struct gralloc1_device* device,
    [all...]
  /hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
Gralloc1On0Adapter.cpp 35 static gralloc1_function_pointer_t asFP(T function)
38 return reinterpret_cast<gralloc1_function_pointer_t>(function);
85 gralloc1_function_pointer_t Gralloc1On0Adapter::doGetFunction(
Gralloc1On0Adapter.h 68 gralloc1_function_pointer_t doGetFunction(
70 static gralloc1_function_pointer_t getFunctionHook(

Completed in 149 milliseconds