Searched refs:coreProfile (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxinfo.c263 Bool coreProfile, Bool es2Profile, Bool direct)
267 if (coreProfile) {
396 Bool coreProfile, Bool es2Profile, Bool limits,
407 const char *oglstring = coreProfile ? "OpenGL core profile" :
418 coreProfile, es2Profile,
420 if (!ctx && opts->allowDirect && !coreProfile) {
423 coreProfile, es2Profile, False);
429 else if (!coreProfile && !es2Profile) {
436 if (!visinfo && !coreProfile && !es2Profile) {
442 if (!coreProfile
262 create_context_with_config(Display * dpy,GLXFBConfig config,Bool coreProfile,Bool es2Profile,Bool direct) argument
394 print_screen_info(Display * dpy,int scrnum,const struct options * opts,Bool coreProfile,Bool es2Profile,Bool limits,Bool coreWorked) argument
[all...]
/xsrc/external/mit/mesa-demos/dist/src/wgl/
H A Dwglinfo.c90 print_screen_info(HDC _hdc, const struct options *opts, GLboolean coreProfile) argument
193 if (coreProfile && have_WGL_ARB_create_context) {
245 coreProfile = GL_FALSE;
258 if (coreProfile) {
269 if (!coreProfile) {

Completed in 4 milliseconds