Home
last modified time | relevance | path

Searched defs:yEnd (Results 1 – 16 of 16) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java223 float yEnd = bottom; in update() local
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp430 const int yEnd = std::min(yBegin + repeatCount, this->dimensions().height()); in haveDecodedRow() local
/external/skqp/src/codec/
DSkGifCodec.cpp425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow() local
/external/skia/third_party/etc1/
Detc1.cpp532 etc1_uint32 yEnd = height - y; in etc1_encode_image() local
585 etc1_uint32 yEnd = height - y; in etc1_decode_image() local
/external/skqp/third_party/etc1/
Detc1.cpp537 etc1_uint32 yEnd = height - y; in etc1_encode_image() local
590 etc1_uint32 yEnd = height - y; in etc1_decode_image() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DGraggBulirschStoerIntegrator.java461 final double[] yMiddle, final double[] yEnd, in tryStep()
/external/llvm-project/flang/lib/Evaluate/
Dtype.cpp257 auto yEnd{yDetails.componentNames().cend()}; in AreSameDerivedType() local
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp884 deInt32 yEnd = deInt32(floorf(yf[1] + 0.5f)); in rasterizeExpectedResults() local
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c486 const int yBegin = -15, yEnd = 15; // ends are non-inclusive in createGroundPlane() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp906 const int yEnd = (row + 1)*dst.getHeight() / numRows; in fillWithRandomColorTiles() local
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp252 const int yEnd = regionOffset.y() + regionSize.y(); in countPixels() local
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp114 const int yEnd = (row+1)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp182 const int yEnd = (row+1)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1244 int yEnd = 0; in fillQuarter() local
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp3630 const int yEnd = yEnds[getIteration()]; in compareAndVerifyOverestimatedNormal() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2867 const int yEnd = deMax32(blit.dstOffsets[0].y, blit.dstOffsets[1].y); in forEach() local