aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/glsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/glsl')
-rw-r--r--src/gpu/glsl/GrGLSL.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gpu/glsl/GrGLSL.cpp b/src/gpu/glsl/GrGLSL.cpp
index 994a8372a7..6067fa65af 100644
--- a/src/gpu/glsl/GrGLSL.cpp
+++ b/src/gpu/glsl/GrGLSL.cpp
@@ -89,20 +89,8 @@ const char* GrGLSLTypeString(const GrShaderCaps* shaderCaps, GrSLType t) {
return "uint";
case kShort_GrSLType:
return "short";
- case kShort2_GrSLType:
- return "short2";
- case kShort3_GrSLType:
- return "short3";
- case kShort4_GrSLType:
- return "short4";
case kUShort_GrSLType:
return "ushort";
- case kUShort2_GrSLType:
- return "ushort2";
- case kUShort3_GrSLType:
- return "ushort3";
- case kUShort4_GrSLType:
- return "ushort4";
case kTexture2D_GrSLType:
return "texture2D";
case kSampler_GrSLType: