HomeSort by relevance Sort by last modified time
    Searched refs:yEnd (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
foreach_bounds.rs 24 int yEnd = 0;
48 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
UT_foreach_bounds.java 40 final int yEnd = 6;
52 s.set_yEnd(yEnd);
56 sc.setX(xStart, xEnd).setY(yStart, yEnd);
fp16.rs 99 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++) { \
single_source_script.rs 99 opts.yEnd = dimY / 2;
109 opts2.yEnd = dimY;
single_source_alloc.rs 172 int yEnd = (gDimY != 0) ? gDimY: 1;
174 for (int y = 0; y < yEnd; y ++) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
stats_scorer.cpp 51 int yEnd = static_cast<int>(height * bottom);
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/
UT_foreach_bounds.java 42 final int yEnd = 6;
54 s.set_yEnd(yEnd);
58 sc.setX(xStart, xEnd).setY(yStart, yEnd);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_script.rs 48 opts.yEnd = dimY / 2;
58 opts.yEnd = dimY;
single_source_alloc.rs 177 int yEnd = (dimY != 0) ? dimY: 1;
179 for (int y = 0; y < yEnd; y ++) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerIntegrator.java 452 * @param yEnd placeholder where to put the state vector at the end
461 final double[] yMiddle, final double[] yEnd,
473 yEnd[i] = y0[i] + subStep * f[0][i];
475 computeDerivatives(t, yEnd, f[1]);
482 System.arraycopy(yEnd, 0, yMiddle, 0, y0.length);
487 final double middle = yEnd[i];
488 yEnd[i] = yTmp[i] + subStep2 * f[j][i];
492 computeDerivatives(t, yEnd, f[j+1]);
515 yEnd[i] = 0.5 * (yTmp[i] + yEnd[i] + subStep * f[n][i])
    [all...]
  /external/skqp/third_party/etc1/
etc1.cpp 535 etc1_uint32 yEnd = height - y;
536 if (yEnd > 4) {
537 yEnd = 4;
539 int ymask = kYMask[yEnd];
546 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
588 etc1_uint32 yEnd = height - y;
589 if (yEnd > 4) {
590 yEnd = 4;
599 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 527 etc1_uint32 yEnd = height - y;
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;
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 427 uint32_t yEnd = yStart + mtls->mSliceSize;
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;
589 yEnd = rsMin(yEnd, mtls->end.y);
591 if (yEnd <= yStart) {
595 for (redp.current.y = yStart; redp.current.y < yEnd; redp.current.y++)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 223 float yEnd = bottom;
229 mRayEnd.set(centerOffsetX, yEnd);
  /frameworks/rs/script_api/include/
rs_for_each.rsh 80 uint32_t yEnd; // Ending index (exclusive) in the Y dimension.
192 * opts.yEnd = dimY / 2;
  /hardware/interfaces/renderscript/1.0/
types.hal 179 uint32_t yEnd;
  /prebuilts/sdk/renderscript/include/
rs_for_each.rsh 80 uint32_t yEnd; // Ending index (exclusive) in the Y dimension.
192 * opts.yEnd = dimY / 2;
  /external/skia/src/codec/
SkGifCodec.cpp 445 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->getInfo().height());
448 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
  /external/skqp/src/codec/
SkGifCodec.cpp 445 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->getInfo().height());
448 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
healing.rs 142 opts.yEnd = height - 1;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 303 |---+---+---+---+---+-|________________________ yEnd | Since we only want to add the key to
326 bottomPixelWithinThreshold and call this yEnd right away.
335 final int yEnd = Math.min(lastPixelYCoordinate, keyY + key.getHeight() + threshold);
345 for (int centerY = yStart; centerY <= yEnd; centerY += mCellHeight) {
  /frameworks/rs/
rsDefines.h 244 uint32_t yEnd;
  /frameworks/rs/script_api/
rs_for_each.spec 64 field: uint32_t yEnd, "Ending index (exclusive) in the Y dimension."
211 opts.yEnd = dimY / 2;<br/>
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 486 const int yBegin = -15, yEnd = 15; // ends are non-inclusive
488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
501 for (y = yBegin; y < yEnd; ++y)
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
363 for (y = yBegin; y < yEnd; ++y)

Completed in 478 milliseconds

1 2