Searched refs:vert1 (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_linetemp.h | 66 NAME( struct gl_context *ctx, const SWvertex *vert0, const SWvertex *vert1 ) in NAME() argument 72 GLint x1 = (GLint) vert1->attrib[VARYING_SLOT_POS][0]; in NAME() 74 GLint y1 = (GLint) vert1->attrib[VARYING_SLOT_POS][1]; in NAME() 103 + vert1->attrib[VARYING_SLOT_POS][0] + vert1->attrib[VARYING_SLOT_POS][1]; in NAME() 229 span.redStep = (ChanToFixed(vert1->color[0]) - span.red ) / numPixels; in NAME() 230 span.greenStep = (ChanToFixed(vert1->color[1]) - span.green) / numPixels; in NAME() 231 span.blueStep = (ChanToFixed(vert1->color[2]) - span.blue ) / numPixels; in NAME() 232 span.alphaStep = (ChanToFixed(vert1->color[3]) - span.alpha) / numPixels; in NAME() 235 span.red = ChanToFixed(vert1->color[0]); in NAME() 236 span.green = ChanToFixed(vert1->color[1]); in NAME() [all …]
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_line.c | 133 const GLubyte *color = vert1->color; \ 148 const GLubyte *color = vert1->color; \ 165 const GLubyte *color = vert1->color; \ 182 const GLubyte *color = vert1->color; \ 199 const GLubyte *color = vert1->color; 219 const GLubyte *color = vert1->color; \ 237 const GLubyte *color = vert1->color; 254 const GLubyte *color = vert1->color; \ 275 const GLubyte *color = vert1->color; \ 298 const GLubyte *color = vert1->color; \ [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | intersect.hpp | 47 genType const & vert0, genType const & vert1, genType const & vert2, 55 genType const & vert0, genType const & vert1, genType const & vert2,
|
D | intersect.inl | 70 genType const & vert0, genType const & vert1, genType const & vert2, argument 76 genType edge1 = vert1 - vert0;
|
/external/deqp/framework/referencerenderer/ |
D | rrPrimitiveAssembler.hpp | 105 VertexPacket* vert1 = vertices[1]; in exec() local 114 …*(outputIterator++) = Triangle(vert0, vert1, vertices[ndx], (provokingConvention == rr::PROVOKINGV… in exec() 124 …*(outputIterator++) = Triangle(vert0, vert1, vertices[ndx], (provokingConvention == rr::PROVOKINGV… in exec() 125 vert1 = vertices[ndx]; in exec()
|
/external/skia/tests/ |
D | VerticesTest.cpp | 18 static bool equal(const SkVertices* vert0, const SkVertices* vert1) { in equal() argument 19 SkVerticesPriv v0(vert0->priv()), v1(vert1->priv()); in equal()
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | osmesa.c | 161 const GLchan *color = vert1->color; 182 const GLchan *color = vert1->color;
|