Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/canvas/
DWebGLTexture.h53 bool canGenerateMipmaps();
DWebGLTexture.cpp152 if (!canGenerateMipmaps()) in generateMipmapLevelInfo()
257 bool WebGLTexture::canGenerateMipmaps() in canGenerateMipmaps() function in WebCore::WebGLTexture
DWebGLRenderingContext.cpp1819 if (!tex->canGenerateMipmaps()) { in generateMipmap()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06100964 (WebCore::WebGLTexture::canGenerateMipmaps): Check whether Mipmaps can be generated.