gl_error_bit 552 gpu/command_buffer/common/gles2_cmd_utils.cc return gl_error_bit::kInvalidEnum; gl_error_bit 554 gpu/command_buffer/common/gles2_cmd_utils.cc return gl_error_bit::kInvalidValue; gl_error_bit 556 gpu/command_buffer/common/gles2_cmd_utils.cc return gl_error_bit::kInvalidOperation; gl_error_bit 558 gpu/command_buffer/common/gles2_cmd_utils.cc return gl_error_bit::kOutOfMemory; gl_error_bit 560 gpu/command_buffer/common/gles2_cmd_utils.cc return gl_error_bit::kInvalidFrameBufferOperation; gl_error_bit 563 gpu/command_buffer/common/gles2_cmd_utils.cc return gl_error_bit::kNoError; gl_error_bit 569 gpu/command_buffer/common/gles2_cmd_utils.cc case gl_error_bit::kInvalidEnum: gl_error_bit 571 gpu/command_buffer/common/gles2_cmd_utils.cc case gl_error_bit::kInvalidValue: gl_error_bit 573 gpu/command_buffer/common/gles2_cmd_utils.cc case gl_error_bit::kInvalidOperation: gl_error_bit 575 gpu/command_buffer/common/gles2_cmd_utils.cc case gl_error_bit::kOutOfMemory: gl_error_bit 577 gpu/command_buffer/common/gles2_cmd_utils.cc case gl_error_bit::kInvalidFrameBufferOperation: