Home
last modified time | relevance | path

Searched +defs:y +defs:z (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/media/libmediandkjni/
Dmd5_utils.cpp144 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
145 #define F2(x, y, z) F1(z, x, y) argument
146 #define F3(x, y, z) (x ^ y ^ z) argument
147 #define F4(x, y, z) (y ^ (x | ~z)) argument
150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp76 void Matrix::translate(float x, float y, float z) { in translate()
86 void Matrix::scale(float x, float y, float z) { in scale()
96 void Matrix::rotate(float radians, float x, float y, float z) { in rotate()
112 float y = 0; in multiply() local
113 float z = 0; in multiply() local
197 const float y = 2.0f * (near * r_height); in newFrustum() local
225 Matrix* Matrix::newTranslate(float x, float y, float z) { in newTranslate()
235 Matrix* Matrix::newScale(float x, float y, float z) { in newScale()
245 Matrix* Matrix::newRotate(float radians, float x, float y, float z) { in newRotate()
321 const float y = rhs[1]; in multiplyVector() local
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DLaunchClip.java44 void setup(boolean makeIn, boolean makeOut, int x, int y, int z, boolean face, boolean lods, in setup()
114 private void verifyCell(int x, int y, int z, int[] a, Script.LaunchOptions sc) { in verifyCell()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DSphere.java52 public Sphere(int nSlices, float x, float y, float z, float r, int numIndexBuffers) { in Sphere()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java142 double y = X_AXIS[1]; in calculateRotation() local
143 double z = X_AXIS[2]; in calculateRotation() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DMathsUtils.java153 float y = quaternion[1]; in quaternionMatrixOpenGL() local
154 float z = quaternion[2]; in quaternionMatrixOpenGL() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMotionIndicatorView.java144 RangeCoveredRegister y, in setDataProvider()
145 RangeCoveredRegister z) { in setDataProvider()
/cts/tests/tests/view/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp92 for (uint32_t y = top; y < bottom; y++) { in fillRegion() local
309 jlong surfaceTransaction, jint z) { in SurfaceTransaction_setZOrder()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1862 final double y = (comp[RED] * 0.2126) + (comp[GREEN] * 0.7152) + (comp[BLUE] * 0.0722); in convertRgbToXyz() local
1863 final double z = (comp[RED] * 0.0193) + (comp[GREEN] * 0.1192) + (comp[BLUE] * 0.9505); in convertRgbToXyz() local
1953 double y = vBorderSize; in shrinkAndScaleBilinear() local