/external/chromium_org/gpu/command_buffer/service/ |
disk_cache_proto.proto | 9 optional int32 static_use = 6;
|
shader_translator.h | 35 static_use(0) { 43 static_use(_static_use), 57 int static_use; member in struct:gpu::gles2::ShaderTranslatorInterface::VariableInfo
|
shader_manager_unittest.cc | 185 EXPECT_EQ(it->second.static_use, variable_info->static_use); 196 EXPECT_EQ(it->second.static_use, variable_info->static_use);
|
shader_translator.cc | 69 int static_use = 0; local 72 &len, &size, &type, &precision, &static_use, 83 type, size, precision, static_use, name_string);
|
memory_program_cache.cc | 70 info->set_static_use(iter->second.static_use); 79 proto.static_use(), proto.name());
|
program_manager_unittest.cc | 212 int static_use; member in struct:gpu::gles2::ProgramManagerWithShaderTest::__anon12543 309 vertex_variables[ii].static_use, 345 fragment_variables[ii].static_use, [all...] |
program_manager.cc | [all...] |