Searched refs:FailGLError (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/gpu/command_buffer/client/ | ||
H A D | gles2_implementation.h | 659 void FailGLError(GLenum error); 662 void FailGLError(GLenum /* error */) { } function in class:gpu::gles2::GLES2Implementation |
H A D | gles2_implementation.cc | 503 void GLES2Implementation::FailGLError(GLenum error) { function in class:gpu::gles2::GLES2Implementation 510 FailGLError(GetGLError()); 519 FailGLError(error); |
Completed in 237 milliseconds