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

/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_getstring.c15 static GLubyte gpszExtensions[10000]; variable
95 sprintf((char*)gpszExtensions, "%s GL_EXT_stencil_two_side", ext);
97 sprintf((char*)gpszExtensions, "%s", ext);
102 return gpszExtensions;

Completed in 42 milliseconds