Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:err_out

3148 static std::string packVarNames(GLsizei count, const char** names, GLint* err_out) {
3150 #define VALIDATE(cond, err) if (cond) { *err_out = err; return packed; } \
3169 *err_out = GL_NO_ERROR;