Searched refs:host_error (Results 1 – 1 of 1) sorted by relevance
492 host_error(ctx->m_glGetError_enc(ctx)) { in ErrorUpdater()494 host_error = GL_NO_ERROR; in ErrorUpdater()507 guest_error = host_error; in ErrorUpdater()512 host_error = mCtx->m_glGetError_enc(mCtx); in getHostErrorAndUpdate()514 guest_error = host_error; in getHostErrorAndUpdate()516 return host_error; in getHostErrorAndUpdate()526 GLenum host_error; member in GL2Encoder::ErrorUpdater