Searched defs:texture_state_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager.h823 DecoderTextureState* texture_state_; member in class:gpu::gles2::ScopedTextureUploadTimer
H A Dgles2_cmd_decoder.cc1786 DecoderTextureState texture_state_; member in class:gpu::gles2::GLES2DecoderImpl
2272 texture_state_(group_->feature_info()
3322 return texture_state_.texture_upload_count +
3327 return texture_state_.total_texture_upload_time +
8240 texture_state_.tex_image_2d_failed = true;
8272 &texture_state_, &state_, &framebuffer_state_, args);
8686 ScopedTextureUploadTimer timer(&texture_state_);
8692 if (!texture_state_.texsubimage2d_faster_than_teximage2d &&
8694 ScopedTextureUploadTimer timer(&texture_state_);
8703 ScopedTextureUploadTimer timer(&texture_state_);
[all...]

Completed in 483 milliseconds