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

  /external/chromium_org/gpu/command_buffer/client/
program_info_manager.cc 444 const Program::VertexAttrib* attrib_info = local
446 if (attrib_info) {
448 *size = attrib_info->size;
451 *type = attrib_info->type;
456 attrib_info->name.size()));
461 memcpy(name, attrib_info->name.c_str(), max_size);
  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager.cc 184 const Program::VertexAttrib* attrib_info = local
186 if (attrib_info) {
program_manager_unittest.cc 750 const Program::VertexAttrib* attrib_info = local
752 ASSERT_TRUE(attrib_info != NULL);
754 attrib_info->name);
756 EXPECT_EQ(it->first, attrib_info->name);
757 EXPECT_EQ(static_cast<GLenum>(it->second.type), attrib_info->type);
758 EXPECT_EQ(it->second.size, attrib_info->size);
759 EXPECT_EQ(it->second.name, attrib_info->name);
    [all...]
gles2_cmd_decoder.cc 6008 const Program::VertexAttrib* attrib_info = local
6058 const Program::VertexAttrib* attrib_info = local
8824 const Program::VertexAttrib* attrib_info = local
    [all...]

Completed in 152 milliseconds