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

  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac.h 112 gfx::Size texture_sizes_[NUM_CACHED_TEXTURES]; member in class:content::CompositingIOSurfaceTransformer
compositing_iosurface_transformer_mac.cc 118 texture_sizes_[i] = gfx::Size();
278 texture_sizes_[which] = gfx::Size();
282 if (texture_sizes_[which] != size) {
289 texture_sizes_[which] = size;

Completed in 2428 milliseconds