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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ShaderChromium.h 63 int uvWidthScaleFactorLocation() const { return m_uvWidthScaleFactorLocation; }
68 int m_uvWidthScaleFactorLocation;
ShaderChromium.cpp 69 , m_uvWidthScaleFactorLocation(-1)
77 m_uvWidthScaleFactorLocation = context->getUniformLocation(program, "uv_widthScaleFactor");
78 return m_matrixLocation != -1 && m_yWidthScaleFactorLocation != -1 && m_uvWidthScaleFactorLocation != -1;

Completed in 18 milliseconds