OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:accumRedSize
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/glw/dist/
GLwDrawAP.h
107
int
accumRedSize
;
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
pbutil.c
195
int
accumRedSize
, accumBlueSize, accumGreenSize, accumAlphaSize;
214
accumRedSize
= GetFBConfigAttrib(dpy, screen, config, GLX_ACCUM_RED_SIZE);
260
printf("%2d %2d %2d %2d",
accumRedSize
, accumGreenSize, accumBlueSize,
280
printf(" Accum Red Size: %d\n",
accumRedSize
);
glxinfo.c
97
int
accumRedSize
, accumGreenSize, accumBlueSize, accumAlphaSize;
747
glXGetConfig(dpy, vInfo, GLX_ACCUM_RED_SIZE, &attribs->
accumRedSize
);
862
glXGetFBConfigAttrib(dpy, fbconfig, GLX_ACCUM_RED_SIZE, &attribs->
accumRedSize
);
942
attribs->
accumRedSize
, attribs->accumGreenSize,
1001
attribs->
accumRedSize
, attribs->accumGreenSize,
1043
attribs->
accumRedSize
, attribs->accumGreenSize,
1219
(bestVis.
accumRedSize
< vis.
accumRedSize
)) {
/xsrc/external/mit/xorgproto/dist/include/GL/
glxint.h
47
int
accumRedSize
, accumGreenSize, accumBlueSize, accumAlphaSize;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
glx_api.c
185
GLint
accumRedSize
, GLint accumGreenSize,
243
&& (v->mesa_visual.accumRedBits >=
accumRedSize
||
accumRedSize
== 0)
260
accumRedSize
, accumBlueSize,
733
GLint
accumRedSize
= 0;
852
accumRedSize
= MAX2(
accumRedSize
, size );
1065
if (
accumRedSize
> 0 ||
1070
accumRedSize
=
1074
accumAlphaSize = alpha_flag ?
accumRedSize
: 0
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
fakeglx.c
252
GLint
accumRedSize
, GLint accumGreenSize,
296
&& (v->mesa_visual.accumRedBits >=
accumRedSize
||
accumRedSize
== 0)
312
accumRedSize
, accumBlueSize,
869
GLint
accumRedSize
= 0;
984
accumRedSize
= MAX2(
accumRedSize
, size );
1201
if (
accumRedSize
> 0 || accumGreenSize > 0 || accumBlueSize > 0 ||
1203
accumRedSize
=
1206
accumAlphaSize = alpha_flag ?
accumRedSize
: 0
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
glx_api.c
185
GLint
accumRedSize
, GLint accumGreenSize,
243
&& (v->mesa_visual.accumRedBits >=
accumRedSize
||
accumRedSize
== 0)
260
accumRedSize
, accumBlueSize,
737
GLint
accumRedSize
= 0;
856
accumRedSize
= MAX2(
accumRedSize
, size );
1069
if (
accumRedSize
> 0 ||
1074
accumRedSize
=
1078
accumAlphaSize = alpha_flag ?
accumRedSize
: 0
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
fakeglx.c
253
GLint
accumRedSize
, GLint accumGreenSize,
299
&& (v->mesa_visual.accumRedBits >=
accumRedSize
||
accumRedSize
== 0)
315
accumRedSize
, accumBlueSize,
876
GLint
accumRedSize
= 0;
991
accumRedSize
= MAX2(
accumRedSize
, size );
1208
if (
accumRedSize
> 0 || accumGreenSize > 0 || accumBlueSize > 0 ||
1210
accumRedSize
=
1213
accumAlphaSize = alpha_flag ?
accumRedSize
: 0
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026