Searched refs:GL_VERSION (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_getstring.c28 case GL_VERSION:
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_getstring.c44 GetString(GL_VERSION, return_value);
120 case GL_VERSION:
208 packspu_GetString(GL_VERSION);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlayCommon.h94 str = glGetString(GL_VERSION); \
H A DVBoxGLSupportInfo.cpp272 str = glGetString(GL_VERSION);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c458 crInfo( "Render SPU: GL_VERSION: %s", render_spu.ws.glGetString( GL_VERSION ) );
1813 else if (pname == GL_VERSION)
1814 return render_spu.ws.glGetString(GL_VERSION);
1831 return render_spu.ws.glGetString(GL_VERSION);
H A Drenderspu_init.c410 version = crStrToFloat((const char *) render_spu.ws.glGetString(GL_VERSION));
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp1453 glGetString(GL_VERSION), glGetString(GL_VENDOR), glGetString(GL_RENDERER),
1460 pState->fGLVersion = atof((const char *)glGetString(GL_VERSION));
1479 glGetString(GL_VERSION), glGetString(GL_VENDOR), glGetString(GL_RENDERER),
1486 pState->fOtherGLVersion = atof((const char *)glGetString(GL_VERSION));
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c1971 /* Parse the GL_VERSION field into major and minor information */
1972 VBOX_CHECK_GL_CALL(gl_version_str = (const char *)glGetString(GL_VERSION));
1973 TRACE_(d3d_caps)("GL_VERSION: %s.\n", debugstr_a(gl_version_str));
1977 ERR_(d3d_caps)("Received a NULL GL_VERSION.\n");
H A Dwined3d_gl.h120 #define GL_VERSION 0x1F02 macro
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp1147 const char * pszStr = (const char*)pCache->pDispatch->GetString(GL_VERSION);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h688 #define GL_VERSION 0x1F02 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h686 #define GL_VERSION 0x1F02 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c2219 /* Parse the GL_VERSION field into major and minor information */
2220 gl_version_str = (const char *)glGetString(GL_VERSION);
2221 TRACE_(d3d_caps)("GL_VERSION: %s.\n", debugstr_a(gl_version_str));
2225 ERR_(d3d_caps)("Received a NULL GL_VERSION.\n");
H A Dwined3d_gl.h120 #define GL_VERSION 0x1F02 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c2951 /* Parse the GL_VERSION field into major and minor information */
2952 gl_version_str = (const char *)gl_info->gl_ops.gl.p_glGetString(GL_VERSION);
2953 TRACE("GL_VERSION: %s.\n", debugstr_a(gl_version_str));
2956 ERR("Received a NULL GL_VERSION.\n");
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h4499 #define GL_VERSION 0x1F02 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h4823 #define GL_VERSION 0x1F02 macro

Completed in 428 milliseconds