Searched refs:texture_state_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager.cc1541 : texture_state_(texture_state),
1546 texture_state_->texture_upload_count++;
1547 texture_state_->total_texture_upload_time +=
H A Dtexture_manager.h823 DecoderTextureState* texture_state_; member in class:gpu::gles2::ScopedTextureUploadTimer
H A Dgles2_cmd_decoder.cc1815 DecoderTextureState texture_state_; member in class:gpu::gles2::GLES2DecoderImpl
2331 texture_state_(group_->feature_info()
3398 return texture_state_.texture_upload_count +
3403 return texture_state_.total_texture_upload_time +
8542 texture_state_.tex_image_2d_failed = true;
8574 &texture_state_, &state_, &framebuffer_state_, args);
9012 ScopedTextureUploadTimer timer(&texture_state_);
9018 if (!texture_state_.texsubimage2d_faster_than_teximage2d &&
9020 ScopedTextureUploadTimer timer(&texture_state_);
9029 ScopedTextureUploadTimer timer(&texture_state_);
[all...]

Completed in 299 milliseconds