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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
BicubicShader.h 49 int m_coefficientsLocation;
BicubicShader.cpp 45 , m_coefficientsLocation(context->getUniformLocation(program, "coefficients"))
122 m_context->uniformMatrix4fv(m_coefficientsLocation, false /*transpose*/, const_cast<float *>(coefficients), 1 /*count*/);

Completed in 423 milliseconds