Home
last modified time | relevance | path

Searched refs:flagstring (Results 1 – 5 of 5) sorted by relevance

/external/virglrenderer/src/
Dvrend_debug.c140 int vrend_get_debug_flags(const char *flagstring) in vrend_get_debug_flags() argument
150 setenv(buf, flagstring, 1); in vrend_get_debug_flags()
Dvrend_debug.h66 int vrend_get_debug_flags(const char *flagstring);
Dvrend_decode.c1346 char *flagstring; in vrend_decode_set_debug_mask() local
1353 flagstring = malloc(slen+1); in vrend_decode_set_debug_mask()
1355 if (!flagstring) { in vrend_decode_set_debug_mask()
1359 memcpy(flagstring, flag_buf, slen); in vrend_decode_set_debug_mask()
1360 flagstring[slen] = 0; in vrend_decode_set_debug_mask()
1361 vrend_context_set_debug_flags(ctx, flagstring); in vrend_decode_set_debug_mask()
1363 free(flagstring); in vrend_decode_set_debug_mask()
Dvrend_renderer.c10961 void vrend_context_set_debug_flags(struct vrend_context *ctx, const char *flagstring) in vrend_context_set_debug_flags() argument
10964 ctx->debug_flags |= vrend_get_debug_flags(flagstring); in vrend_context_set_debug_flags()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c1380 const char *flagstring) in virgl_encode_host_debug_flagstring() argument
1382 unsigned long slen = strlen(flagstring) + 1; in virgl_encode_host_debug_flagstring()
1398 virgl_encoder_write_block(ctx->cbuf, (const uint8_t *)flagstring, string_length); in virgl_encode_host_debug_flagstring()