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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.cpp218 bool WebGLTexture::isNPOT(GC3Dsizei width, GC3Dsizei height) function in class:WebCore::WebGLTexture
228 bool WebGLTexture::isNPOT() const function in class:WebCore::WebGLTexture
279 if (isNPOT())
317 if (isNPOT(m_info[ii][0].width, m_info[ii][0].height)) {

Completed in 73 milliseconds