Lines Matching refs:print
77 print("ERROR: Value '%s' is of unsupported type!\n", value.name.c_str());
83 print("ERROR: Value '%s' has invalid number of scalars!\n", value.name.c_str());
104 print("ERROR: No programs specified!\n");
112 print("ERROR: Full GLSL ES 1.00 support requested for other GLSL version!\n");
120 print("ERROR: Full GLSL ES 1.00 support doesn't make sense when expecting compile/link failure!\n");
127 print("ERROR: Invalid case type!\n");
133 print("ERROR: Invalid expected result!\n");
143 print("ERROR: Number of input and output elements don't match!\n");
153 print("ERROR: Separable shaders supported only for complete cases!\n");
170 print("ERROR: Inconsistent source/enable for shader stage %s!\n", getShaderTypeName((ShaderType)shaderStageNdx));
176 print("ERROR: Stage %s enabled on multiple programs!\n", getShaderTypeName((ShaderType)shaderStageNdx));
185 print("ERROR: Source specified for unsupported shader stage %s!\n", getShaderTypeName((ShaderType)shaderStageNdx));
193 print("ERROR: Vertex and fragment shaders are mandatory!\n");
199 print("ERROR: Both tessellation control and eval shaders must be either enabled or disabled!\n");
210 print("ERROR: Only cases using separable programs can have multiple programs!\n");
216 print("ERROR: Vertex-only case must have only vertex shader!\n");
222 print("ERROR: Fragment-only case must have only fragment shader!\n");
228 print("ERROR: Complete case must have at least vertex and fragment shaders\n");