Searched refs:modeMap (Results 1 – 2 of 2) sorted by relevance
26 static const SkBlendMode modeMap[] = { in op_to_mode() local35 return modeMap[op]; in op_to_mode()
654 static ModeMap modeMap; in getModeStr() local655 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()[all …]