Lines Matching defs:reason
100 std::ostringstream reason;
101 reason << "Required " << requiredVS << " VS image uniforms but only " << imagesVS << " available."
105 OutputNotSupported(reason.str());
118 std::ostringstream reason;
119 reason << "Required " << required << " VS storage blocks but only " << blocksVS << " available."
123 OutputNotSupported(reason.str());
135 std::ostringstream reason;
136 reason << "Required GL_OES_shader_image_atomic is not available." << std::endl;
137 OutputNotSupported(reason.str());
149 std::ostringstream reason;
150 reason << "Required " << required << " shader output resources but only " << outputs << " available."
152 OutputNotSupported(reason.str());