OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_log_info
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
program_manager.cc
202
set_log_info
(NULL);
211
set_log_info
(ProcessLogInfo(log).c_str());
529
set_log_info
("missing shaders");
533
set_log_info
("glBindAttribLocation() conflicts");
537
set_log_info
("Uniforms with the same name but different type/precision");
541
set_log_info
("Varyings with the same name but different type, "
547
set_log_info
("Name conflicts between an uniform and an attribute");
551
set_log_info
("Varyings over maximum register limit");
629
set_log_info
("program not linked");
[
all
...]
program_manager.h
220
void
set_log_info
(const char* str) {
function in class:gpu::gles2::Program
Completed in 56 milliseconds