HomeSort by relevance Sort by last modified time
    Searched full:vec2 (Results 301 - 325 of 332) sorted by null

<<11121314

  /external/freetype/src/truetype/
ttinterp.c 5172 FT_Vector* vec2 = CUR.zp1.org + K; local
5180 FT_Vector* vec2 = CUR.zp1.orus + K; local
6126 FT_Vector* vec2 = &CUR.zp0.org[CUR.GS.rp0]; local
6134 FT_Vector* vec2 = &CUR.zp0.orus[CUR.GS.rp0]; local
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 284 /// VECTOR_SHUFFLE(VEC1, VEC2) - Returns a vector, of the same type as
285 /// VEC1/VEC2. A VECTOR_SHUFFLE node also contains an array of constant int
290 /// in terms of the element size of VEC1/VEC2, not in terms of bytes.
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
basic4gl.php 204 'windowwidth','windowheight','waittimer','Vec4','Vec3','Vec2','val','UpdateJoystick','ucase$','Transpose','tickcount',
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 1202 let vec2 = build_insertelement t2 p1 p2 "Vec2" atentry in var
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
MediaSource.java 125 "varying vec2 v_texcoord;\n" +
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 249 builder->fFSCode.appendf("\t\tvec2 gF = vec2(2.0*%s.x*duvdx.x - duvdx.y,\n"
262 builder->fFSCode.appendf("\tvec2 gF = vec2(2.0*%s.x*duvdx.x - duvdx.y,\n"
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 493 const DependentSizedExtVectorType *Vec2
496 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
500 Vec2->getElementType()))
508 const VectorType *Vec2 = cast<VectorType>(T2);
511 Vec2->getElementType()))
513 if (Vec1->getNumElements() != Vec2->getNumElements())
515 if (Vec1->getVectorKind() != Vec2->getVectorKind())
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputHLSL.cpp     [all...]
glslang.y 98 %token <lex> BVEC2 BVEC3 BVEC4 IVEC2 IVEC3 IVEC4 VEC2 VEC3 VEC4
    [all...]
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 421 code->appendf("\t\t\t\tvec2 coord2 = coord + vec2(x, y) * %s;\n", imgInc);
SkLightingImageFilter.cpp     [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 745 code->appendf("\tvec2 coord = vec2(%s, %s);\n",
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 165 // a vec2. Similarly, an integer value cannot be assigned to a float value.
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 512 "varying vec2 texCoords;\n"
515 " vec2 vTexCoords = 0.5 * (vPosition.xy + vec2(1.0, 1.0));\n"
524 "varying vec2 texCoords;\n"
    [all...]
  /frameworks/rs/
rsFont.cpp 489 String8 shaderString("varying vec2 varTex0;\n");
  /external/clang/lib/Sema/
SemaExprMember.cpp 350 // vec4.b is a float, vec4.xy is a vec2, vec4.rgb is a vec3, etc.
352 // vec4.hi, vec4.lo, vec4.e, and vec4.o all return vec2.
    [all...]
SemaOverload.cpp     [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 24 #include "vec2.h"
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 77 "varying vec2 vTextureCoord;\n" +
    [all...]
ExtractDecodeEditEncodeMuxTest.java 88 "varying vec2 vTextureCoord;\n" +
    [all...]
  /external/clang/docs/
LanguageExtensions.rst     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 1299 milliseconds

<<11121314