Searched refs:statetable (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2813 const struct StateEntry *statetable = stateblock->device->StateTable; local
2814 DWORD rep = statetable[state].representative;
2815 statetable[rep].apply(rep, stateblock, context);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h2778 const struct StateEntry *statetable = stateblock->device->StateTable; local
2779 DWORD rep = statetable[state].representative;
2780 statetable[rep].apply(rep, stateblock, context);

Completed in 63 milliseconds