Home | History | Annotate | Download | only in service

Lines Matching refs:GetErrorState

174     ERRORSTATE_SET_GL_ERROR(state_.GetErrorState(), error, function_name, msg)
176 ERRORSTATE_SET_GL_ERROR_INVALID_ENUM(state_.GetErrorState(), \
179 ERRORSTATE_SET_GL_ERROR_INVALID_PARAM(state_.GetErrorState(), error, \
182 ERRORSTATE_COPY_REAL_GL_ERRORS_TO_WRAPPER(state_.GetErrorState(), \
185 ERRORSTATE_PEEK_GL_ERROR(state_.GetErrorState(), function_name)
187 ERRORSTATE_CLEAR_REAL_GL_ERRORS(state_.GetErrorState(), function_name)
655 virtual ErrorState* GetErrorState() OVERRIDE;
1910 "ScopedTextureBinder::ctor", state_->GetErrorState());
1920 "ScopedTextureBinder::dtor", state_->GetErrorState());
1928 "ScopedRenderBufferBinder::ctor", state_->GetErrorState());
1934 "ScopedRenderBufferBinder::dtor", state_->GetErrorState());
1942 "ScopedFrameBufferBinder::ctor", decoder_->GetErrorState());
1949 "ScopedFrameBufferBinder::dtor", decoder_->GetErrorState());
1965 "ScopedResolvedFrameBufferBinder::ctor", decoder_->GetErrorState());
2017 "ScopedResolvedFrameBufferBinder::dtor", decoder_->GetErrorState());
2042 state_->GetErrorState());
2068 state_->GetErrorState());
2109 state_->GetErrorState());
2123 state_->GetErrorState());
2155 state_->GetErrorState());
2165 "BackRenderbuffer::AllocateStorage", state_->GetErrorState());
2205 state_->GetErrorState());
2231 decoder_->GetErrorState());
2239 "BackFramebuffer::AttachRenderTexture", decoder_->GetErrorState());
2253 "BackFramebuffer::AttachRenderBuffer", decoder_->GetErrorState());
2265 decoder_->GetErrorState());
2278 decoder_->GetErrorState());
3312 GetErrorState(),
3318 GetErrorState(),
3324 GetErrorState(),
3330 GetErrorState(),
3359 ErrorState* GLES2DecoderImpl::GetErrorState() {
3360 return state_.GetErrorState();
4452 GetErrorState());
4466 GetErrorState());
5802 "glTexParameterf", GetErrorState(), texture, pname, param);
5815 "glTexParameteri", GetErrorState(), texture, pname, param);
5828 "glTexParameterfv", GetErrorState(), texture, pname, *params);
5842 "glTexParameteriv", GetErrorState(), texture, pname, *params);
6193 GetErrorState());
6209 GetErrorState());
6258 "GLES2DecoderImpl::PrepareTexturesForRender", GetErrorState());
6303 "GLES2DecoderImpl::RestoreStateForTextures", GetErrorState());
8691 state_.GetErrorState(), "glCopyTexImage2D", internal_format,
8947 if (!texture_manager()->ValidateTextureParameters(state_.GetErrorState(),
9487 "GLES2DecoderImpl::DoSwapBuffers", GetErrorState());
10791 "GLES2DecoderImpl::DoBindTexImage2DCHROMIUM", GetErrorState());
10836 "GLES2DecoderImpl::DoReleaseTexImage2DCHROMIUM", GetErrorState());