5#include "flutter/testing/testing.h"
6#include "gtest/gtest.h"
12TEST(FormatsGLES, CanFormatFramebufferErrorMessage) {
14 "GL_FRAMEBUFFER_UNDEFINED");
16 "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT");
19 "GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT");
21 "GL_FRAMEBUFFER_UNSUPPORTED");
23 "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE");
TEST(AiksCanvasTest, EmptyCullRect)
std::string DebugToFramebufferError(int status)