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

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 667 bound_textures_[GL_TEXTURE_2D] = 0;
668 bound_textures_[GL_TEXTURE_EXTERNAL_OES] = 0;
669 bound_textures_[GL_TEXTURE_RECTANGLE_ARB] = 0;
678 DCHECK(bound_textures_.find(target) != bound_textures_.end());
679 bound_textures_[target] = id;
707 for (TargetTextureMap::iterator it = bound_textures_.begin();
708 it != bound_textures_.end();
717 DCHECK(bound_textures_.find(target) != bound_textures_.end())
    [all...]
test_web_graphics_context_3d.h 363 TargetTextureMap bound_textures_; member in struct:cc::TestWebGraphicsContext3D::TextureTargets

Completed in 92 milliseconds