Searched refs:gl_error_bit (Results 1 – 1 of 1) sorted by relevance
19 namespace gl_error_bit { namespace552 return gl_error_bit::kInvalidEnum; in GLErrorToErrorBit()554 return gl_error_bit::kInvalidValue; in GLErrorToErrorBit()556 return gl_error_bit::kInvalidOperation; in GLErrorToErrorBit()558 return gl_error_bit::kOutOfMemory; in GLErrorToErrorBit()560 return gl_error_bit::kInvalidFrameBufferOperation; in GLErrorToErrorBit()563 return gl_error_bit::kNoError; in GLErrorToErrorBit()569 case gl_error_bit::kInvalidEnum: in GLErrorBitToGLError()571 case gl_error_bit::kInvalidValue: in GLErrorBitToGLError()573 case gl_error_bit::kInvalidOperation: in GLErrorBitToGLError()[all …]