HomeSort by relevance Sort by last modified time
    Searched refs:transforms (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexturePropertyAccessor.java 17 package com.android.ide.eclipse.gltrace.state.transforms;
TextureUnitPropertyAccessor.java 17 package com.android.ide.eclipse.gltrace.state.transforms;
GLPropertyAccessor.java 17 package com.android.ide.eclipse.gltrace.state.transforms;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ReflectUtils.java 35 private static final Map transforms = new HashMap(8); field in class:ReflectUtils
82 transforms.put("byte", "B");
83 transforms.put("char", "C");
84 transforms.put("double", "D");
85 transforms.put("float", "F");
86 transforms.put("int", "I");
87 transforms.put("long", "J");
88 transforms.put("short", "S");
89 transforms.put("boolean", "Z");
205 String transform = (String)transforms.get(className)
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 245 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode, local
247 assert(!transforms.empty());
318 for (unsigned i=0, e = transforms.size(); i != e; ++i)
319 transforms[i](pass);
357 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode, local
359 assert(!transforms.empty());
361 for (unsigned i=0, e = transforms.size(); i != e; ++i) {
362 bool err = migration.applyTransform(transforms[i]);
Transforms.cpp 1 //===--- Transforms.cpp - Transformations to ARC mode ---------------------===//
10 #include "Transforms.h"
594 std::vector<TransformFn> transforms; local
597 transforms.push_back(GCRewriteFinalize);
598 transforms.push_back(independentTransforms);
600 transforms.push_back(removeEmptyStatementsAndDeallocFinalize);
602 return transforms;
  /external/llvm/test/Bindings/Ocaml/
vectorize_opts.ml 35 (*===-- Transforms --------------------------------------------------------===*)
55 suite "transforms" test_transforms;
ipo_opts.ml 36 (*===-- Transforms --------------------------------------------------------===*)
71 suite "transforms" test_transforms;
scalar_opts.ml 35 (*===-- Transforms --------------------------------------------------------===*)
86 suite "transforms" test_transforms;
  /external/chromium_org/third_party/libpng/
pngread.c 617 /* Check for transforms that have been set but were defined out */
    [all...]
pngwrite.c 807 /* Check for transforms that have been set but were defined out */
    [all...]
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 175 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(), local
177 assert(!transforms.empty());
183 for (unsigned i=0, e = transforms.size(); i != e; ++i) {
184 bool err = migration.applyTransform(transforms[i], transformPrinter.get());
  /external/qemu/distrib/libpng-1.2.46/
pngread.c 626 /* Check for transforms that have been set but were defined out */
    [all...]
pngwrite.c 807 /* Check for transforms that have been set but were defined out */
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFullProgramBuilder.cpp 139 SkTArray<GrGLVertexProgramEffects::Transform, true>& transforms = local
143 transforms.push_back_n(numTransforms);
167 transforms[t].fHandle = this->addUniform(GrGLProgramBuilder::kVertex_Visibility,
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.cpp 224 const float transforms[], PathTransformType transformsType,
252 transforms));
257 gXformType2GLType[transformsType], transforms);
262 gXformType2GLType[transformsType], transforms);
269 transforms));
275 transforms));
GrGLPathRendering.h 45 const float transforms[], PathTransformType,
  /frameworks/native/opengl/libagl/
vertex.cpp 70 const GLfixed* const m = c->transforms.vpt.transform.matrix.m;
114 &c->transforms.modelview.transform, &v->eye, &v->obj);
176 transform_t& mvit = c->transforms.mvit4;
light.cpp 225 c->transforms.mvui.point4(&c->transforms.mvui,
234 c->transforms.mvui.point3(&c->transforms.mvui,
360 c->transforms.mvui.point3(&c->transforms.mvui, &n, &n);
366 if (c->transforms.rescaleNormals)
386 const transform_t& mv = c->transforms.modelview.transform;
537 transform_t& mv = c->transforms.modelview.transform;
545 transform_t& mvui = c->transforms.mvui
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.h 335 * @param transforms Array of individual transforms, one for each path
342 const float transforms[], PathTransformType transformsType,
503 const float transforms[], PathTransformType transformsType,
506 this->onDrawPaths(pathRange, indices, count, transforms, transformsType, fill, dstCopy);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 26 import com.android.ide.eclipse.gltrace.state.transforms.IStateTransform;
319 List<IStateTransform> transforms = mGLCalls.get(i).getStateTransformations();
322 for (int j = transforms.size() - 1; j >= 0; j--) {
323 IStateTransform f = transforms.get(j);
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
gesture_common.js 21 // This computation doesn't account for more complex CSS transforms on the
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 39 * A change in parent is handled as well by capturing the transforms from
48 private static final String PROPNAME_TRANSFORMS = "android:changeTransform:transforms";
110 * change doesn't use an overlay, it affects the transforms of the child. The
132 * change doesn't use an overlay, it affects the transforms of the child. The
154 * changes are tracked, then the transform will adjust to the transforms of the
155 * different parents. If they aren't tracked, only the transforms of the transitioning
167 * changes are tracked, then the transform will adjust to the transforms of the
168 * different parents. If they aren't tracked, only the transforms of the transitioning
190 Transforms transforms = new Transforms(view) local
280 final Transforms transforms = (Transforms) endValues.values.get(PROPNAME_TRANSFORMS); local
    [all...]
  /external/libpng/
pngwrite.c 696 /* Check for transforms that have been set but were defined out */
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.h 352 * @param transforms array of 2d affine transformations, one for each path.
358 const SkMatrix* transforms, SkPath::FillType fill,
520 const SkMatrix* transforms, SkPath::FillType fill,
523 this->onDrawPaths(pathCount, paths, transforms, fill, stroke, dstCopy);
    [all...]

Completed in 605 milliseconds

12 3 4 5 6