Lines Matching defs:reason
97 std::ostringstream reason;
98 reason << "Required " << requiredVS << " VS image uniforms but only " << imagesVS << " available."
102 OutputNotSupported(reason.str());
115 std::ostringstream reason;
116 reason << "Required " << requiredVS << " VS storage blocks but only " << blocksVS << " available."
120 OutputNotSupported(reason.str());
129 std::ostringstream reason;
130 reason << "Required GL_OES_shader_image_atomic is not available." << std::endl;
131 OutputNotSupported(reason.str());
143 std::ostringstream reason;
144 reason << "Required " << required << " shader output resources but only " << outputs << " available."
146 OutputNotSupported(reason.str());