/external/deqp/doc/testspecs/GL3/ |
stress.conditional_render.txt | 52 Occlusion query geometry is roughly on the opposing edge of the screen as the
|
/external/deqp/doc/testspecs/GLES2/ |
performance.texture.format.txt | 28 + Nearest neighbor -filtering and clamp to edge -wrap mode
|
/external/deqp/doc/testspecs/GLES31/ |
functional.fbo.no_attachments.txt | 51 a given pixel's boundaries with several pixels placed around the edge of the
|
/external/dng_sdk/source/ |
dng_filter_task.h | 120 /// tiles will be this size due to edge conditions.)
|
/external/iproute2/examples/diffserv/ |
README | 20 EDGE scripts
|
/external/kernel-headers/original/uapi/linux/ |
pps.h | 119 int edge; /* selected event type */ member in struct:pps_bind_args
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/ |
b2EdgeShape.cpp | 60 // Put the ray into the edge's frame of reference.
|
b2PolygonShape.cpp | 241 b2Vec2 edge = m_vertices[i2] - m_vertices[i1]; 242 b2Assert(edge.LengthSquared() > b2_epsilon * b2_epsilon); 243 m_normals[i] = b2Cross(edge, 1.0f); 318 // in some cases. Apparently the use of epsilon was to make edge
|
b2PolygonShape.h | 25 /// the left of each edge.
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/ |
Box2DDebugRenderer.java | 203 if (fixture.getType() == Type.Edge) { 204 EdgeShape edge = (EdgeShape)fixture.getShape(); local 205 edge.getVertex1(vertices[0]); 206 edge.getVertex2(vertices[1]);
|
Shape.java | 33 Circle, Edge, Polygon, Chain,
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/ |
Box2DDebugRenderer.java | 208 if (fixture.getType() == Type.Edge) { 209 EdgeShape edge = (EdgeShape)fixture.getShape(); local 210 edge.getVertex1(vertices[0]); 211 edge.getVertex2(vertices[1]);
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
btPolyhedralContactClipping.cpp | 369 // printf("edge-edge\n"); 370 //add an edge-edge contact
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftfuzzer/ |
README | 18 -fsanitize-coverage=edge,8bit-counters
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/superkoalio/ |
SuperKoalio.java | 198 // right bounding box edge, otherwise check the ones to the left
220 // top bounding box edge, otherwise check the ones to the bottom
263 // startX/endX are given between 0 (left edge of the screen) and 1 (right edge of the screen)
|
/external/libjpeg-turbo/ |
jpegtran.c | 73 fprintf(stderr, " -perfect Fail if there is non-transformable edge blocks\n"); 79 fprintf(stderr, " -trim Drop non-transformable edge blocks\n"); 270 /* Fail if there is any partial edge MCUs that the transform can't 339 /* Trim off any partial edge MCUs that the transform can't handle. */
|
/external/libvorbis/ |
CHANGES | 49 * Fix a numerical instability in the edge extrapolation filter.
|
/external/llvm/include/llvm/CodeGen/ |
EdgeBundles.h | 29 /// EC - Each edge bundle is an equivalence class. The keys are:
|
/external/llvm/lib/CodeGen/ |
ScheduleDAGInstrs.cpp | 451 // are not eliminated sometime during scheduling. The output dependence edge 562 /// This returns true if the two MIs need a chain edge between them. 573 // Cover a trivial case - no edge is need to itself. 590 // If we are dealing with two "normal" loads, we do not need an edge 638 /// "latest" node that needs a chain edge to SUa. 663 // If we do need an edge, or we have exceeded depth budget, 664 // add that edge to the predecessors chain of SUb, 715 /// Check whether two objects need a chain edge, if so, add it 724 // do not add the edge, but remember the rejected node. 740 /// order. The instruction order A < B, implies that no edge exists from B to A [all...] |
ScheduleDAGPrinter.cpp | 55 /// edge, override this method.
|
/external/llvm/test/CodeGen/ARM/ |
2012-04-24-SplitEHCriticalEdge.ll | 3 ; CodeGen SplitCriticalEdge() shouldn't try to break edge to a landing pad.
|
/external/llvm/test/CodeGen/X86/ |
sse-domains.ll | 12 ; back-edge. Check that everything is still moved into the integer domain.
|
/external/llvm/test/Transforms/EarlyCSE/ |
conditional.ll | 76 ; Not legal to replace use given it's not dominated by edge
|
/external/markdown/docs/ |
INSTALL | 64 If your the type that like to live on the edge, you may want to keep up with
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_cull.c | 64 /* edge vectors: e = v0 - v2, f = v1 - v2 */
|