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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLSL_impl.h 80 inline GrGLSLExpr1 GrGLSLExpr1::VectorCast(const GrGLSLExpr1& expr) {
84 inline const char* GrGLSLExpr1::ZerosStr() {
88 inline const char* GrGLSLExpr1::OnesStr() {
92 // GrGLSLExpr1::CastStr() is unimplemented because using them is likely an
95 inline const char* GrGLSLExpr1::CastIntStr() {
99 inline GrGLSLExpr1 operator*(const GrGLSLExpr1& in0, const GrGLSLExpr1& in1)
    [all...]
GrGLSL.h 214 class GrGLSLExpr1;
218 class GrGLSLExpr1 : public GrGLSLExpr<GrGLSLExpr1> {
220 GrGLSLExpr1()
223 explicit GrGLSLExpr1(int v)
226 GrGLSLExpr1(const char* expr)
229 GrGLSLExpr1(const SkString& expr)
233 static GrGLSLExpr1 VectorCast(const GrGLSLExpr1& expr);
236 GrGLSLExpr1(const char format[], const char in0[]
    [all...]
GrGLProgram.cpp 141 coeff = GrGLSLExpr4::VectorCast(GrGLSLExpr1(1) - inColor.a());
  /external/skia/src/gpu/gl/
GrGLSL_impl.h 80 inline GrGLSLExpr1 GrGLSLExpr1::VectorCast(const GrGLSLExpr1& expr) {
84 inline const char* GrGLSLExpr1::ZerosStr() {
88 inline const char* GrGLSLExpr1::OnesStr() {
92 // GrGLSLExpr1::CastStr() is unimplemented because using them is likely an
95 inline const char* GrGLSLExpr1::CastIntStr() {
99 inline GrGLSLExpr1 operator*(const GrGLSLExpr1& in0, const GrGLSLExpr1& in1)
    [all...]
GrGLSL.h 214 class GrGLSLExpr1;
218 class GrGLSLExpr1 : public GrGLSLExpr<GrGLSLExpr1> {
220 GrGLSLExpr1()
223 explicit GrGLSLExpr1(int v)
226 GrGLSLExpr1(const char* expr)
229 GrGLSLExpr1(const SkString& expr)
233 static GrGLSLExpr1 VectorCast(const GrGLSLExpr1& expr);
236 GrGLSLExpr1(const char format[], const char in0[]
    [all...]
GrGLProgram.cpp 141 coeff = GrGLSLExpr4::VectorCast(GrGLSLExpr1(1) - inColor.a());
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDistanceFieldTextureEffect.cpp 56 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("val")).c_str());
GrBezierEffect.cpp 114 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
242 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
386 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
  /external/skia/src/gpu/effects/
GrDistanceFieldTextureEffect.cpp 56 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("val")).c_str());
GrBezierEffect.cpp 114 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
242 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
386 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 118 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
250 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
408 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
    [all...]
GrAARectRenderer.cpp 87 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("coverage")).c_str());
220 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("coverage")).c_str());
    [all...]
GrAAConvexPathRenderer.cpp 567 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
  /external/skia/src/gpu/
GrOvalRenderer.cpp 118 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
250 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
408 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());
    [all...]
GrAARectRenderer.cpp 87 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("coverage")).c_str());
220 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("coverage")).c_str());
    [all...]
GrAAConvexPathRenderer.cpp 567 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("edgeAlpha")).c_str());

Completed in 193 milliseconds