Home
last modified time | relevance | path

Searched refs:m_wrapS (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLTexture.cpp47 , m_wrapS(GraphicsContext3D::REPEAT) in WebGLTexture()
108 m_wrapS = param; in setParameteri()
335 … || m_wrapS != GraphicsContext3D::CLAMP_TO_EDGE || m_wrapT != GraphicsContext3D::CLAMP_TO_EDGE)) in update()
DWebGLTexture.h118 GC3Denum m_wrapS; variable