Searched defs:GetGLError (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc459 GLenum err = GetGLError();
480 GLenum GLES2Implementation::GetGLError() { function in class:gpu::gles2::GLES2Implementation
481 TRACE_EVENT0("gpu", "GLES2::GetGLError");
508 // NOTE: Calling GetGLError overwrites data in the result buffer.
510 FailGLError(GetGLError());
/external/chromium_org/gpu/command_buffer/service/
H A Derror_state.cc22 virtual uint32 GetGLError() OVERRIDE;
85 uint32 ErrorStateImpl::GetGLError() { function in class:gpu::gles2::ErrorStateImpl
H A Dgles2_cmd_decoder_unittest_base.cc413 EXPECT_EQ(GL_NO_ERROR, GetGLError());
420 EXPECT_EQ(GL_NO_ERROR, GetGLError());
458 GLint GLES2DecoderTestBase::GetGLError() { function in class:gpu::gles2::GLES2DecoderTestBase
943 EXPECT_EQ(GL_NO_ERROR, GetGLError());

Completed in 353 milliseconds