isNPOT           1359 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (level && WebGLTexture::isNPOT(width, height)) {
isNPOT           1422 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!isGLES2NPOTStrict() && level && WebGLTexture::isNPOT(width, height)) {
isNPOT           3273 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT(!level || !WebGLTexture::isNPOT(width, height));
isNPOT           3319 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (level && WebGLTexture::isNPOT(width, height)) {
isNPOT            279 Source/core/html/canvas/WebGLTexture.cpp     if (isNPOT())
isNPOT            317 Source/core/html/canvas/WebGLTexture.cpp         if (isNPOT(m_info[ii][0].width, m_info[ii][0].height)) {
isNPOT             68 Source/core/html/canvas/WebGLTexture.h     static bool isNPOT(GLsizei, GLsizei);
isNPOT             70 Source/core/html/canvas/WebGLTexture.h     bool isNPOT() const;