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

  /external/webkit/Source/WebCore/html/canvas/
WebGLTexture.h 118 GC3Denum m_wrapS;
WebGLTexture.cpp 47 , m_wrapS(GraphicsContext3D::REPEAT)
108 m_wrapS = param;
335 || m_wrapS != GraphicsContext3D::CLAMP_TO_EDGE || m_wrapT != GraphicsContext3D::CLAMP_TO_EDGE))

Completed in 592 milliseconds