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 673 bound_textures_[GL_TEXTURE_2D] = 0;
674 bound_textures_[GL_TEXTURE_EXTERNAL_OES] = 0;
675 bound_textures_[GL_TEXTURE_RECTANGLE_ARB] = 0;
684 DCHECK(bound_textures_.find(target) != bound_textures_.end());
685 bound_textures_[target] = id;
713 for (TargetTextureMap::iterator it = bound_textures_.begin();
714 it != bound_textures_.end();
723 DCHECK(bound_textures_.find(target) != bound_textures_.end())
    [all...]
test_web_graphics_context_3d.h 387 TargetTextureMap bound_textures_; member in struct:cc::TestWebGraphicsContext3D::TextureTargets

Completed in 142 milliseconds