Searched refs:host_error (Results 1 – 1 of 1) sorted by relevance
520 host_error(ctx->m_glGetError_enc(ctx)) { in ErrorUpdater()522 host_error = GL_NO_ERROR; in ErrorUpdater()535 guest_error = host_error; in ErrorUpdater()540 host_error = mCtx->m_glGetError_enc(mCtx); in getHostErrorAndUpdate()542 guest_error = host_error; in getHostErrorAndUpdate()544 return host_error; in getHostErrorAndUpdate()554 GLenum host_error; member in GL2Encoder::ErrorUpdater