HomeSort by: relevance | last modified time | path
    Searched defs:transparentType (Results 1 - 4 of 4) 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 440 int transparentColor, transparentType;
472 &transparentColor, &transparentType)) {
498 if ((image->depth == 8) && (transparentType == TransparentPixel)) {
531 if (transparentType == TransparentPixel) {
938 int *transparentColor, int *transparentType)
944 && (pOverlayVisuals[i].transparentType != None)) {
946 *transparentType = pOverlayVisuals[i].transparentType;
1083 if (pOVis->transparentType == TransparentPixel)
  /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...]

Completed in 9 milliseconds