Searched refs:transparentType (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xwd/dist/
H A Dwsutils.h52 int transparentType; /* Can be None, TransparentPixel or member in struct:__anon3c492e6c0108
68 int transparentType; /* Can be None, TransparentPixel or member in struct:__anon3c492e6c0208
76 /* These macros are the values of the "transparentType" above: */
H A DmultiVis.c432 int transparentColor, transparentType; local in function:ReadAreaToImage
464 &transparentColor, &transparentType)) {
490 if ((image->depth == 8) && (transparentType == TransparentPixel)) {
523 if (transparentType == TransparentPixel) {
930 int *transparentColor, int *transparentType)
936 && (pOverlayVisuals[i].transparentType != None)) {
938 *transparentType = pOverlayVisuals[i].transparentType;
1073 if (pOVis->transparentType == TransparentPixel)
928 src_in_overlay(image_region_type * src,int numOverlayVisuals,OverlayInfo * pOverlayVisuals,int * transparentColor,int * transparentType) argument
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxfbconfig.c39 (c1->transparentType == c2->transparentType) &&
H A Dglxcmds.c2787 buf[p++] = pFBConfig->transparentType;
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxint.h83 int transparentType; member in struct:__GLXFBConfigRec
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxinfo.c82 int transparentType; member in struct:visual_attribs
753 glXGetConfig(dpy, vInfo,GLX_TRANSPARENT_TYPE, &attribs->transparentType);
754 if (attribs->transparentType == GLX_TRANSPARENT_RGB) {
760 else if (attribs->transparentType == GLX_TRANSPARENT_INDEX) {
868 glXGetFBConfigAttrib(dpy, fbconfig,GLX_TRANSPARENT_TYPE, &attribs->transparentType);
869 if (attribs->transparentType == GLX_TRANSPARENT_RGB) {
875 else if (attribs->transparentType == GLX_TRANSPARENT_INDEX) {
954 if (attribs->transparentType == GLX_NONE) {
957 else if (attribs->transparentType == GLX_TRANSPARENT_RGB) {
960 else if (attribs->transparentType
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx_glxvisuals.c299 config->transparentType = GLX_NONE_EXT;
381 config->transparentType = value;
587 cfg->transparentPixel = fbcfg->transparentType;

Completed in 11 milliseconds