OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:redSize
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/glw/dist/
GLwDrawAP.h
101
int
redSize
;
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
pbutil.c
193
int
redSize
, greenSize, blueSize, alphaSize;
208
redSize
= GetFBConfigAttrib(dpy, screen, config, GLX_RED_SIZE);
258
printf("%2d %2d %2d %2d ",
redSize
, greenSize, blueSize, alphaSize);
274
printf(" Red Size: %d\n",
redSize
);
glxinfo.c
94
int
redSize
, greenSize, blueSize, alphaSize;
741
glXGetConfig(dpy, vInfo, GLX_RED_SIZE, &attribs->
redSize
);
855
glXGetFBConfigAttrib(dpy, fbconfig, GLX_RED_SIZE, &attribs->
redSize
);
934
printf(" rgba:
redSize
=%d greenSize=%d blueSize=%d alphaSize=%d float=%c sRGB=%c\n",
935
attribs->
redSize
, attribs->greenSize,
941
printf(" accum:
redSize
=%d greenSize=%d blueSize=%d alphaSize=%d\n",
991
attribs->
redSize
, attribs->greenSize,
1033
attribs->
redSize
, attribs->greenSize,
1213
(bestVis.
redSize
< vis.
redSize
) ||
[
all
...]
/xsrc/external/mit/xorgproto/dist/include/GL/
glxint.h
45
int
redSize
, greenSize, blueSize, alphaSize;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_dstr.c
1582
stereo, auxBuffers,
redSize
, greenSize, blueSize,
1592
glXGetConfig(dpy, vinfo, GLX_RED_SIZE, &
redSize
);
1602
printf("RGBA = (%d, %d, %d, %d)\n",
redSize
, greenSize, blueSize, alphaSize);
/xsrc/external/mit/mesa-demos/dist/src/demos/
texenv.c
646
GLint
redSize
, greenSize, blueSize, alphaSize;
654
glGetTexLevelParameteriv( GL_TEXTURE_2D, 0, GL_TEXTURE_RED_SIZE, &
redSize
);
678
redSize
, greenSize, blueSize, alphaSize,
Completed in 11 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026