HomeSort by relevance Sort by last modified time
    Searched full:vert0 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_linetemp.h 66 NAME( struct gl_context *ctx, const SWvertex *vert0, const SWvertex *vert1 )
71 GLint x0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][0];
73 GLint y0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][1];
102 GLfloat tmp = vert0->attrib[FRAG_ATTRIB_WPOS][0] + vert0->attrib[FRAG_ATTRIB_WPOS][1]
111 vert0->attrib[FRAG_ATTRIB_WPOS][0],
112 vert0->attrib[FRAG_ATTRIB_WPOS][1],
113 vert0->attrib[FRAG_ATTRIB_WPOS][2],
118 vert0->color[0], vert0->color[1], vert0->color[2],
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 66 NAME( struct gl_context *ctx, const SWvertex *vert0, const SWvertex *vert1 )
71 GLint x0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][0];
73 GLint y0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][1];
102 GLfloat tmp = vert0->attrib[FRAG_ATTRIB_WPOS][0] + vert0->attrib[FRAG_ATTRIB_WPOS][1]
111 vert0->attrib[FRAG_ATTRIB_WPOS][0],
112 vert0->attrib[FRAG_ATTRIB_WPOS][1],
113 vert0->attrib[FRAG_ATTRIB_WPOS][2],
118 vert0->color[0], vert0->color[1], vert0->color[2],
    [all...]
  /external/deqp/framework/referencerenderer/
rrPrimitiveAssembler.hpp 104 VertexPacket* vert0 = vertices[0]; local
114 *(outputIterator++) = Triangle(vert0, vert1, vertices[ndx], (provokingConvention == rr::PROVOKINGVERTEX_FIRST) ? (0) : (2));
115 vert0 = vertices[ndx];
124 *(outputIterator++) = Triangle(vert0, vert1, vertices[ndx], (provokingConvention == rr::PROVOKINGVERTEX_FIRST) ? (1) : (2));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_line.c 416 xor_line(struct gl_context *ctx, const SWvertex *vert0, const SWvertex *vert1)
426 int x0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][0];
427 int y0 = YFLIP(xrb, (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][1]);
  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 416 xor_line(struct gl_context *ctx, const SWvertex *vert0, const SWvertex *vert1)
426 int x0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][0];
427 int y0 = YFLIP(xrb, (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][1]);

Completed in 1234 milliseconds