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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.cpp165 GC3Dint levelCount = computeLevelCount(width, height);
293 GC3Dint WebGLTexture::computeLevelCount(GC3Dsizei width, GC3Dsizei height) function in class:WebCore::WebGLTexture
325 GC3Dint levelCount = computeLevelCount(first.width, first.height);

Completed in 59 milliseconds