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

  /external/webkit/Source/WebCore/html/canvas/
WebGLTexture.h 71 static GC3Dint computeLevelCount(GC3Dsizei width, GC3Dsizei height);
WebGLTexture.cpp 159 GC3Dint levelCount = computeLevelCount(width, height);
272 GC3Dint WebGLTexture::computeLevelCount(GC3Dsizei width, GC3Dsizei height)
303 GC3Dint levelCount = computeLevelCount(first.width, first.height);
WebGLRenderingContext.cpp 434 m_maxTextureLevel = WebGLTexture::computeLevelCount(m_maxTextureSize, m_maxTextureSize);
437 m_maxCubeMapTextureLevel = WebGLTexture::computeLevelCount(m_maxCubeMapTextureSize, m_maxCubeMapTextureSize);
    [all...]

Completed in 154 milliseconds