HomeSort by relevance Sort by last modified time
    Searched full:tvec4 (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/native/include/ui/
vec4.h 29 class tvec4 : public TVecProductOperators<tvec4, T>, class in namespace:android
30 public TVecAddOperators<tvec4, T>,
31 public TVecUnaryOperators<tvec4, T>,
32 public TVecComparisonOperators<tvec4, T>,
33 public TVecFunctions<tvec4, T>
68 explicit tvec4(no_init) { } function in class:android::tvec4
71 tvec4() : x(0), y(0), z(0), w(0) { } function in class:android::tvec4
73 // handles implicit conversion to a tvec4. must not be explicit.
75 tvec4(A v) : x(v), y(v), z(v), w(v) { function in class:android::tvec4
78 tvec4(A x, B y, C z, D w) : x(x), y(y), z(z), w(w) { } function in class:android::tvec4
81 tvec4(const tvec2<A>& v, B z, C w) : x(v.x), y(v.y), z(z), w(w) { } function in class:android::tvec4
84 tvec4(const tvec3<A>& v, B w) : x(v.x), y(v.y), z(v.z), w(w) { } function in class:android::tvec4
87 explicit tvec4(const tvec4<A>& v) : x(v.x), y(v.y), z(v.z), w(v.w) { } function in class:android::tvec4
90 tvec4(const Impersonator< tvec4<A> >& v) function in class:android::tvec4
97 tvec4(const Impersonator< tvec3<A> >& v, B w) function in class:android::tvec4
104 tvec4(const Impersonator< tvec2<A> >& v, B z, C w) function in class:android::tvec4
    [all...]
mat4.h 48 typedef tvec4<T> col_type;
49 typedef tvec4<T> row_type;
105 explicit tmat44(const tvec4<U>& rhs);
113 tmat44(const tvec4<A>& v0, const tvec4<B>& v1, const tvec4<C>& v2, const tvec4<D>& v3);
142 static tmat44 translate(const tvec4<A>& t);
145 static tmat44 scale(const tvec4<A>& s);
179 tmat44<T>::tmat44(const tvec4<U>& v)
    [all...]
vec2.h 68 // handles implicit conversion to a tvec4. must not be explicit.
vec3.h 69 // handles implicit conversion to a tvec4. must not be explicit.
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBicubicEffect.cpp 90 "\tvec4 ts = vec4(1.0, t, t * t, t * t * t);\n"
91 "\tvec4 c = coefficients * ts;\n"
102 fsBuilder->codeAppend("\tvec4 rowColors[4];\n");
111 fsBuilder->codeAppendf("\tvec4 s%d = %s(%s, f.x, rowColors[0], rowColors[1], rowColors[2], rowColors[3]);\n", y, cubicBlendName.c_str(), coeff);
GrDistanceFieldTextureEffect.cpp 72 fsBuilder->codeAppend("\tvec4 texColor = ");
123 fsBuilder->codeAppend("\tvec4 gammaColor = ");
317 fsBuilder->codeAppend("\tvec4 texColor = ");
371 fsBuilder->codeAppend("\tvec4 val = vec4(smoothstep(vec3(-afwidth), vec3(afwidth), distance), 1.0);\n");
381 fsBuilder->codeAppend("\tvec4 gammaColor = ");
GrTextureDomain.cpp 96 builder->codeAppend("\tvec4 outside = vec4(0.0, 0.0, 0.0, 0.0);\n");
97 builder->codeAppend("\tvec4 inside = ");
  /external/skia/src/gpu/effects/
GrBicubicEffect.cpp 79 "\tvec4 ts = vec4(1.0, t, t * t, t * t * t);\n"
80 "\tvec4 c = coefficients * ts;\n"
91 builder->fsCodeAppend("\tvec4 rowColors[4];\n");
100 builder->fsCodeAppendf("\tvec4 s%d = %s(%s, f.x, rowColors[0], rowColors[1], rowColors[2], rowColors[3]);\n", y, cubicBlendName.c_str(), coeff);
GrDistanceFieldTextureEffect.cpp 66 builder->fsCodeAppend("\tvec4 texColor = ");
117 builder->fsCodeAppend("\tvec4 gammaColor = ");
297 builder->fsCodeAppend("\tvec4 texColor = ");
351 builder->fsCodeAppend("\tvec4 val = vec4(smoothstep(vec3(-afwidth), vec3(afwidth), distance), 1.0);\n");
361 builder->fsCodeAppend("\tvec4 gammaColor = ");
GrTextureDomain.cpp 90 builder->fsCodeAppend("\tvec4 outside = vec4(0.0, 0.0, 0.0, 0.0);\n");
91 builder->fsCodeAppend("\tvec4 inside = ");
  /frameworks/native/libs/ui/tests/
vec_test.cpp 79 tvec4<double> vd(2);
190 tvec4<double> dv(1,2,3,4);
230 tvec4<double> vd(2);
  /external/skia/src/effects/
SkArithmeticMode.cpp 362 builder->fsCodeAppend("\t\tvec4 bgColor = ");
379 builder->fsCodeAppendf("\t\tvec4 src = %s;\n", inputColor);
385 builder->fsCodeAppendf("\t\tvec4 dst = %s;\n", dstColor);
SkAlphaThresholdFilter.cpp 157 builder->fsCodeAppend("\t\tvec4 input_color = ");
160 builder->fsCodeAppend("\t\tvec4 mask_color = ");
SkTableColorFilter.cpp 305 builder->fsCodeAppendf("\t\tvec4 coord = vec4(%f, %f, %f, %f);\n",
310 builder->fsCodeAppendf("\t\tvec4 coord = vec4(%s.rgb / nonZeroAlpha, nonZeroAlpha);\n", inputColor);
SkMatrixConvolutionImageFilter.cpp 499 builder->fsCodeAppend("\t\tvec4 sum = vec4(0, 0, 0, 0);\n");
505 builder->fsCodeAppend("\t\t\t\tvec4 c = ");
519 builder->fsCodeAppend("\t\tvec4 c = ");
SkPerlinNoiseShader.cpp 716 noiseCode.appendf("\tvec4 %s;\n", floorVal);
773 noiseCode.appendf("\n\tvec4 %s = fract(%s.xyxy + %s.yyww);", bcoords, latticeIdx, floorVal);
780 noiseCode.appendf("\n\tvec4 %s = ", lattice);
    [all...]
  /external/chromium_org/third_party/skia/tests/
GrGLSLPrettyPrintTest.cpp 27 " 2\tvec4 some stuff;\n"
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 197 fFS.codeAppendf("\tvec4 %s = %s;\n", inColorName.c_str(), inColor->c_str());
204 fFS.codeAppendf("\tvec4 %s;\n", outColorName.c_str());
GrGLFragmentShaderBuilder.cpp 192 this->codePrependf("\tvec4 %s = vec4(gl_FragCoord.x, %s - gl_FragCoord.y, 1.0, "
  /external/chromium_org/third_party/skia/src/effects/
SkArithmeticMode.cpp 375 fsBuilder->codeAppend("\t\tvec4 bgColor = ");
392 fsBuilder->codeAppendf("\t\tvec4 src = %s;\n", inputColor);
398 fsBuilder->codeAppendf("\t\tvec4 dst = %s;\n", dstColor);
SkAlphaThresholdFilter.cpp 166 fsBuilder->codeAppend("\t\tvec4 input_color = ");
169 fsBuilder->codeAppend("\t\tvec4 mask_color = ");
SkTableColorFilter.cpp 354 fsBuilder->codeAppendf("\t\tvec4 coord = vec4(%f, %f, %f, %f);\n",
359 fsBuilder->codeAppendf("\t\tvec4 coord = vec4(%s.rgb / nonZeroAlpha, nonZeroAlpha);\n", inputColor);
SkPerlinNoiseShader.cpp 729 noiseCode.appendf("\tvec4 %s;\n", floorVal);
    [all...]
SkMagnifierImageFilter.cpp 165 fsBuilder->codeAppend("\t\tvec4 output_color = ");
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 145 this->fsCodeAppendf("\tvec4 %s = ", kDstCopyColorName);
620 this->fsCodeAppendf("\tvec4 %s = %s;\n", inColorName.c_str(), inColor.c_str());
627 this->fsCodeAppendf("\tvec4 %s;\n", outColorName.c_str());
    [all...]

Completed in 563 milliseconds

1 2