Searched refs:GL_EXTENSIONS (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_getstring.c30 case GL_EXTENSIONS:
H A Dstate_bufferobject.c779 ext = (const char *) diff_api.GetString(GL_EXTENSIONS);
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_getstring.c69 crPackGetStringSWAP( GL_EXTENSIONS, return_value, &writeback );
73 crPackGetString( GL_EXTENSIONS, return_value, &writeback );
118 case GL_EXTENSIONS:
207 packspu_GetString(GL_EXTENSIONS);
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestDarwin.cpp152 const GLubyte *pszExts = glGetString(GL_EXTENSIONS);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c452 const char *extString = (const char *) render_spu.ws.glGetString( GL_EXTENSIONS );
454 crDebug( "Render SPU: GL_EXTENSIONS: %s", render_spu.ws.glGetString( GL_EXTENSIONS ) );
459 crInfo( "Render SPU: GL_EXTENSIONS: %s", render_spu.ws.glGetString( GL_EXTENSIONS ) );
1782 if (pname == GL_EXTENSIONS)
1790 nativeExt = (const char *) render_spu.ws.glGetString(GL_EXTENSIONS);
1835 return render_spu.ws.glGetString(GL_EXTENSIONS);
H A Drenderspu_init.c412 if (version>=2.f || crStrstr((const char*)render_spu.ws.glGetString(GL_EXTENSIONS), "GL_ARB_vertex_shader"))
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxGLSupportInfo.cpp289 str = glGetString (GL_EXTENSIONS);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_misc.c438 const char *ext = (const char*)gl->GetString(GL_EXTENSIONS);
444 const char *ext = (const char*)gl->GetString(GL_EXTENSIONS);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c2047 GL_Extensions = (const char *)glGetString(GL_EXTENSIONS);
2051 ERR_(d3d_caps)("Received a NULL GL_EXTENSIONS.\n");
H A Dwined3d_gl.h121 #define GL_EXTENSIONS 0x1F03 macro
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp819 const char * pszExtension = (const char*)pBlitter->pDispatch->GetString(GL_EXTENSIONS);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp853 /** The GL_EXTENSIONS value (space padded) for the default OpenGL profile.
857 /** The GL_EXTENSIONS value (space padded) for the other OpenGL profile.
1013 * Outputs GL_EXTENSIONS list to the release log.
1017 /* OpenGL 3.0 interface (glGetString(GL_EXTENSIONS) return NULL). */
1076 * Gathers the GL_EXTENSIONS list, storing it as a space padded list at
1091 const char *pszExtensions = (const char *)glGetString(GL_EXTENSIONS);
1102 * the above GL_EXTENSIONS error lingers on darwin. sucks.
1117 const char *pszExt = (const char *)pfnGlGetStringi(GL_EXTENSIONS, i);
1119 rc = RTStrAAppendExN(ppszExtensions, 2, pfnGlGetStringi(GL_EXTENSIONS, i), RTSTR_MAX, " ", (size_t)1);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c1828 pExt = (const char *) stub.spu->dispatch_table.GetString(GL_EXTENSIONS);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h689 #define GL_EXTENSIONS 0x1F03 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h687 #define GL_EXTENSIONS 0x1F03 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c2272 GL_Extensions = (const char *)glGetString(GL_EXTENSIONS);
2276 ERR_(d3d_caps)("Received a NULL GL_EXTENSIONS.\n");
H A Dwined3d_gl.h121 #define GL_EXTENSIONS 0x1F03 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c2962 GL_Extensions = (const char *)gl_info->gl_ops.gl.p_glGetString(GL_EXTENSIONS);
2965 ERR("Received a NULL GL_EXTENSIONS.\n");
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h1155 #define GL_EXTENSIONS 0x1F03 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h1315 #define GL_EXTENSIONS 0x1F03 macro

Completed in 489 milliseconds