Home
last modified time | relevance | path

Searched +defs:m +defs:d (Results 1 – 9 of 9) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp34 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 …]
DGLUtils.cpp216 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/
DShaderPerfRenderer.cpp125 uint32_t* m = new uint32_t[SIZE]; in setUp() local
127 uint32_t* d = m; in setUp() local
/cts/tests/openglperf2/test/
DMatrixTest.cpp50 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/
DBlurStack.java346 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/
DAbstractDatePickerActivity.java99 mDatePicker.setOnDateChangedListener((v, y, m, d) -> { in expectAutoFill() argument
/cts/tests/signature/lib/common/src/android/signature/cts/
DApiComplianceChecker.java303 String m = Modifier.toString(modifiers); in getModifierString() local
423 int d = val.indexOf('.'); in canonicalizeFloatingPoint() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java254 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/
DMediaBitstreamsTest.java288 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