Home
last modified time | relevance | path

Searched refs:transparentIndex (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/coders/
Dpalm.c265 transparentIndex, in ReadPALMImage() local
330 transparentIndex=(size_t) ReadBlobByte(image); in ReadPALMImage()
546 transparentIndex),exception); in ReadPALMImage()
740 transparentIndex; in WritePALMImage() local
763 transparentIndex=0; in WritePALMImage()
811 (void) WriteBlobByte(image,(unsigned char) transparentIndex); in WritePALMImage()
996 (void) WriteBlobByte(image,(unsigned char) transparentIndex); /* trans index */ in WritePALMImage()
/external/mesa3d/src/glx/
Dglxconfig.c124 *value_return = mode->transparentIndex; in glx_config_get()
243 (*next)->transparentIndex = GLX_DONT_CARE; in glx_config_create_list()
Dglxconfig.h66 GLint transparentIndex; member
Ddri_common.c143 __ATTRIB(__DRI_ATTRIB_TRANSPARENT_INDEX_VALUE, transparentIndex),
Dglxext.c486 config->transparentIndex = *bp++; in __glXInitializeVisualConfigFromTags()
Dglxcmds.c936 config->transparentIndex = GLX_DONT_CARE; in init_fbconfig_for_chooser()
1047 MATCH_DONT_CARE(transparentIndex); in fbconfigs_compatible()
/external/mesa3d/src/mesa/drivers/dri/common/
Dutils.c357 modes->transparentIndex = GLX_DONT_CARE; in driCreateConfigs()
/external/mesa3d/src/mesa/main/
Dmtypes.h189 GLint transparentIndex; member