Searched defs:LIST_FOR_EACH_ENTRY (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dlist.h72 * LIST_FOR_EACH_ENTRY( gadget, &global_gadgets, struct gadget, entry )
200 #define LIST_FOR_EACH_ENTRY(elem, list, type, field) \ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dlist.h69 * LIST_FOR_EACH_ENTRY( gadget, &global_gadgets, struct gadget, entry )
197 #define LIST_FOR_EACH_ENTRY(elem, list, type, field) \ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dlist.h72 * LIST_FOR_EACH_ENTRY( gadget, &global_gadgets, struct gadget, entry )
200 #define LIST_FOR_EACH_ENTRY(elem, list, type, field) \ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dlist.h69 * LIST_FOR_EACH_ENTRY( gadget, &global_gadgets, struct gadget, entry )
197 #define LIST_FOR_EACH_ENTRY(elem, list, type, field) \ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dlist.h67 * LIST_FOR_EACH_ENTRY( gadget, &global_gadgets, struct gadget, entry )
195 #define LIST_FOR_EACH_ENTRY(elem, list, type, field) \ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dlist.h72 * LIST_FOR_EACH_ENTRY( gadget, &global_gadgets, struct gadget, entry )
200 #define LIST_FOR_EACH_ENTRY(elem, list, type, field) \ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3237 LIST_FOR_EACH_ENTRY(lconst, &This->baseShader.constantsF, local_constant, entry) { function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h3196 LIST_FOR_EACH_ENTRY(lconst, &This->baseShader.constantsF, local_constant, entry) { function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h3027 LIST_FOR_EACH_ENTRY(lconst, &shader->constantsF, struct wined3d_shader_lconst, entry) function

Completed in 127 milliseconds