Searched refs:SkShmC (Results 1 – 8 of 8) sorted by relevance
46 SkShmC, // shared memory segment belonging to the client enumerator
438 case SkShmC: return "shm "; in show_SegKind()531 case SkAnonC: case SkAnonV: case SkShmC: in show_nsegment()696 case SkAnonC: case SkAnonV: case SkShmC: in sane_NSegment()765 case SkShmC: in maybe_merge_nsegments()932 || nsegments[i].kind == SkShmC; in sync_check_mapping_callback()1251 case SkFileC: case SkFileV: case SkShmC: in VG_()1314 || nsegments[i].kind == SkShmC in is_valid_for_client()1847 || nsegments[i].kind == SkShmC in VG_()2062 seg.kind = SkShmC; in VG_()2110 case SkAnonC: case SkAnonV: case SkFileC: case SkFileV: case SkShmC: in VG_()[all …]
1401 bogus.kind = SkShmC; in VG_()
78 seg->kind == SkShmC || in may_dump()
191 FIXED-TRUNK: fixed by introduction of SkShmC during aspacem rewrite
701 && (seg->kind == SkAnonC || seg->kind == SkFileC || seg->kind == SkShmC) in translations_allowable_from_seg()
2169 vg_assert(s->kind == SkShmC && s->start == ARG1); in POST()
1832 vg_assert(s->kind == SkShmC); in ML_()