HomeSort by relevance Sort by last modified time
    Searched refs:vertex_uniform_map (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
memory_program_cache_unittest.cc 111 VariableMap vertex_uniform_map; local
118 vertex_uniform_map["a"] = VariableInfo(0, 10, SH_PRECISION_MEDIUMP, 1, "a");
119 vertex_uniform_map["b"] = VariableInfo(2, 3114, SH_PRECISION_HIGHP, 1, "b");
132 &vertex_attrib_map, &vertex_uniform_map, &vertex_varying_map,
265 VariableMap vertex_uniform_map = vertex_shader_->uniform_map(); local
294 EXPECT_EQ(vertex_uniform_map, vertex_shader_->uniform_map());
320 VariableMap vertex_uniform_map = vertex_shader_->uniform_map(); local
352 EXPECT_EQ(vertex_uniform_map, vertex_shader_->uniform_map());
program_manager_unittest.cc 287 ShaderTranslator::VariableMap vertex_uniform_map; local
296 map = &vertex_uniform_map;
348 &vertex_attrib_map, &vertex_uniform_map, &vertex_varying_map, NULL);
1159 ShaderTranslator::VariableMap vertex_uniform_map; local
    [all...]

Completed in 43 milliseconds