Searched refs:texture_upload_count (Results 1 – 11 of 11) sorted by relevance
61 shared_state_->texture_upload_count++; in AsyncTexImage2D()83 shared_state_->texture_upload_count++; in AsyncTexSubImage2D()98 : texture_upload_count(0) {} in SharedState()117 return shared_state_.texture_upload_count; in GetTextureUploadCount()
192 shared_state_->texture_upload_count++; in PerformAsyncTexImage2D()247 shared_state_->texture_upload_count++; in PerformAsyncTexSubImage2D()261 : texture_upload_count(0) {} in SharedState()306 return shared_state_.texture_upload_count; in GetTextureUploadCount()
32 int texture_upload_count; member
45 int texture_upload_count; member
456 texture_upload_count(0), in DecoderTextureState()465 int texture_upload_count; member
1527 texture_state_->texture_upload_count++; in ~ScopedTextureUploadTimer()
3216 return texture_state_.texture_upload_count + in GetTextureUploadCount()
11 texture_upload_count(0), in GpuRenderingStats()23 enumerator->AddInt("textureUploadCount", texture_upload_count); in EnumerateFields()
20 int texture_upload_count; member
944 int texture_upload_count = in OnCollectRenderingStatsForSurface() local951 stats->global_texture_upload_count += texture_upload_count; in OnCollectRenderingStatsForSurface()956 stats->texture_upload_count += texture_upload_count; in OnCollectRenderingStatsForSurface()
231 IPC_STRUCT_TRAITS_MEMBER(texture_upload_count)