Searched refs:wglGetProcAddress (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_init.c316 * wglGetProcAddress will work correctly. No such issue with GLX though.
332 render_spu.ws.wglGetProcAddress( "wglGetExtensionsStringEXT" );
335 render_spu.ws.wglGetProcAddress( "wglChoosePixelFormatARB" );
338 render_spu.ws.wglGetProcAddress( "wglGetPixelFormatAttribivARB" );
341 render_spu.ws.wglGetProcAddress( "wglGetPixelFormatAttribfvARB" );
343 if (render_spu.ws.wglGetProcAddress("glCopyTexSubImage3D"))
346 _cr_render_table[numFuncs].fn = (SPUGenericFunction) render_spu.ws.wglGetProcAddress("glCopyTexSubImage3D");
351 if (render_spu.ws.wglGetProcAddress("glDrawRangeElements"))
354 _cr_render_table[numFuncs].fn = (SPUGenericFunction) render_spu.ws.wglGetProcAddress("glDrawRangeElements");
359 if (render_spu.ws.wglGetProcAddress("glTexSubImage3
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dmesa_wgl.h92 WGLAPI PROC GLAPIENTRY wglGetProcAddress(const char*);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dchromium.h451 /* XXX how about this prototype for wglGetProcAddress()?
808 #define GET_PROC(NAME) wglGetProcAddress((const GLbyte *) (NAME))
H A Dcr_spu.h315 wglGetProcAddressFunc_t wglGetProcAddress; member in struct:__anon16133
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_gl.h209 #define VBOX_USE_GL_FUNC(pfn) p##pfn = (void *)wglGetProcAddress(#pfn);
H A Ddirectx.c323 if (!(gl_info->p_wglCreateContextAttribsARB = (void *)wglGetProcAddress("wglCreateContextAttribsARB")))
2653 #define USE_GL_FUNC(pfn) gl_info->gl_ops.ext.p_##pfn = (void *)wglGetProcAddress(#pfn);
2659 /* note that we still need the above wglGetProcAddress calls to initialize the table */
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshaderapi.c28 # define OGLGETPROCADDRESS wglGetProcAddress
H A Ddirectx.c2107 # define OGLGETPROCADDRESS wglGetProcAddress
H A Dwined3d_gl.h1759 USE_WGL_FUNC(wglGetProcAddress) \
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwingdi.h3791 WINGDIAPI PROC WINAPI wglGetProcAddress(LPCSTR);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwingdi.h3753 WINGDIAPI PROC WINAPI wglGetProcAddress(LPCSTR);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp138 # define OGLGETPROCADDRESS wglGetProcAddress
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_gl.h1754 USE_WGL_FUNC(wglGetProcAddress) \

Completed in 231 milliseconds