Lines Matching full:case
14 case kVoid_GrSLType:
16 case kFloat_GrSLType: // fall through
17 case kHalf_GrSLType:
19 case kFloat2_GrSLType: // fall through
20 case kHalf2_GrSLType:
22 case kFloat3_GrSLType:
23 case kHalf3_GrSLType:
25 case kFloat4_GrSLType:
26 case kHalf4_GrSLType:
28 case kUint2_GrSLType:
30 case kInt2_GrSLType:
31 case kShort2_GrSLType:
32 case kUShort2_GrSLType:
34 case kInt3_GrSLType:
35 case kShort3_GrSLType:
36 case kUShort3_GrSLType:
38 case kInt4_GrSLType:
39 case kShort4_GrSLType:
40 case kUShort4_GrSLType:
42 case kFloat2x2_GrSLType:
43 case kHalf2x2_GrSLType:
45 case kFloat3x3_GrSLType:
46 case kHalf3x3_GrSLType:
48 case kFloat4x4_GrSLType:
49 case kHalf4x4_GrSLType:
51 case kTexture2DSampler_GrSLType:
53 case kTextureExternalSampler_GrSLType:
55 case kTexture2DRectSampler_GrSLType:
57 case kBufferSampler_GrSLType:
59 case kBool_GrSLType:
61 case kInt_GrSLType: // fall through
62 case kShort_GrSLType:
64 case kUint_GrSLType:
65 case kUShort_GrSLType: // fall through
67 case kTexture2D_GrSLType:
69 case kSampler_GrSLType: