OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:output_if_debug
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c
800
output_if_debug
(const char *prefixString, const char *outputString,
function
896
output_if_debug
("Mesa", s, GL_TRUE);
922
output_if_debug
("Mesa warning", str, GL_TRUE);
1037
output_if_debug
("Mesa: User error", s2, GL_TRUE);
1068
output_if_debug
("Mesa", s, GL_FALSE);
/external/mesa3d/src/mesa/main/
errors.c
800
output_if_debug
(const char *prefixString, const char *outputString,
function
896
output_if_debug
("Mesa", s, GL_TRUE);
922
output_if_debug
("Mesa warning", str, GL_TRUE);
1037
output_if_debug
("Mesa: User error", s2, GL_TRUE);
1068
output_if_debug
("Mesa", s, GL_FALSE);
Completed in 199 milliseconds