Home
last modified time | relevance | path

Searched refs:yStart (Results 1 – 15 of 15) sorted by relevance

/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dforeach_bounds.rs7 int yStart = 0;
33 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
58 rssc.yStart = yStart;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_foreach_bounds.java38 final int yStart = 3; in initializeGlobals() local
50 s.set_yStart(yStart); in initializeGlobals()
55 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
Dforeach_bounds.rs7 int yStart = 0;
32 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dstats_scorer.cpp50 int yStart = static_cast<int>(height * top); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() local
52 int numPixels = (xEnd - xStart) * (yEnd - yStart); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
56 for (int y = yStart; y < yEnd; y++) { in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dforeach_bounds.rs7 int yStart = 0;
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp414 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; in walk_2d() local
415 uint32_t yEnd = yStart + mtls->mSliceSize; in walk_2d()
419 if (yEnd <= yStart) { in walk_2d()
423 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.y++) { in walk_2d()
DrsCpuScript.cpp604 mtls->start.y = rsMin(mtls->fep.dim.y, sc->yStart); in forEachMtlsSetup()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DShadowPainter.java95 int yStart = left; in createDropShadow() local
150 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) { in createDropShadow()
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
Dui_test.rs290 static void drawMeshInPage(float xStart, float yStart, int wResolution, int hResolution) {
312 float yPos = yStart + hMargin + y * size + y * yPad;
/frameworks/rs/
DrsDefines.h237 uint32_t yStart; member
/frameworks/rs/api/
Drs_for_each.spec66 field: uint32_t yStart, "Starting index in the Y dimension."
/frameworks/rs/scriptc/
Drs_for_each.rsh82 uint32_t yStart; // Starting index in the Y dimension.
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1579 sc.yStart = ystart; in nScriptForEachClipped()
1610 sc.yStart = ystart; in nScriptForEachClippedV()
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_for_each.jd233 <tr><th>uint32_t yStart</th><td>Starting index in the Y dimension.</td></tr>
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1917 sc.yStart = limit_ptr[2]; in nScriptForEach()