Searched refs:Namespaces (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddebug_output.c64 struct gl_debug_namespace Namespaces[MESA_DEBUG_SOURCE_COUNT][MESA_DEBUG_TYPE_COUNT]; member in struct:gl_debug_group
424 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]);
460 if (!debug_namespace_copy(&dst->Namespaces[s][t],
461 &src->Namespaces[s][t])) {
464 debug_namespace_clear(&dst->Namespaces[s][t]);
467 debug_namespace_clear(&dst->Namespaces[s][t]);
494 debug_namespace_clear(&grp->Namespaces[s][t]);
555 ns = &debug->Groups[gstack]->Namespaces[source][type];
600 &debug->Groups[gstack]->Namespaces[s][t];
618 struct gl_debug_namespace *nspace = &grp->Namespaces[sourc
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddebug_output.c64 struct gl_debug_namespace Namespaces[MESA_DEBUG_SOURCE_COUNT][MESA_DEBUG_TYPE_COUNT]; member in struct:gl_debug_group
409 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]);
445 if (!debug_namespace_copy(&dst->Namespaces[s][t],
446 &src->Namespaces[s][t])) {
449 debug_namespace_clear(&dst->Namespaces[s][t]);
452 debug_namespace_clear(&dst->Namespaces[s][t]);
479 debug_namespace_clear(&grp->Namespaces[s][t]);
540 ns = &debug->Groups[gstack]->Namespaces[source][type];
585 &debug->Groups[gstack]->Namespaces[s][t];
603 struct gl_debug_namespace *nspace = &grp->Namespaces[sourc
[all...]

Completed in 6 milliseconds