Home
last modified time | relevance | path

Searched refs:FBOSTATUS_TO_STR (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dutils.c4776 #define FBOSTATUS_TO_STR(u) case u: return #u in debug_fbostatus() macro
4777 FBOSTATUS_TO_STR(GL_FRAMEBUFFER_COMPLETE); in debug_fbostatus()
4778 FBOSTATUS_TO_STR(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT); in debug_fbostatus()
4781 FBOSTATUS_TO_STR(GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT); in debug_fbostatus()
4782 FBOSTATUS_TO_STR(GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER); in debug_fbostatus()
4783 FBOSTATUS_TO_STR(GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER); in debug_fbostatus()
4784 FBOSTATUS_TO_STR(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE); in debug_fbostatus()
4785 FBOSTATUS_TO_STR(GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS); in debug_fbostatus()
4787 FBOSTATUS_TO_STR(GL_FRAMEBUFFER_UNSUPPORTED); in debug_fbostatus()
4788 FBOSTATUS_TO_STR(GL_FRAMEBUFFER_UNDEFINED); in debug_fbostatus()
[all …]