Searched refs:outOfBounds (Results 1 – 8 of 8) sorted by relevance
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/util/ |
D | ColorParserTest.java | 78 int outOfBounds = ColorParser.parseTtmlColor("rgb(999, 999, 999)"); in rgbColorParsingRgbValuesOutOfBounds() local 81 assertThat(outOfBounds).isEqualTo(color); in rgbColorParsingRgbValuesOutOfBounds()
|
/external/skqp/gm/ |
D | bigrect.cpp | 65 SkRect outOfBounds = SkRect::MakeLTRB(-1, -1, 35, 35); in draw_big_rect() local 66 canvas->drawRect(outOfBounds, outOfBoundsPaint); in draw_big_rect()
|
/external/skia/gm/ |
D | bigrect.cpp | 70 SkRect outOfBounds = SkRect::MakeLTRB(-1, -1, 35, 35); in draw_big_rect() local 71 canvas->drawRect(outOfBounds, outOfBoundsPaint); in draw_big_rect()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | IndexBuffer11.cpp | 77 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()
|
D | Renderer11.cpp | 3700 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/ |
D | Utils.cpp | 464 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/ |
D | single_loop.ll | 134 ; 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/ |
D | SamplerCore.cpp | 2281 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()
|