Searched defs:coefficients (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DBicubicShader.cpp45 , m_coefficientsLocation(context->getUniformLocation(program, "coefficients"))
71 "uniform mat4 coefficients;\n"
76 " vec4 result = coefficients * ts;\n"
112 void BicubicShader::use(const AffineTransform& transform, const AffineTransform& texTransform, const float coefficients[16], const float imageIncrement[2], float alpha) argument
122 m_context->uniformMatrix4fv(m_coefficientsLocation, false /*transpose*/, const_cast<float *>(coefficients), 1 /*count*/);
H A DSharedGraphicsContext3D.cpp401 void SharedGraphicsContext3D::useBicubicProgram(const AffineTransform& transform, const AffineTransform& texTransform, const float coefficients[16], const float imageIncrement[2], float alpha) argument
403 m_bicubicShader->use(transform, texTransform, coefficients, imageIncrement, alpha);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 60 milliseconds