OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Point
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/mesa-demos/dist/src/samples/
nurb.c
43
typedef INREAL
Point
[4];
57
Point
ctlpoints[S_NUMPOINTS][T_NUMPOINTS] = {
prim.c
123
static void
Point
(void)
470
Viewport(0, 0);
Point
();
/xsrc/external/mit/mesa-demos/dist/src/tests/
prim.c
136
static void
Point
(void)
484
Viewport(0, 0);
Point
();
/xsrc/external/mit/xditview/dist/
draw.c
60
typedef struct
Point
{
63
struct
Point
*next;
64
}
Point
;
68
#define midx(p,q) ((p->x + q->x) / 2) /* mid x
point
on pq */
69
#define midy(p,q) ((p->y + q->y) / 2) /* mid y
point
on pq */
74
static
Point
*spline = (
Point
*) NULL; /* head of spline linked list */
77
static void DeletePoint(
Point
*p);
80
static void InsertPoint(
Point
*p,
Point
*q)
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_context.h
155
* initialized to
point
within Buffer.
261
*
Point
/Line/Triangle function pointers below.
280
* Current
point
, line and triangle drawing functions.
283
swrast_point_func
Point
;
300
* and set its 'array' pointer to
point
to this object. The reason is
423
* Fixed
point
arithmetic macros
453
* These should probably go elsewhere at some
point
.
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_context.h
154
* initialized to
point
within Buffer.
260
*
Point
/Line/Triangle function pointers below.
279
* Current
point
, line and triangle drawing functions.
282
swrast_point_func
Point
;
299
* and set its 'array' pointer to
point
to this object. The reason is
422
* Fixed
point
arithmetic macros
452
* These should probably go elsewhere at some
point
.
/xsrc/external/mit/bitmap/dist/
BitEdit.c
192
#define
Point
15
193
{
Point
, "
point
", True},
615
case
Point
:
1097
if (buttons[i].id ==
Point
) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h
294
GLboolean LocalViewer; /**< Local (or infinite) view
point
? */
735
*
Point
attribute group (GL_POINT_BIT).
739
GLfloat Size; /**< User-specified
point
size */
1247
* Currently enabled combiner state. This will
point
to either
1387
*
point
where the global buffer reference is removed.
1467
* along with the index of a vertex buffer binding
point
.
1528
GLbitfield _BoundArrays; /**< Arrays bound to this binding
point
*/
1774
* All evaluator control
point
state
1945
/** The general binding
point
(GL_TRANSFORM_FEEDBACK_BUFFER) */
2758
* \c gl_uniform_buffer_variable::Name may
point
to identical storage
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h
342
GLboolean LocalViewer; /**< Local (or infinite) view
point
? */
757
*
Point
attribute group (GL_POINT_BIT).
761
GLfloat Size; /**< User-specified
point
size */
1237
* Currently enabled combiner state. This will
point
to either
1425
* along with the index of a vertex buffer binding
point
.
1486
GLbitfield _BoundArrays; /**< Arrays bound to this binding
point
*/
1696
* All evaluator control
point
state
1867
/** The general binding
point
(GL_TRANSFORM_FEEDBACK_BUFFER) */
2687
* \c gl_uniform_buffer_variable::Name may
point
to identical storage.
2756
/** Binding
point
index associated with it. *
[
all
...]
Completed in 36 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026