Home
last modified time | relevance | path

Searched refs:outOfBounds (Results 1 – 8 of 8) sorted by relevance

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/util/
DColorParserTest.java78 int outOfBounds = ColorParser.parseTtmlColor("rgb(999, 999, 999)"); in rgbColorParsingRgbValuesOutOfBounds() local
81 assertThat(outOfBounds).isEqualTo(color); in rgbColorParsingRgbValuesOutOfBounds()
/external/skia/gm/
Dbigrect.cpp70 SkRect outOfBounds = SkRect::MakeLTRB(-1, -1, 35, 35); in draw_big_rect() local
71 canvas->drawRect(outOfBounds, outOfBoundsPaint); in draw_big_rect()
/external/skqp/gm/
Dbigrect.cpp65 SkRect outOfBounds = SkRect::MakeLTRB(-1, -1, 35, 35); in draw_big_rect() local
66 canvas->drawRect(outOfBounds, outOfBoundsPaint); in draw_big_rect()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DIndexBuffer11.cpp77 bool outOfBounds = (offset + size < offset || offset + size > mBufferSize); in mapBuffer() local
78 ANGLE_CHECK_HR(context11, !outOfBounds, "Index buffer map range is not inside the buffer.", in mapBuffer()
DRenderer11.cpp3700 bool outOfBounds = readRect.x < 0 || readRect.x + readRect.width > readSize.width || in blitRenderbufferRect() local
3711 !stretchRequired && !outOfBounds && !reversalRequired && !partialDSBlit && in blitRenderbufferRect()
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp464 bool outOfBounds = false; in boundCheckLoadOrStoreOp() local
482 outOfBounds = !ucst.isEmpty(); in boundCheckLoadOrStoreOp()
483 if (outOfBounds && emitError) { in boundCheckLoadOrStoreOp()
493 outOfBounds = !lcst.isEmpty(); in boundCheckLoadOrStoreOp()
494 if (outOfBounds && emitError) { in boundCheckLoadOrStoreOp()
499 return failure(outOfBounds); in boundCheckLoadOrStoreOp()
/external/llvm-project/polly/test/Isl/CodeGen/OpenMP/
Dsingle_loop.ll134 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.indvar.nextUB.outOfBounds = icmp sgt i64 %{{[0-9]+}}, %po…
135 …-CHUNKED-NEXT: %polly.indvar.nextUB = select i1 %polly.indvar.nextUB.outOfBounds, i64 %polly.ind…
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp2281 Int4 outOfBounds = CmpNEQ(xyz, xyz0); in address() local
2282 xyz0 |= outOfBounds; in address()
2495 Int4 outOfBounds = CmpNEQ(xyz, xyz0); in computeLayerIndex() local
2496 xyz0 |= outOfBounds; in computeLayerIndex()