Searched refs:gralloc1_device_t (Results 1 – 3 of 3) sorted by relevance
/external/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()
|
/external/swiftshader/src/Common/ |
D | GrallocAndroid.hpp | 38 gralloc1_device_t *m_gralloc1_device = nullptr;
|
/external/swiftshader/src/System/ |
D | GrallocAndroid.hpp | 38 gralloc1_device_t *m_gralloc1_device = nullptr;
|