Home | History | Annotate | Download | only in functional

Lines Matching refs:ShaderType

1003 	static const ShaderType s_shaderTypes[] =
1052 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
1053 const char* shaderTypeName = getShaderTypeName(shaderType);
1056 bool isVertexCase = ((ShaderType)shaderType == SHADERTYPE_VERTEX);
1080 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
1081 const char* shaderTypeName = getShaderTypeName(shaderType);
1084 bool isVertexCase = ((ShaderType)shaderType == SHADERTYPE_VERTEX);
1116 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
1117 const char* shaderTypeName = getShaderTypeName(shaderType);
1120 bool isVertexCase = ((ShaderType)shaderType == SHADERTYPE_VERTEX);
1152 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
1153 const char* shaderTypeName = getShaderTypeName(shaderType);
1156 bool isVertexCase = ((ShaderType)shaderType == SHADERTYPE_VERTEX);