Searched defs:gralloc1_device_t (Results 1 – 2 of 2) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Gralloc1.cpp | 53 static void gralloc1_getCapabilities(gralloc1_device_t*, uint32_t* outCount, int32_t*) { in gralloc1_getCapabilities() argument 57 static int32_t gralloc1_lock(gralloc1_device_t*, buffer_handle_t buffer, uint64_t producerUsage, in gralloc1_lock() argument 92 static int32_t gralloc1_unlock(gralloc1_device_t*, buffer_handle_t buffer, in gralloc1_unlock() argument 105 static gralloc1_function_pointer_t gralloc1_getFunction(gralloc1_device_t*, int32_t descriptor) { in gralloc1_getFunction() argument
|
/device/generic/opengl-transport/host/libs/virglrenderer/include/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
|