Searched refs:FailGLError (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h659 void FailGLError(GLenum error);
662 void FailGLError(GLenum /* error */) { } function in class:gpu::gles2::GLES2Implementation
H A Dgles2_implementation.cc503 void GLES2Implementation::FailGLError(GLenum error) { function in class:gpu::gles2::GLES2Implementation
510 FailGLError(GetGLError());
519 FailGLError(error);

Completed in 237 milliseconds