HomeSort by relevance Sort by last modified time
    Searched refs:NEAREST_MIPMAP_NEAREST (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.cpp 93 case GraphicsContext3D::NEAREST_MIPMAP_NEAREST:
242 if (m_magFilter != GraphicsContext3D::NEAREST || (m_minFilter != GraphicsContext3D::NEAREST && m_minFilter != GraphicsContext3D::NEAREST_MIPMAP_NEAREST))
WebGLRenderingContext.idl 305 const GLenum NEAREST_MIPMAP_NEAREST = 0x2700;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 256 NEAREST_MIPMAP_NEAREST = 0x2700,
    [all...]

Completed in 402 milliseconds