Searched refs:colorBufIndex (Results 1 – 1 of 1) sorted by relevance
82 private int colorBufIndex = 0; field in FrameBuffer263 if (enabled) colorBufIndex = -1; in setMultiTarget()264 else colorBufIndex = 0; in setMultiTarget()272 return colorBufIndex == -1; in isMultiTarget()292 colorBufIndex = index; in setTargetIndex()302 return colorBufIndex; in getTargetIndex()426 String mrtStr = colorBufIndex >= 0 ? "" + colorBufIndex : "mrt"; in toString()