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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
TextureManager.cpp 35 static size_t memoryUseBytes(IntSize size, unsigned textureFormat)
117 m_memoryUseBytes += memoryUseBytes(info.size, info.format);
126 m_memoryUseBytes -= memoryUseBytes(info.size, info.format);
144 size_t memoryRequiredBytes = memoryUseBytes(size, format);
  /external/webkit/Source/WebCore/
ChangeLog-2010-12-06     [all...]

Completed in 45 milliseconds