/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUniformManager.h | 63 void set4f(UniformHandle, GrGLfloat, GrGLfloat, GrGLfloat, GrGLfloat) const;
|
GrGLUniformManager.cpp | 140 void GrGLUniformManager::set4f(UniformHandle u, function in class:GrGLUniformManager
|
/external/skia/src/gpu/gl/ |
GrGLUniformManager.h | 63 void set4f(UniformHandle, GrGLfloat, GrGLfloat, GrGLfloat, GrGLfloat) const;
|
GrGLUniformManager.cpp | 140 void GrGLUniformManager::set4f(UniformHandle u, function in class:GrGLUniformManager
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrRRectEffect.cpp | 374 uman.set4f(fInnerRectUniform, rect.fLeft, rect.fTop, rect.fRight, rect.fBottom); 619 uman.set4f(fInvRadiiSqdUniform, 1.f / (r0.fX * r0.fX), 628 uman.set4f(fInnerRectUniform, rect.fLeft, rect.fTop, rect.fRight, rect.fBottom); [all...] |
GrConvexPolyEffect.cpp | 161 uman.set4f(fRectUniform, rect.fLeft + 0.5f, rect.fTop + 0.5f,
|
GrOvalEffect.cpp | 363 uman.set4f(fEllipseUniform, ee.getCenter().fX, ee.getCenter().fY, invRXSqd, invRYSqd);
|
GrDashingEffect.cpp | 545 uman.set4f(fRectUniform, rect.fLeft + 0.5f, rect.fTop + 0.5f,
|
/external/skia/src/gpu/effects/ |
GrRRectEffect.cpp | 374 uman.set4f(fInnerRectUniform, rect.fLeft, rect.fTop, rect.fRight, rect.fBottom); 619 uman.set4f(fInvRadiiSqdUniform, 1.f / (r0.fX * r0.fX), 628 uman.set4f(fInnerRectUniform, rect.fLeft, rect.fTop, rect.fRight, rect.fBottom); [all...] |
GrConvexPolyEffect.cpp | 161 uman.set4f(fRectUniform, rect.fLeft + 0.5f, rect.fTop + 0.5f,
|
GrOvalEffect.cpp | 363 uman.set4f(fEllipseUniform, ee.getCenter().fX, ee.getCenter().fY, invRXSqd, invRYSqd);
|
GrDashingEffect.cpp | 545 uman.set4f(fRectUniform, rect.fLeft + 0.5f, rect.fTop + 0.5f,
|
/external/chromium_org/third_party/skia/src/effects/ |
SkArithmeticMode.cpp | 401 uman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4());
|
SkMatrixConvolutionImageFilter.cpp | 571 uman.set4f(fBoundsUni, left, 1.0f - bottom, right, 1.0f - top); 573 uman.set4f(fBoundsUni, left, top, right, bottom);
|
SkBlurMaskFilter.cpp | 691 uman.set4f(fProxyRectUniform, rect.fLeft, rect.fTop, rect.fRight, rect.fBottom); [all...] |
/external/skia/src/effects/ |
SkArithmeticMode.cpp | 401 uman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4());
|
SkMatrixConvolutionImageFilter.cpp | 571 uman.set4f(fBoundsUni, left, 1.0f - bottom, right, 1.0f - top); 573 uman.set4f(fBoundsUni, left, top, right, bottom);
|
SkBlurMaskFilter.cpp | 691 uman.set4f(fProxyRectUniform, rect.fLeft, rect.fTop, rect.fRight, rect.fBottom); [all...] |
/external/chromium_org/third_party/skia/src/effects/gradients/ |
SkGradientShader.cpp | [all...] |
SkTwoPointConicalGradient_gpu.cpp | [all...] |
/external/skia/src/effects/gradients/ |
SkGradientShader.cpp | [all...] |
SkTwoPointConicalGradient_gpu.cpp | [all...] |