/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 34 const float* d = &(mData[i * 4]); in print() local 41 const float* d = src.mData; in equals() local 77 Matrix* m = newTranslate(x, y, z); in translate() local 87 Matrix* m = newScale(x, y, z); in scale() local 97 Matrix* m = newRotate(radians, x, y, z); in rotate() local 134 Matrix* m = new Matrix(); in newLookAt() local 165 float* d = m->mData; in newLookAt() local 202 Matrix* m = new Matrix(); in newFrustum() local 204 float* d = m->mData; in newFrustum() local 226 Matrix* m = new Matrix(); in newTranslate() local [all …]
|
D | GLUtils.cpp | 216 uint32_t* m = new uint32_t[w * h]; in genTexture() local 218 uint32_t* d = m; in genTexture() local
|
/cts/tests/openglperf2/jni/primitive/shaderperf/ |
D | ShaderPerfRenderer.cpp | 125 uint32_t* m = new uint32_t[SIZE]; in setUp() local 127 uint32_t* d = m; in setUp() local
|
/cts/tests/openglperf2/test/ |
D | MatrixTest.cpp | 50 Matrix m; in TEST() local 154 Matrix* m = Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, in TEST() local 176 Matrix* m = Matrix::newFrustum(left, right, bottom, top, near, far); in TEST() local 189 Matrix* m = Matrix::newTranslate(5, 6, 8); in TEST() local 202 Matrix* m = Matrix::newScale(3, 7, 2); in TEST() local 215 Matrix* m = Matrix::newRotate(45.0f, 0.0f, 1.0f, 0.0f); in TEST() local 233 Matrix m; in TEST() local 234 float* d = m.mData; in TEST() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | BlurStack.java | 346 int m = (layerInfoInFrontOfFocus.size() - 1) - n; in groupDepthLevelsIntoLayers() local 353 int m = n - (layerInfoInFrontOfFocus.size() + 1); in groupDepthLevelsIntoLayers() local 380 int d = backFocalDepth - 1; in groupDepthLevelsBehindFocus() local 427 int d = frontFocalDepth + 1; in groupDepthLevelsInFrontOfFocus() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | AbstractDatePickerActivity.java | 99 mDatePicker.setOnDateChangedListener((v, y, m, d) -> { in expectAutoFill() argument
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | ApiComplianceChecker.java | 303 String m = Modifier.toString(modifiers); in getModifierString() local 423 int d = val.indexOf('.'); in canonicalizeFloatingPoint() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ImageProcessingTest.java | 254 int d = (x - width / 2) * (x - width / 2) + (y - height / 2) * (y - height / 2); in buildSrc() local 672 Matrix4f m = new Matrix4f(); in testColorMatrix() local 815 Matrix4f m = new Matrix4f(); in testScriptGroup() local
|
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
D | MediaBitstreamsTest.java | 288 private void addConformanceEntry(String method, String p, String d, String s) { in addConformanceEntry() 369 String m = MediaBitstreams.getMd5Path(b); in pushBitstreams() local 558 String d = entry.getKey(); in testBitstreamsConformance() local
|