/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | foreach_bounds.rscript | 6 int xEnd = 0; 33 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) { 57 rssc.xEnd = xEnd;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
D | stats_scorer.cpp | 49 int xEnd = static_cast<int>(width * right); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() local 52 int numPixels = (xEnd - xStart) * (yEnd - yStart); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() 58 for (int x = xStart; x < xEnd; ++x) { in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_foreach_bounds.java | 40 final int xEnd = 5; in initializeGlobals() local 52 s.set_xEnd(xEnd); in initializeGlobals() 58 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
|
D | foreach_bounds.rscript | 24 int xEnd = 0; 50 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
|
D | single_source_script.rscript | 99 opts.xEnd = dimX; 109 opts2.xEnd = dimX;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_foreach_bounds.java | 38 final int xEnd = 5; in initializeGlobals() local 50 s.set_xEnd(xEnd); in initializeGlobals() 56 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
|
D | foreach_bounds.rscript | 22 int xEnd = 0; 48 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
|
D | single_source_script.rscript | 97 opts.xEnd = dimX; 107 opts2.xEnd = dimX;
|
/frameworks/native/opengl/libs/ETC1/ |
D | etc1.cpp | 529 etc1_uint32 xEnd = width - x; in etc1_encode_image() local 530 if (xEnd > 4) { in etc1_encode_image() 531 xEnd = 4; in etc1_encode_image() 533 int mask = ymask & kXMask[xEnd]; in etc1_encode_image() 538 memcpy(q, p, xEnd * 3); in etc1_encode_image() 540 for (etc1_uint32 cx = 0; cx < xEnd; cx++) { in etc1_encode_image() 581 etc1_uint32 xEnd = width - x; in etc1_decode_image() local 582 if (xEnd > 4) { in etc1_decode_image() 583 xEnd = 4; in etc1_decode_image() 591 memcpy(p, q, xEnd * 3); in etc1_decode_image() [all …]
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
D | Quare.kt | 89 val xEnd = if (xSel < 0) width - 1 else xSel in <lambda>() constant 93 for (x in xStart..xEnd) in <lambda>() 114 val xEnd = if (xSel < 0) width - 1 else xSel in <lambda>() constant 118 for (x in xStart..xEnd) in <lambda>()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 452 uint32_t xEnd = xStart + mtls->mSliceSize; in walk_1d_foreach() local 454 xEnd = rsMin(xEnd, mtls->end.x); in walk_1d_foreach() 456 if (xEnd <= xStart) { in walk_1d_foreach() 462 fn(&fep, xStart, xEnd, fep.outStride[0]); in walk_1d_foreach() 548 uint32_t xEnd = xStart + mtls->mSliceSize; in walk_1d_reduce() local 550 xEnd = rsMin(xEnd, mtls->end.x); in walk_1d_reduce() 552 if (xEnd <= xStart) { in walk_1d_reduce() 557 fn(&redp, xStart, xEnd, accumPtr); in walk_1d_reduce() 568 mtls->accumFunc, idx, xStart, xEnd, fmt); in walk_1d_reduce()
|
D | rsCpuScript.cpp | 685 mtls->fep.dim.x = sc->xEnd; in forEachMtlsSetup()
|
/frameworks/compile/slang/tests/P_foreach_options/ |
D | foreach_options.rscript | 12 opts.xEnd = 100;
|
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/util/ |
D | LinkAccessibilityHelper.java | 265 final float xEnd = layout.getPrimaryHorizontal(spanEnd); in getBoundsForSpan() local 272 outRect.left = (int) Math.min(xStart, xEnd); in getBoundsForSpan() 273 outRect.right = (int) Math.max(xStart, xEnd); in getBoundsForSpan()
|
/frameworks/rs/tests/lldb/java/SingleSource/src/rs/ |
D | rs_single_source.rscript | 67 .xEnd=4
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 62 field: uint32_t xEnd, "Ending index (exclusive) in the X dimension." 83 over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8. 209 opts.xEnd = dimX;<br/>
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 349 const int xBegin = -15, xEnd = 15; in createGroundPlane() local 350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane() 365 for (x = xBegin; x < xEnd; ++x) in createGroundPlane()
|
/frameworks/rs/ |
D | rsDefines.h | 242 uint32_t xEnd; member
|
D | rsHidlAdaptation.cpp | 789 _sc.xEnd = sc->xEnd; in ScriptForEachMulti() 826 _sc.xEnd = sc->xEnd; in ScriptReduce()
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | healing.rscript | 140 opts.xEnd = width - 1;
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 73 * over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8. 78 uint32_t xEnd; // Ending index (exclusive) in the X dimension. 190 * opts.xEnd = dimX;
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1586 sc.xEnd = xend; in nScriptForEachClipped() 1623 sc.xEnd = xend; in nScriptForEachClippedV() 1715 sc.xEnd = limit_ptr[1]; in nScriptForEachMulti() 1820 sc.xEnd = limit_ptr[1]; in nScriptReduce()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2069 sc.xEnd = limit_ptr[1]; in nScriptForEach() 2171 sc.xEnd = limit_ptr[1]; in nScriptReduce()
|