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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.cpp171 GLint levelCount = computeLevelCount(width, height);
299 GLint WebGLTexture::computeLevelCount(GLsizei width, GLsizei height) function in class:blink::WebGLTexture
331 GLint levelCount = computeLevelCount(first.width, first.height);

Completed in 300 milliseconds