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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.h 123 GC3Denum m_wrapS;
WebGLTexture.cpp 44 , m_wrapS(GraphicsContext3D::REPEAT)
114 m_wrapS = param;
362 || m_wrapS != GraphicsContext3D::CLAMP_TO_EDGE || m_wrapT != GraphicsContext3D::CLAMP_TO_EDGE))

Completed in 26 milliseconds