Home
last modified time | relevance | path

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

/aosp_15_r20/external/virglrenderer/tests/
H A Dtest_virgl_strbuf.c193 ret = strbuf_alloc_fixed(&sb, buf, 1024); in START_TEST()
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_strbuf.h88 static inline bool strbuf_alloc_fixed(struct vrend_strbuf *sb, char *buf, int size) in strbuf_alloc_fixed() function
H A Dvrend_shader.c6805 strbuf_alloc_fixed(&buf, buffer, sizeof(buffer)); in emit_ios_generic_outputs()