Searched refs:canGenerateMipmaps (Results 1 – 3 of 3) sorted by relevance
158 if (!canGenerateMipmaps()) in generateMipmapLevelInfo()277 bool WebGLTexture::canGenerateMipmaps() in canGenerateMipmaps() function in WebCore::WebGLTexture
57 bool canGenerateMipmaps();
1980 if (!tex->canGenerateMipmaps()) { in generateMipmap()