Home
last modified time | relevance | path

Searched defs:numBlocksAcross (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp4857 int numBlocksAcross = (width + kBlockWidth - 1) / kBlockWidth; in validateCompressedTexFuncData() local
4869 int numBlocksAcross = (width + kBlockWidth - 1) / kBlockWidth; in validateCompressedTexFuncData() local