Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_debug.c136 int vrend_get_debug_flags(const char *flagstring) in vrend_get_debug_flags() argument
146 setenv(buf, flagstring, 1); in vrend_get_debug_flags()
Dvrend_debug.h64 int vrend_get_debug_flags(const char *flagstring);
Dvrend_decode.c1329 char *flagstring; in vrend_decode_set_debug_mask() local
1336 flagstring = malloc(slen+1); in vrend_decode_set_debug_mask()
1338 if (!flagstring) { in vrend_decode_set_debug_mask()
1342 memcpy(flagstring, flag_buf, slen); in vrend_decode_set_debug_mask()
1343 flagstring[slen] = 0; in vrend_decode_set_debug_mask()
1344 vrend_context_set_debug_flags(ctx, flagstring); in vrend_decode_set_debug_mask()
1346 free(flagstring); in vrend_decode_set_debug_mask()
Dvrend_renderer.c10633 void vrend_context_set_debug_flags(struct vrend_context *ctx, const char *flagstring) in vrend_context_set_debug_flags() argument
10636 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()