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

  /external/chromium_org/gpu/command_buffer/service/
program_manager.cc 206 GLint location = uniform_info.element_locations[0];
422 DLOG(INFO) << ii << ": loc = " << info.element_locations[0]
659 *real_location = uniform_info.element_locations[element_index];
768 info.element_locations.resize(size);
769 info.element_locations[0] = location;
790 info.element_locations[ii] =
989 num_locations += info.element_locations.size();
    [all...]
program_manager.h 58 std::vector<GLint> element_locations; member in struct:gpu::gles2::Program::UniformInfo
program_manager_unittest.cc 413 EXPECT_EQ(kUniform1RealLocation, info->element_locations[0]);
419 EXPECT_EQ(kUniform2RealLocation, info->element_locations[0]);
427 EXPECT_EQ(kUniform3RealLocation, info->element_locations[0]);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
program_info_manager.cc 154 std::vector<GLint> element_locations; member in struct:gpu::gles2::CachedProgramInfoManager::Program::UniformInfo
268 return info.element_locations[0];
275 return info.element_locations[index];
365 info.element_locations.push_back(locations[jj]);

Completed in 592 milliseconds