Home | History | Annotate | Download | only in gpu

Lines Matching refs:fDesc

38         fDesc.fFlags = fDesc.fFlags | flags;
41 fDesc.fFlags = fDesc.fFlags & ~flags;
44 return 0 != (fDesc.fFlags & flags);
59 return (size_t) fDesc.fWidth *
60 fDesc.fHeight *
61 GrBytesPerPixel(fDesc.fConfig);
103 SkASSERT(GrIsPow2(fDesc.fWidth));
107 SkASSERT(GrIsPow2(fDesc.fHeight));
150 fShiftFixedX = 31 - SkCLZ(fDesc.fWidth);
151 fShiftFixedY = 31 - SkCLZ(fDesc.fHeight);