Searched refs:static_use (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator.h35 static_use(0) {
43 static_use(_static_use),
57 int static_use; member in struct:gpu::gles2::ShaderTranslatorInterface::VariableInfo
H A Dshader_manager_unittest.cc186 EXPECT_EQ(it->second.static_use, variable_info->static_use);
199 EXPECT_EQ(it->second.static_use, variable_info->static_use);
212 EXPECT_EQ(it->second.static_use, variable_info->static_use);
H A Dshader_translator.cc68 int static_use = 0; local
71 &len, &size, &type, &precision, &static_use,
82 type, size, precision, static_use, name_string);
H A Dmemory_program_cache.cc70 info->set_static_use(iter->second.static_use);
79 proto.static_use(), proto.name());
H A Dprogram_manager.cc1063 if (iter->second.static_use) {
1119 if (!iter->second.static_use && option == kCountOnlyStaticallyUsed)
1125 (!vertex_iter->second.static_use &&
H A Dprogram_manager_unittest.cc212 int static_use; member in struct:gpu::gles2::ProgramManagerWithShaderTest::__anon8437
308 vertex_variables[ii].static_use,
334 fragment_variables[ii].static_use,
1117 EXPECT_EQ(it->second.static_use, variable_info->static_use);

Completed in 135 milliseconds