Searched refs:Chip (Results 1 – 4 of 4) sorted by relevance
17 export class Chip { class29 export const VISIBLE_CHIP = new Chip('V', 'visible', 'default');31 export const RELATIVE_Z_CHIP = new Chip('RelZ', 'Is relative Z-ordered to another surface', 'warn');33 export const RELATIVE_Z_PARENT_CHIP = new Chip(39 export const MISSING_LAYER = new Chip(45 export const GPU_CHIP = new Chip('GPU', 'This layer was composed on the GPU', 'gpu');47 export const HWC_CHIP = new Chip('HWC', 'This layer was composed by Hardware Composer', 'hwc');
17 import {Chip} from './chip';48 chips: Chip[] = [];
17 import {Chip} from 'viewers/common/chip';65 chipClass(chip: Chip) {
16 import {Chip} from 'viewers/common/chip';40 chips: Chip[] = [];69 setChips(chips: Chip[]) {