Home
last modified time | relevance | path

Searched refs:STREAM_RENDERER_PARAM_USER_DATA (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/
Dgfxstream_unittest.cpp48 streamRendererParams{{STREAM_RENDERER_PARAM_USER_DATA, in GfxStreamBackendTest()
55 minimumRequiredParams{{STREAM_RENDERER_PARAM_USER_DATA,
Dvirtio-gpu-gfxstream-renderer.cpp2475 std::unordered_set<uint64_t> required_params{STREAM_RENDERER_PARAM_USER_DATA, in stream_renderer_init()
2481 {STREAM_RENDERER_PARAM_USER_DATA, "USER_DATA"}, in stream_renderer_init()
2549 case STREAM_RENDERER_PARAM_USER_DATA: { in stream_renderer_init()
/hardware/google/gfxstream/host/include/gfxstream/
Dvirtio-gpu-gfxstream-renderer.h129 #define STREAM_RENDERER_PARAM_USER_DATA 1 macro