Searched defs:MGLDC (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h854 typedef publicDevCtx_t MGLDC; typedef
857 typedef struct internalDevCtx_t MGLDC; typedef in typeref:struct:internalDevCtx_t
940 * an MGLDC as a parmeter for the context to work with and hence dont work
956 bool MGLAPI MGL_isDisplayDC(MGLDC *dc);
957 bool MGLAPI MGL_isWindowedDC(MGLDC *dc);
958 bool MGLAPI MGL_isMemoryDC(MGLDC *dc);
968 m_int MGLAPI MGL_getDriver(MGLDC *dc);
969 m_int MGLAPI MGL_getMode(MGLDC *dc);
970 m_int MGLAPI MGL_surfaceAccessType(MGLDC *dc);
971 m_int MGLAPI MGL_zbufferAccessType(MGLDC *d
[all...]
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H854 typedef publicDevCtx_t MGLDC; typedef
857 typedef struct internalDevCtx_t MGLDC; typedef in typeref:struct:internalDevCtx_t
940 * an MGLDC as a parmeter for the context to work with and hence dont work
956 bool MGLAPI MGL_isDisplayDC(MGLDC *dc);
957 bool MGLAPI MGL_isWindowedDC(MGLDC *dc);
958 bool MGLAPI MGL_isMemoryDC(MGLDC *dc);
968 m_int MGLAPI MGL_getDriver(MGLDC *dc);
969 m_int MGLAPI MGL_getMode(MGLDC *dc);
970 m_int MGLAPI MGL_surfaceAccessType(MGLDC *dc);
971 m_int MGLAPI MGL_zbufferAccessType(MGLDC *d
[all...]

Completed in 71 milliseconds