Home
last modified time | relevance | path

Searched refs:NEAREST_MIPMAP_LINEAR (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLTexture.cpp45 , m_minFilter(GraphicsContext3D::NEAREST_MIPMAP_LINEAR) in WebGLTexture()
89 case GraphicsContext3D::NEAREST_MIPMAP_LINEAR: in setParameteri()
DWebGLRenderingContext.idl299 const unsigned int NEAREST_MIPMAP_LINEAR = 0x2702;
DWebGLRenderingContext.cpp1827 if (tex->getMinFilter() != GraphicsContext3D::NEAREST_MIPMAP_LINEAR) { in generateMipmap()
1828 …arameteri(target, GraphicsContext3D::TEXTURE_MIN_FILTER, GraphicsContext3D::NEAREST_MIPMAP_LINEAR); in generateMipmap()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h289 NEAREST_MIPMAP_LINEAR = 0x2702, enumerator
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0623928 …LRenderingContext::generateMipmap): Make sure minFilter is set to NEAREST_MIPMAP_LINEAR before gen…