Home
last modified time | relevance | path

Searched refs:canGenerateMipmaps (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLTexture.cpp158 if (!canGenerateMipmaps()) in generateMipmapLevelInfo()
277 bool WebGLTexture::canGenerateMipmaps() in canGenerateMipmaps() function in WebCore::WebGLTexture
DWebGLTexture.h57 bool canGenerateMipmaps();
DWebGLRenderingContextBase.cpp1980 if (!tex->canGenerateMipmaps()) { in generateMipmap()