Home
last modified time | relevance | path

Searched refs:endX (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/codec/
H A DSkBmpRLECodec.cpp485 const int endX = std::min<int>(x + numPixels, width); in decodeRLE()
497 // Fill the pixels up to endX with the specified color in decodeRLE()
501 while (x < endX) { in decodeRLE()
517 for (int which = 0; x < endX; x++) { in decodeRLE()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp80 const int endX = static_cast<int>(0.85f * (float)image.getWidth()); in verifyResult() local
85 for (int x = startX; x < endX; ++x) in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp80 const int endX = static_cast<int>(0.85f * (float)image.getWidth()); in verifyResult() local
85 for (int x = startX; x < endX; ++x) in verifyResult()
/third_party/vk-gl-cts/framework/common/
H A DtcuImageCompare.cpp104 const int endX = (acceptOutOfBoundsAsAnyValue) ? (width - maxPositionDeviation.x()) : (width); in findNumPositionDeviationFailingPixels() local
109 DE_ASSERT(endX > 0 && endY > 0 && endZ > 0); // most likely a bug in findNumPositionDeviationFailingPixels()
117 for (int x = beginX; x < endX; x++) in findNumPositionDeviationFailingPixels()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp1873 const int endX = (int)(0.85f * (float)rendered.getWidth());
1878 for (int x = startX; x < endX; x++)

Completed in 13 milliseconds