HomeSort by relevance Sort by last modified time
    Searched defs:Quad (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/cc/surfaces/
surface_aggregator_test_helpers.h 25 struct Quad {
26 static Quad SolidColorQuad(SkColor color) {
27 Quad quad; local
28 quad.material = DrawQuad::SOLID_COLOR;
29 quad.color = color;
30 return quad;
33 static Quad SurfaceQuad(SurfaceId surface_id) {
34 Quad quad; local
41 Quad quad; local
    [all...]
  /external/chromium_org/cc/output/
geometry_binding.cc 19 // Index of the vertex, divide by 4 to have the matrix for this quad.
22 struct Quad {
29 COMPILE_ASSERT(sizeof(Quad) == 24 * sizeof(float), // NOLINT(runtime/sizeof)
35 Quad quad_list[8];
46 Quad x = {v0, v1, v2, v3};
  /external/chromium_org/third_party/WebKit/Source/core/css/
Rect.h 95 class Quad : public RectBase {
97 static PassRefPtrWillBeRawPtr<Quad> create() { return adoptRefWillBeNoop(new Quad); }
99 PassRefPtrWillBeRawPtr<Quad> cloneForCSSOM() const { return adoptRefWillBeNoop(new Quad(*this)); }
107 Quad() { }
108 Quad(const Quad& cloneFrom) : RectBase(cloneFrom) { }
  /external/deqp/modules/glshared/
glsFragmentOpUtil.hpp 45 struct Quad
56 Quad (void)
71 void render (const Quad& quad) const;
121 const IntegerQuad& quad,
glsFragOpInteractionCase.cpp 167 struct Quad
175 Quad quad; member in struct:deqp::gls::__anon25010::RenderCommand
182 static Quad getRandomQuad (de::Random& rnd, int targetW, int targetH)
202 Quad quad; local
204 quad.posA = tcu::IVec2(flipX ? (x+width-1) : x, flipY ? (y+height-1) : y);
205 quad.posB = tcu::IVec2(flipX ? x : (x+width-1), flipY ? y : (y+height-1));
207 return quad;
219 command.quad = getRandomQuad(rnd, targetW, targetH)
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp 16 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) {
17 reduction[0] = reduction[1] = quad[0];
25 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) {
26 reduction[0] = quad[0];
27 reduction[1] = quad[2];
31 static int horizontal_line(const SkDQuad& quad, SkDQuad& reduction) {
32 reduction[0] = quad[0];
33 reduction[1] = quad[2];
37 static int check_linear(const SkDQuad& quad,
41 while (quad[startIndex].approximatelyEqual(quad[endIndex]))
262 SkDQuad quad; local
    [all...]
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 16 struct Quad {
24 struct Quad GlobalQuad = { 4, {1, 2}, 0, 3, 156 };
43 static int F0(struct Quad Q, int i) { /* Pass Q by value */
44 struct Quad R;
51 int F1(struct Quad *Q, int i) { /* Pass Q by address */
52 struct Quad R;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.h 458 tnl_quad_func Quad;
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp     [all...]
  /external/mesa3d/src/mesa/tnl/
t_context.h 458 tnl_quad_func Quad;
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 3980 bool quad = Type.isQuad(); local
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 385 milliseconds