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

  /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/skia/third_party/etc1/
etc1.cpp 537 etc1_uint32 yEnd = height - y;
538 if (yEnd > 4) {
539 yEnd = 4;
541 int ymask = kYMask[yEnd];
548 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
590 etc1_uint32 yEnd = height - y;
591 if (yEnd > 4) {
592 yEnd = 4;
601 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /external/skqp/third_party/etc1/
etc1.cpp 537 etc1_uint32 yEnd = height - y;
538 if (yEnd > 4) {
539 yEnd = 4;
541 int ymask = kYMask[yEnd];
548 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
590 etc1_uint32 yEnd = height - y;
591 if (yEnd > 4) {
592 yEnd = 4;
601 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 223 float yEnd = bottom;
229 mRayEnd.set(centerOffsetX, yEnd);
  /external/skia/src/codec/
SkGifCodec.cpp 425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height());
428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
  /external/skqp/src/codec/
SkGifCodec.cpp 425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height());
428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
  /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...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 501 float yEnd = Float.parseFloat(args[3]);
511 float yStep = (yEnd - yStart) / stepCount;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemUtils.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp 252 const int yEnd = regionOffset.y() + regionSize.y();
256 DE_ASSERT(yEnd <= pixels.getHeight());
258 for (int y = regionOffset.y(); y < yEnd; ++y)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 113 const int yEnd = (row+1)*dst.getHeight()/numRows;
119 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 178 const int yEnd = (row+1)*dst.getHeight()/numRows;
184 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp     [all...]

Completed in 851 milliseconds