Home
last modified time | relevance | path

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

/reactos/sdk/include/GL/
H A Dgl.h1627 #define GL_FUNC_SUBTRACT 0x800A macro
H A Dglext.h111 #define GL_FUNC_SUBTRACT 0x800A macro
/reactos/sdk/include/reactos/wine/
H A Dwgl.h1539 #define GL_FUNC_SUBTRACT 0x800A macro
/reactos/dll/directx/wine/wined3d/
H A Dstate.c411 return gl_info->supported[EXT_BLEND_SUBTRACT] ? GL_FUNC_SUBTRACT : GL_FUNC_ADD; in gl_blend_op()