HomeSort by relevance Sort by last modified time
    Searched refs:quad (Results 151 - 175 of 344) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 126 int stencil; //!< Ref for quad op, clear value for clears
129 float depth; //!< Quad depth or clear value
161 static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFail, GLenum dFail, GLenum dPass) function in class:deqp::gles2::Functional::StencilOp
431 dst.push_back(StencilOp::quad(GL_NEVER, targetStencil, GL_ALWAYS, 0.0f, GL_REPLACE, GL_KEEP, GL_KEEP));
436 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.5f, GL_KEEP, GL_REPLACE, GL_KEEP));
440 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.0f, GL_KEEP, GL_KEEP, GL_REPLACE));
449 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_INCR, GL_KEEP, GL_KEEP));
460 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_DECR, GL_KEEP, GL_KEEP));
469 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_INCR_WRAP, GL_KEEP, GL_KEEP));
475 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_DECR_WRAP, GL_KEEP, GL_KEEP))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fStencilTests.cpp 129 int stencil; //!< Ref for quad op, clear value for clears
132 float depth; //!< Quad depth or clear value
164 static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFail, GLenum dFail, GLenum dPass) function in class:deqp::gles3::Functional::StencilOp
434 dst.push_back(StencilOp::quad(GL_NEVER, targetStencil, GL_ALWAYS, 0.0f, GL_REPLACE, GL_KEEP, GL_KEEP));
439 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.5f, GL_KEEP, GL_REPLACE, GL_KEEP));
443 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.0f, GL_KEEP, GL_KEEP, GL_REPLACE));
452 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_INCR, GL_KEEP, GL_KEEP));
463 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_DECR, GL_KEEP, GL_KEEP));
472 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_INCR_WRAP, GL_KEEP, GL_KEEP));
478 dst.push_back(StencilOp::quad(GL_EQUAL, targetStencil, GL_ALWAYS, 0.0f, GL_DECR_WRAP, GL_KEEP, GL_KEEP))
    [all...]
  /external/llvm/test/MC/ARM/
arm-elf-relocation-diagnostics.s 21 .quad target(sbrel)
23 @ CHECK: .quad target(sbrel)
  /external/llvm/test/MC/MachO/AArch64/
classrefs.s 22 .quad Lbar
  /external/mesa3d/src/gallium/tests/trivial/
Makefile 21 quad-tex.c \
  /external/skia/src/core/
SkStroke.cpp 79 struct SkQuadConstruct { // The state of the quad stroke under construction.
80 SkPoint fQuad[3]; // the stroked quad parallel to the original curve
172 kSplit_ResultType, // the caller should split the quad stroke in two
174 kQuad_ResultType, // the caller should (continue to try to) add a quad stroke
200 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction);
203 ResultType compareQuadQuad(const SkPoint quad[3], SkQuadConstruct* );
216 bool ptInQuadBounds(const SkPoint quad[3], const SkPoint& pt) const;
217 void quadPerpRay(const SkPoint quad[3], SkScalar t, SkPoint* tPt, SkPoint* onPt,
219 bool quadStroke(const SkPoint quad[3], SkQuadConstruct* );
226 void setQuadEndNormal(const SkPoint quad[3]
    [all...]
  /external/skia/src/pathops/
SkReduceOrder.h 22 int reduce(const SkDQuad& quad);
26 static SkPath::Verb Quad(const SkPoint pts[3], SkPoint* reducePts);
SkIntersections.h 160 SkDQuad quad; local
161 quad.set(a);
163 return horizontal(quad, left, right, y, flipped);
167 SkDQuad quad; local
168 quad.set(a);
170 return vertical(quad, top, bottom, x, flipped);
174 SkDQuad quad; local
175 quad.set(a);
179 return intersect(quad, line);
242 static int HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots)
    [all...]
SkDQuadLineIntersection.cpp 140 solve by rotating line+quad so line is horizontal, then finding the roots
141 set up matrix to rotate quad to x-axis
152 quad[n].fY' = (quad[n].fY - line[0].fY) * A - (quad[n].fX - line[0].fX) * O
228 // check if midway on quad is also same point. If so, discard this
300 // FIXME: see if line end is nearly on quad
326 // FIXME: see if line end is nearly on quad
352 // FIXME: see if line end is nearly on quad
407 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y
    [all...]
  /external/skia/tests/
PathOpsTestCommon.h 24 bool ValidQuad(const SkDQuad& quad);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
ifunc-12.s 24 .quad ifunc
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc-10-x86-64.s 25 .quad ifunc
ifunc-12-x86-64.s 24 .quad ifunc
  /external/boringssl/src/crypto/sha/asm/
sha512-x86_64.pl 431 .quad 0x428a2f98d728ae22,0x7137449123ef65cd
432 .quad 0x428a2f98d728ae22,0x7137449123ef65cd
433 .quad 0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
434 .quad 0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc
435 .quad 0x3956c25bf348b538,0x59f111f1b605d019
436 .quad 0x3956c25bf348b538,0x59f111f1b605d019
437 .quad 0x923f82a4af194f9b,0xab1c5ed5da6d8118
438 .quad 0x923f82a4af194f9b,0xab1c5ed5da6d8118
439 .quad 0xd807aa98a3030242,0x12835b0145706fbe
440 .quad 0xd807aa98a3030242,0x12835b0145706fb
    [all...]
  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 117 gls::FragmentOpUtil::IntegerQuad quad; member in struct:deqp::gls::InteractionTestUtil::RenderCommand
122 void computeRandomQuad (de::Random& rnd, gls::FragmentOpUtil::IntegerQuad& quad, int targetWidth, int targetHeight);
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
glu.h 20 inline void gluDisk (GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops) {};
21 inline void gluCylinder (GLUquadric* quad, GLdouble base, GLdouble top, GLdouble height, GLint slices, GLint stacks) {};
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
COFF_x86_64.s 12 .quad 4614256650576692846 # double 3.1415899999999999
35 .quad F
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
quad.d 2 #name : .quad tests
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
eh1.s 34 .quad .LFB2
35 .quad .LFE2-.LFB2
eh3.s 35 .quad .LFB2
36 .quad .LFE2-.LFB2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
reloc64.s 129 .quad xtrn
130 .quad xtrn - .
131 .quad xtrn@got
132 .quad xtrn@gotoff
133 .quad xtrn@gotpcrel
134 ill .quad _GLOBAL_OFFSET_TABLE_
135 ill .quad _GLOBAL_OFFSET_TABLE_ - .
136 bad .quad xtrn@plt
137 bad .quad xtrn@tlsgd
138 bad .quad xtrn@gottpof
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syscall-amd64-linux.S 241 ML_(blksys_setup): .quad 1b
242 ML_(blksys_restart): .quad 2b
243 ML_(blksys_complete): .quad 3b
244 ML_(blksys_committed): .quad 4b
245 ML_(blksys_finished): .quad 5b
syscall-arm64-linux.S 167 ML_(blksys_setup): .quad 1b
168 ML_(blksys_restart): .quad 2b
169 ML_(blksys_complete): .quad 3b
170 ML_(blksys_committed): .quad 4b
171 ML_(blksys_finished): .quad 5b
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test_1.s 155 .quad v2
188 .quad v3
221 .quad v4+6
254 .quad v5+8
287 .quad _Z3f10v
1315 .quad .LFE0-.LFB0
1323 .quad .LFE1-.LFB1
1342 .quad .LFE2-.LFB2
1359 .quad .LFE3-.LFB3
1376 .quad .LFE4-.LFB
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_vertex_buffers.c 33 /* vertices for a quad covering a block */
41 struct pipe_vertex_buffer quad; local
50 quad.stride = sizeof(struct vertex2f);
51 quad.buffer_offset = 0;
52 quad.buffer = pipe_buffer_create
59 quad.user_buffer = NULL;
61 if(!quad.buffer)
62 return quad;
68 quad.buffer,
80 return quad;
    [all...]

Completed in 350 milliseconds

1 2 3 4 5 67 8 91011>>