HomeSort by relevance Sort by last modified time
    Searched full:m_attrs (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebCore/html/canvas/
WebGLContextAttributes.cpp 52 , m_attrs(attributes)
62 return m_attrs.alpha;
67 m_attrs.alpha = alpha;
72 return m_attrs.depth;
77 m_attrs.depth = depth;
82 return m_attrs.stencil;
87 m_attrs.stencil = stencil;
92 return m_attrs.antialias;
97 m_attrs.antialias = antialias;
102 return m_attrs.premultipliedAlpha
    [all...]
WebGLContextAttributes.h 77 GraphicsContext3D::Attributes m_attrs; member in class:WebCore::WebGLContextAttributes