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

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 37 next_texture_id(1) {
610 GLuint texture_id = namespace_->next_texture_id++;
621 DCHECK_LT(texture_id, namespace_->next_texture_id);
test_web_graphics_context_3d.h 395 unsigned next_texture_id; member in struct:cc::TestWebGraphicsContext3D::Namespace
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 94 return namespace_->next_texture_id++;
    [all...]

Completed in 191 milliseconds