Home
last modified time | relevance | path

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

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