OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vert1
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_linetemp.h
66
NAME( struct gl_context *ctx, const SWvertex *vert0, const SWvertex *
vert1
)
72
GLint x1 = (GLint)
vert1
->attrib[VARYING_SLOT_POS][0];
74
GLint y1 = (GLint)
vert1
->attrib[VARYING_SLOT_POS][1];
103
+
vert1
->attrib[VARYING_SLOT_POS][0] +
vert1
->attrib[VARYING_SLOT_POS][1];
114
vert1
->attrib[VARYING_SLOT_POS][0],
115
vert1
->attrib[VARYING_SLOT_POS][1],
116
vert1
->attrib[VARYING_SLOT_POS][2]);
119
vert1
->color[0],
vert1
->color[1], vert1->color[2])
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_linetemp.h
66
NAME( struct gl_context *ctx, const SWvertex *vert0, const SWvertex *
vert1
)
72
GLint x1 = (GLint)
vert1
->attrib[VARYING_SLOT_POS][0];
74
GLint y1 = (GLint)
vert1
->attrib[VARYING_SLOT_POS][1];
103
+
vert1
->attrib[VARYING_SLOT_POS][0] +
vert1
->attrib[VARYING_SLOT_POS][1];
114
vert1
->attrib[VARYING_SLOT_POS][0],
115
vert1
->attrib[VARYING_SLOT_POS][1],
116
vert1
->attrib[VARYING_SLOT_POS][2]);
119
vert1
->color[0],
vert1
->color[1], vert1->color[2])
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
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
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
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
...]
/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
sampleCompRight.cc
424
float
vert1
[2];
local
435
vert1
[1]=vert2[1]=upperV;
440
vert1
[0]=grid->get_u_value(i);
442
sline = new sampledLine(
vert1
, vert2);
451
vert1
[0]=vert2[0] = grid->get_u_value(innerInd);
452
vert1
[1]=upperV;
454
sline=new sampledLine(
vert1
, vert2);
462
vert1
[1]=vert2[1]=lowerV;
465
vert1
[0] = grid->get_u_value(i);
467
sline = new sampledLine(
vert1
, vert2)
[
all
...]
sampleMonoPoly.cc
2035
Real
vert1
[2];
local
2046
vert1
[1] = vert2[1] = upperV;
2049
vert1
[0]=grid->get_u_value(i);
2051
sline = new sampledLine(
vert1
, vert2);
2060
vert1
[0] = grid->get_u_value(upperInd);
2061
vert1
[1] = upperV;
2062
sline = new sampledLine(
vert1
, leftChain->getVertex(beginLeftIndex));
2085
vert1
[1] = vert2[1] = lowerV;
2088
vert1
[0] = grid->get_u_value(i);
2090
sline = new sampledLine(
vert1
, vert2)
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
osmesa.c
161
const GLchan *color =
vert1
->color;
182
const GLchan *color =
vert1
->color;
Completed in 13 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026