/external/skia/third_party/etc1/ |
D | etc1.cpp | 532 etc1_uint32 yEnd = height - y; in etc1_encode_image() local 533 if (yEnd > 4) { in etc1_encode_image() 534 yEnd = 4; in etc1_encode_image() 536 int ymask = kYMask[yEnd]; in etc1_encode_image() 543 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_encode_image() 585 etc1_uint32 yEnd = height - y; in etc1_decode_image() local 586 if (yEnd > 4) { in etc1_decode_image() 587 yEnd = 4; in etc1_decode_image() 596 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_decode_image()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | GraggBulirschStoerIntegrator.java | 461 final double[] yMiddle, final double[] yEnd, in tryStep() argument 473 yEnd[i] = y0[i] + subStep * f[0][i]; in tryStep() 475 computeDerivatives(t, yEnd, f[1]); in tryStep() 482 System.arraycopy(yEnd, 0, yMiddle, 0, y0.length); in tryStep() 487 final double middle = yEnd[i]; in tryStep() 488 yEnd[i] = yTmp[i] + subStep2 * f[j][i]; in tryStep() 492 computeDerivatives(t, yEnd, f[j+1]); in tryStep() 515 yEnd[i] = 0.5 * (yTmp[i] + yEnd[i] + subStep * f[n][i]); in tryStep()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateInheritanceTests.cpp | 846 deInt32 yEnd = deInt32(floorf(yf[1] + 0.5f)); in rasterizeExpectedResults() local 857 yEnd = de::clamp(yEnd, ysLow, ysHigh); in rasterizeExpectedResults() 863 yEnd = de::clamp(yEnd, 0, kHeight); in rasterizeExpectedResults() 869 for (deInt32 y = yBegin; y < yEnd; ++y) in rasterizeExpectedResults()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | BackgroundCollisionComponent.java | 223 float yEnd = bottom; in update() local 229 mRayEnd.set(centerOffsetX, yEnd); in update()
|
/external/perfetto/ui/src/frontend/ |
D | panel_container.ts | 366 private overlapsCanvas(yStart: number, yEnd: number) { 367 return yEnd > 0 && yStart < this.canvasHeight;
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 486 const int yBegin = -15, yEnd = 15; // ends are non-inclusive in createGroundPlane() local 488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane() 501 for (y = yBegin; y < yEnd; ++y) in createGroundPlane()
|
/external/webrtc/sdk/android/src/java/org/webrtc/ |
D | AndroidVideoDecoder.java | 529 final int yEnd = yPos + stride * height; 537 buffer.limit(yEnd);
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawDepthClampTests.cpp | 689 deInt32 yEnd = yStart + viewRect.extent.height; in iterate() local 691 for (int y = yStart; y < yEnd; ++y) in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 1456 int yEnd = 0; in fillQuarter() local 1460 case 0: xStart = 0u; xEnd = w2; yStart = 0u; yEnd = h2; break; in fillQuarter() 1461 case 1: xStart = 0u; xEnd = w2; yStart = h2; yEnd = h; break; in fillQuarter() 1462 case 2: xStart = w2; xEnd = w; yStart = 0u; yEnd = h2; break; in fillQuarter() 1463 case 3: xStart = w2; xEnd = w; yStart = h2; yEnd = h; break; in fillQuarter() 1474 yEnd = h2 + (yEnd - h2) / 2; in fillQuarter() 1485 for (int y = yStart; y < yEnd; ++y) in fillQuarter() 1493 for (int y = yStart; y < yEnd; ++y) in fillQuarter() 1505 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 948 const int yEnd = (row + 1)*dst.getHeight() / numRows; in fillWithRandomColorTiles() local 954 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd - xBegin, yEnd - yBegin, 1), color); in fillWithRandomColorTiles()
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 253 const int yEnd = regionOffset.y() + regionSize.y(); in countPixels() local 257 DE_ASSERT(yEnd <= pixels.getHeight()); in countPixels() 259 for (int y = regionOffset.y(); y < yEnd; ++y) in countPixels()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 114 const int yEnd = (row+1)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local 120 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 182 const int yEnd = (row+1)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local 187 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 3746 const int yEnd = yEnds[getIteration()]; in compareAndVerifyOverestimatedNormal() local 3758 for (int y = yStart; result && y < yEnd; ++y) in compareAndVerifyOverestimatedNormal() 3780 for (int y = yStart; y < yEnd; ++y) in compareAndVerifyOverestimatedNormal()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 3812 const int yEnd = deMax32(blit.dstOffsets[0].y, blit.dstOffsets[1].y); in forEach() local 3822 for (int y = yStart; y < yEnd; y++) in forEach()
|