Searched refs:errorText (Results 1 – 3 of 3) sorted by relevance
138 public void onError(String errorText, boolean commandError); in onError() argument207 public void onError(String errorText, boolean commandError) { in onError() argument210 + errorText); in onError()214 System.out.println(errorText); in onError()298 public void onError(String errorText, boolean commandError) { in onError() argument304 proto.write(InstrumentationData.SessionStatus.ERROR_TEXT, errorText); in onError()
154 LOG_ALWAYS_FATAL("Failed to build gainmap shader: %s", buildResult.errorText.c_str()); in gainmap_apply_effect()
275 doThrowIAE(env, result.errorText.c_str()); in RuntimeShader_createShaderBuilder()