Searched refs:gfxstreamcallbacks (Results 1 – 3 of 3) sorted by relevance
108 struct gfxstream_callbacks* gfxstreamcallbacks);286 struct gfxstream_callbacks* gfxstreamcallbacks) { in gfxstream_backend_init() argument289 if (gfxstreamcallbacks) { in gfxstream_backend_init()290 if (gfxstreamcallbacks->add_instant_event) { in gfxstream_backend_init()292 gfxstreamcallbacks->add_instant_event; in gfxstream_backend_init()294 if (gfxstreamcallbacks->add_instant_event_with_metric) { in gfxstream_backend_init()296 gfxstreamcallbacks->add_instant_event_with_metric; in gfxstream_backend_init()298 if (gfxstreamcallbacks->add_instant_event_with_descriptor) { in gfxstream_backend_init()300 gfxstreamcallbacks->add_instant_event_with_descriptor; in gfxstream_backend_init()302 if (gfxstreamcallbacks->set_annotation) { in gfxstream_backend_init()[all …]
33 struct gfxstream_callbacks gfxstreamcallbacks; member in GfxStreamBackendTest47 gfxstreamcallbacks({87 &callbacks, &gfxstreamcallbacks); in TEST_F()96 &gfxstreamcallbacks); in TEST_F()105 &callbacks, &gfxstreamcallbacks); in TEST_F()137 &callbacks, &gfxstreamcallbacks); in TEST_F()
28 struct gfxstream_callbacks* gfxstreamcallbacks);