Searched refs:gralloc1_device_t (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/include/android_stub/hardware/ |
D | gralloc1.h | 305 } gralloc1_device_t; typedef 308 gralloc1_device_t** device) { in gralloc1_open() 313 static inline int gralloc1_close(gralloc1_device_t* device) { in gralloc1_close() 347 typedef void (*GRALLOC1_PFN_DUMP)(gralloc1_device_t* device, uint32_t* outSize, 370 gralloc1_device_t* device, gralloc1_buffer_descriptor_t* outDescriptor); 386 gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptor); 413 gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptor, 438 gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptor, 457 gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptor, 481 gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptor, [all …]
|
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/ |
D | gralloc1.h | 64 struct gralloc1_device_t { struct 66 void (*getCapabilities)(gralloc1_device_t*, uint32_t*, int32_t*); argument 67 gralloc1_function_pointer_t (*getFunction)(gralloc1_device_t*, int32_t); argument 70 typedef int32_t (*GRALLOC1_PFN_LOCK)(gralloc1_device_t*, buffer_handle_t, uint64_t, uint64_t, 72 typedef int32_t (*GRALLOC1_PFN_UNLOCK)(gralloc1_device_t*, buffer_handle_t, int32_t*); 74 static inline int gralloc1_open(const hw_module_t* module, gralloc1_device_t** device) { in gralloc1_open()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | GrallocAndroid.hpp | 48 gralloc1_device_t *m_gralloc1_device = nullptr;
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | GrallocAndroid.hpp | 48 gralloc1_device_t *m_gralloc1_device = nullptr;
|