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

  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 28 int y10 = -1.2F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2 to 1}} local
explicit.cpp 88 const Y y10{z}; // expected-error {{excess elements}}
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
PatchShapeBuilder.java 55 public static void build (MeshPartBuilder builder, float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11,
58 vertTmp2.set(null).setPos(x10, y10, z10).setNor(normalX, normalY, normalZ).setUV(1f, 1f),
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskConvertImageToRGBPreview.java 418 int y10 = (int) (buf0.get(offsetY + yByteStride) & 255); local
419 int green10 = y10 + greenDiff;
420 int blue10 = y10 + blueDiff;
421 int red10 = y10 + redDiff;
709 int y10 = (int) (bufY.get(offsetY + yByteStride) & 255); local
710 int green10 = y10 + greenDiff;
711 int blue10 = y10 + blueDiff;
712 int red10 = y10 + redDiff;
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 252 int y10 = 4; local
274 ++y10;
338 (void)y10;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
ModelBuilder.java 206 public Model createRect (float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11,
208 return createRect(x00, y00, z00, x10, y10, z10, x11, y11, z11, x01, y01, z01, normalX, normalY, normalZ, GL20.GL_TRIANGLES,
216 public Model createRect (float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11,
220 part("rect", primitiveType, attributes, material).rect(x00, y00, z00, x10, y10, z10, x11, y11, z11, x01, y01, z01, normalX,
MeshPartBuilder.java 162 public void rect (float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11,
303 public void patch (float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11,
MeshBuilder.java 718 public void rect (float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11,
721 .set(null, null, null, null).setPos(x10, y10, z10).setNor(normalX, normalY, normalZ).setUV(1f, 1f),
814 public void patch (float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11,
816 PatchShapeBuilder.build(this, x00, y00, z00, x10, y10, z10, x11, y11, z11, x01, y01, z01, normalX, normalY, normalZ, divisionsU, divisionsV);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_v4l.cpp 1508 int i, j, y00, y01, y10, y11, u, v; local
1551 int i, j, y00, y01, y10, y11, u, v; local
1613 int i, j, y00, y01, y10, y11, u, v; local
    [all...]
  /external/v8/test/mjsunit/
track-fields.js 64 o.y08 = v; o.y09 = v; o.y10 = v; o.y11 = v; o.y12 = v; o.y13 = v; o.y14 = v;
  /external/opencv3/modules/imgproc/src/
color.cpp 6466 int y10 = ITUR_BT_601_CRY * r10 + ITUR_BT_601_CGY * g10 + ITUR_BT_601_CBY * b10 + halfShift + shifted16; local
    [all...]

Completed in 2593 milliseconds