Searched refs:SPUGenericFunction (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/array/
H A Darrayspu.c899 { "ArrayElement", (SPUGenericFunction) arrayspu_ArrayElement },
900 { "DrawArrays", (SPUGenericFunction) arrayspu_DrawArrays},
901 { "DrawElements", (SPUGenericFunction) arrayspu_DrawElements},
902 { "DrawRangeElements", (SPUGenericFunction) arrayspu_DrawRangeElements},
903 { "ColorPointer", (SPUGenericFunction) arrayspu_ColorPointer},
904 { "SecondaryColorPointerEXT", (SPUGenericFunction) arrayspu_SecondaryColorPointerEXT},
905 { "VertexPointer", (SPUGenericFunction) arrayspu_VertexPointer},
906 { "TexCoordPointer", (SPUGenericFunction) arrayspu_TexCoordPointer},
907 { "NormalPointer", (SPUGenericFunction) arrayspu_NormalPointer},
908 { "IndexPointer", (SPUGenericFunction) arrayspu_IndexPointe
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa.c452 pEntry->fn = (SPUGenericFunction)renderspu_SystemDeleteObjectARB;
459 pEntry->fn = (SPUGenericFunction)renderspu_SystemGetAttachedObjectsARB;
466 pEntry->fn = (SPUGenericFunction)renderspu_SystemGetHandleARB;
473 pEntry->fn = (SPUGenericFunction)renderspu_SystemGetInfoLogARB;
480 pEntry->fn = (SPUGenericFunction)renderspu_SystemGetObjectParameterfvARB;
487 pEntry->fn = (SPUGenericFunction)renderspu_SystemGetObjectParameterivARB;
H A Drenderspu_init.c346 _cr_render_table[numFuncs].fn = (SPUGenericFunction) render_spu.ws.wglGetProcAddress("glCopyTexSubImage3D");
354 _cr_render_table[numFuncs].fn = (SPUGenericFunction) render_spu.ws.wglGetProcAddress("glDrawRangeElements");
362 _cr_render_table[numFuncs].fn = (SPUGenericFunction) render_spu.ws.wglGetProcAddress("glTexSubImage3D");
370 _cr_render_table[numFuncs].fn = (SPUGenericFunction) render_spu.ws.wglGetProcAddress("glTexImage3D");
H A Drenderspu.c1877 table[i].fn = (SPUGenericFunction) FUNC; \
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuload.c219 SPUGenericFunction *f = (SPUGenericFunction *) table + funcOffset;
222 CRASSERT(funcOffset < sizeof(*table) / sizeof(SPUGenericFunction));
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h39 typedef void (*SPUGenericFunction)(void); typedef
46 SPUGenericFunction fn;
452 DECLEXPORT(SPUGenericFunction) crSPUFindFunction( const SPUNamedFunctionTable *table, const char *fname );

Completed in 69 milliseconds