HomeSort by relevance Sort by last modified time
    Searched defs:xyz (Results 1 - 6 of 6) sorted by null

  /art/test/049-show-object/src/
Main.java 29 int xyz = 27; local
  /external/clang/test/SemaCXX/
address-of.cpp 35 void (*xyz)(void) = &xpto; variable
  /external/clang/test/Parser/
declarators.c 48 struct xyz { int y; }; struct
50 xyz b; // expected-error {{must use 'struct' tag to refer to type 'xyz'}}
54 // We should recover 'b' by parsing it with a valid type of "struct xyz", which
59 struct xyz test8() { return a; } // a should be be marked invalid, no diag.
  /external/deqp/framework/common/
tcuVector.hpp 136 VecAccess<T, Size, 3> xyz (void) { DE_ASSERT(Size >= 3); return VecAccess<T, Size, 3>(*this, 0, 1, 2); } function in class:tcu::Vector
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RawConverter.java 49 * Matrix to convert from CIE XYZ colorspace to sRGB, Bradford-adapted to D65.
58 * Matrix to convert from the ProPhoto RGB colorspace to CIE XYZ colorspace.
67 * Matrix to convert from CIE XYZ colorspace to ProPhoto RGB colorspace.
84 * The D50 whitepoint coordinates in CIE XYZ colorspace.
396 * CIE XYZ coordinates.
398 * @param X the CIE XYZ X coordinate.
399 * @param Y the CIE XYZ Y coordinate.
400 * @param Z the CIE XYZ Z coordinate.
521 "Cannot invert XYZ to Camera matrix, input matrices are invalid.");
551 Log.d(TAG, "XYZ neutral color guess: " + Arrays.toString(neutralGuess))
776 float[] xyz = new float[3]; local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp 4471 GLfloat xyz[3] = {x, y, z}; local
4495 GLint xyz[3] = {x, y, z}; local
6538 const GLuint xyz[] = { v0, v1, v2 }; local
    [all...]

Completed in 744 milliseconds