Lines Matching refs:modeMap
654 static ModeMap modeMap; in getModeStr() local
655 if (modeMap.empty()) in getModeStr()
657 modeMap[GL_UNPACK_ROW_LENGTH] = "GL_UNPACK_ROW_LENGTH"; in getModeStr()
658 modeMap[GL_UNPACK_SKIP_ROWS] = "GL_UNPACK_SKIP_ROWS"; in getModeStr()
659 modeMap[GL_UNPACK_SKIP_PIXELS] = "GL_UNPACK_SKIP_PIXELS"; in getModeStr()
660 modeMap[GL_UNPACK_ALIGNMENT] = "GL_UNPACK_ALIGNMENT"; in getModeStr()
661 modeMap[GL_UNPACK_IMAGE_HEIGHT] = "GL_UNPACK_IMAGE_HEIGHT"; in getModeStr()
662 modeMap[GL_UNPACK_SKIP_IMAGES] = "GL_UNPACK_SKIP_IMAGES"; in getModeStr()
663 modeMap[GL_PACK_ROW_LENGTH] = "GL_PACK_ROW_LENGTH"; in getModeStr()
664 modeMap[GL_PACK_SKIP_ROWS] = "GL_PACK_SKIP_ROWS"; in getModeStr()
665 modeMap[GL_PACK_SKIP_PIXELS] = "GL_PACK_SKIP_PIXELS"; in getModeStr()
666 modeMap[GL_PACK_ALIGNMENT] = "GL_PACK_ALIGNMENT"; in getModeStr()
667 modeMap[GL_UNPACK_SWAP_BYTES] = "GL_UNPACK_SWAP_BYTES"; in getModeStr()
668 modeMap[GL_UNPACK_LSB_FIRST] = "GL_UNPACK_LSB_FIRST"; in getModeStr()
669 modeMap[GL_PACK_SWAP_BYTES] = "GL_PACK_SWAP_BYTES"; in getModeStr()
670 modeMap[GL_PACK_LSB_FIRST] = "GL_PACK_LSB_FIRST"; in getModeStr()
671 modeMap[GL_PACK_IMAGE_HEIGHT] = "GL_PACK_IMAGE_HEIGHT"; in getModeStr()
672 modeMap[GL_PACK_SKIP_IMAGES] = "GL_PACK_SKIP_IMAGES"; in getModeStr()
675 ModeMap::iterator it = modeMap.find(type); in getModeStr()
676 if (it == modeMap.end()) in getModeStr()