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

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_glstate.h10 /* Forward declaration since some of the state/cr_*.h files need the CRContext type */
11 struct CRContext;
12 typedef struct CRContext CRContext; typedef in typeref:struct:CRContext
131 struct CRContext { struct
212 DECLEXPORT(CRContext *) crStateCreateContext(const CRLimitsState *limits, GLint visBits, CRContext *share);
213 DECLEXPORT(CRContext *) crStateCreateContextEx(const CRLimitsState *limits, GLint visBits, CRContext *share, GLint presetID);
214 DECLEXPORT(void) crStateMakeCurrent(CRContext *ct
[all...]

Completed in 46 milliseconds