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

  /external/chromium_org/gpu/command_buffer/service/
memory_program_cache_unittest.cc 110 VariableMap vertex_attrib_map; local
117 vertex_attrib_map["a"] = VariableInfo(1, 34, SH_PRECISION_LOWP, 0, "a");
132 &vertex_attrib_map, &vertex_uniform_map, &vertex_varying_map,
264 VariableMap vertex_attrib_map = vertex_shader_->attrib_map(); local
293 EXPECT_EQ(vertex_attrib_map, vertex_shader_->attrib_map());
319 VariableMap vertex_attrib_map = vertex_shader_->attrib_map(); local
351 EXPECT_EQ(vertex_attrib_map, vertex_shader_->attrib_map());
program_manager_unittest.cc 286 ShaderTranslator::VariableMap vertex_attrib_map; local
293 map = &vertex_attrib_map;
348 &vertex_attrib_map, &vertex_uniform_map, &vertex_varying_map, NULL);
    [all...]

Completed in 32 milliseconds