HomeSort by: relevance | last modified time | path
    Searched refs:transparentType (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xwd/dist/
wsutils.h 52 int transparentType; /* Can be None, TransparentPixel or
68 int transparentType; /* Can be None, TransparentPixel or
76 /* These macros are the values of the "transparentType" above: */
multiVis.c 432 int transparentColor, transparentType;
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)
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxfbconfig.c 39 (c1->transparentType == c2->transparentType) &&
glxcmds.c 2787 buf[p++] = pFBConfig->transparentType;
  /xsrc/external/mit/xorgproto/dist/include/GL/
glxint.h 83 int transparentType;
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
glxinfo.c 82 int transparentType;
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 == GLX_TRANSPARENT_INDEX)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmx_glxvisuals.c 299 config->transparentType = GLX_NONE_EXT;
381 config->transparentType = value;
587 cfg->transparentPixel = fbcfg->transparentType;

Completed in 12 milliseconds