Searched defs:StateEntry (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1219 struct StateEntry struct
1228 struct StateEntry content;
1260 HRESULT compile_state_table(struct StateEntry *StateTable, APPLYSTATEFUNC **dev_multistate_funcs,
1893 struct StateEntry StateTable[STATE_HIGHEST + 1];
2813 const struct StateEntry *statetable = stateblock->device->StateTable;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h1191 struct StateEntry struct
1200 struct StateEntry content;
1232 HRESULT compile_state_table(struct StateEntry *StateTable, APPLYSTATEFUNC **dev_multistate_funcs,
1861 struct StateEntry StateTable[STATE_HIGHEST + 1];
2778 const struct StateEntry *statetable = stateblock->device->StateTable;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h1117 const struct StateEntry *state_table;
1226 struct StateEntry struct
1235 struct StateEntry content;
1296 HRESULT compile_state_table(struct StateEntry *StateTable, APPLYSTATEFUNC **dev_multistate_funcs,
1889 struct StateEntry StateTable[STATE_HIGHEST + 1];
3178 const struct StateEntry *state_table = context->state_table;

Completed in 1698 milliseconds