Searched refs:yEnd (Results 1 - 18 of 18) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dforeach_bounds.rs24 int yEnd = 0;
48 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
H A DUT_foreach_bounds.java40 final int yEnd = 6;
52 s.set_yEnd(yEnd);
56 sc.setX(xStart, xEnd).setY(yStart, yEnd);
H A Dfp16.rs99 int yEnd = (gDimY != 0) ? gDimY: 1; \
102 for (int y=0; y < yEnd; y++) \
125 int yEnd = (gDimY != 0) ? gDimY: 1; \
128 for (int y=0; y < yEnd; y++) { \
H A Dsingle_source_script.rs99 opts.yEnd = dimY / 2;
109 opts2.yEnd = dimY;
H A Dsingle_source_alloc.rs172 int yEnd = (gDimY != 0) ? gDimY: 1;
174 for (int y = 0; y < yEnd; y ++) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dstats_scorer.cpp51 int yEnd = static_cast<int>(height * bottom); local
52 int numPixels = (xEnd - xStart) * (yEnd - yStart);
56 for (int y = yStart; y < yEnd; y++) {
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_foreach_bounds.java42 final int yEnd = 6;
54 s.set_yEnd(yEnd);
58 sc.setX(xStart, xEnd).setY(yStart, yEnd);
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp527 etc1_uint32 yEnd = height - y; local
528 if (yEnd > 4) {
529 yEnd = 4;
531 int ymask = kYMask[yEnd];
538 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
580 etc1_uint32 yEnd = height - y; local
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp427 uint32_t yEnd = yStart + mtls->mSliceSize; local
429 yEnd = rsMin(yEnd, mtls->end.y);
431 if (yEnd <= yStart) {
435 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.y++) {
587 uint32_t yEnd = yStart + mtls->mSliceSize; local
589 yEnd = rsMin(yEnd, mtls->end.y);
591 if (yEnd <= yStart) {
595 for (redp.current.y = yStart; redp.current.y < yEnd; red
[all...]
H A DrsCpuScript.cpp685 mtls->fep.dim.y = sc->yEnd;
/frameworks/rs/script_api/include/
H A Drs_for_each.rsh80 uint32_t yEnd; // Ending index (exclusive) in the Y dimension.
192 * opts.yEnd = dimY / 2;
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A Dhealing.rs142 opts.yEnd = height - 1;
/frameworks/rs/
H A DrsDefines.h244 uint32_t yEnd; member in struct:__anon2126
H A DrsHidlAdaptation.cpp791 _sc.yEnd = sc->yEnd;
828 _sc.yEnd = sc->yEnd;
/frameworks/rs/script_api/
H A Drs_for_each.spec64 field: uint32_t yEnd, "Ending index (exclusive) in the Y dimension."
211 opts.yEnd = dimY / 2;<br/>
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
363 for (y = yBegin; y < yEnd; ++y)
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1586 sc.yEnd = yend;
1623 sc.yEnd = yend;
1715 sc.yEnd = limit_ptr[3];
1820 sc.yEnd = limit_ptr[3];
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2063 sc.yEnd = limit_ptr[3];
2165 sc.yEnd = limit_ptr[3];

Completed in 375 milliseconds