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

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLTexture.cpp204 bool WebGLTexture::isNPOT(GC3Dsizei width, GC3Dsizei height) function in class:WebCore::WebGLTexture
214 bool WebGLTexture::isNPOT() const function in class:WebCore::WebGLTexture
259 if (isNPOT())
296 if (isNPOT(m_info[ii][0].width, m_info[ii][0].height)) {

Completed in 35 milliseconds