Home
last modified time | relevance | path

Searched refs:yStart (Results 1 – 14 of 14) 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/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/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) {
Dsingle_source_script.rs82 opts.yStart = 0;
92 opts2.yStart = 0;
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dforeach_bounds.rs7 int yStart = 0;
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp428 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; in walk_2d_foreach() local
429 uint32_t yEnd = yStart + mtls->mSliceSize; in walk_2d_foreach()
433 if (yEnd <= yStart) { in walk_2d_foreach()
437 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.y++) { in walk_2d_foreach()
588 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; in walk_2d_reduce() local
589 uint32_t yEnd = yStart + mtls->mSliceSize; in walk_2d_reduce()
593 if (yEnd <= yStart) { in walk_2d_reduce()
597 for (redp.current.y = yStart; redp.current.y < yEnd; redp.current.y++) { in walk_2d_reduce()
609 mtls->accumFunc, idx, yStart, yEnd, fmt); in walk_2d_reduce()
/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/rs/
DrsDefines.h243 uint32_t yStart; member
/frameworks/rs/api/
Drs_for_each.spec63 field: uint32_t yStart, "Starting index in the Y dimension."
210 opts.yStart = 0;<br/>
/frameworks/rs/scriptc/
Drs_for_each.rsh79 uint32_t yStart; // Starting index in the Y dimension.
191 * opts.yStart = 0;
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1585 sc.yStart = ystart; in nScriptForEachClipped()
1622 sc.yStart = ystart; in nScriptForEachClippedV()
1714 sc.yStart = limit_ptr[2]; in nScriptForEachMulti()
1819 sc.yStart = limit_ptr[2]; in nScriptReduce()
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_for_each.jd264 <tr><th>uint32_t yStart</th><td>Starting index in the Y dimension.</td></tr>
419 opts.yStart = 0;<br/>
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2059 sc.yStart = limit_ptr[2]; in nScriptForEach()
2161 sc.yStart = limit_ptr[2]; in nScriptReduce()