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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvboxext.h54 typedef DECLCALLBACK(bool) FNVBOXEXT_HASHMAP_EQUAL(void *pvKey1, void *pvKey2);
289 static DECLCALLBACK(bool) vboxWineProfileDrawPrimHashMapEqual(void *pvKey1, void *pvKey2) argument
291 return ((uint32_t)pvKey1) == ((uint32_t)pvKey2);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1843 static DECLCALLBACK(bool) vboxWineProfileDrawPrimHashMapEqual(void *pvKey1, void *pvKey2) argument
1845 return ((uint32_t)pvKey1) == ((uint32_t)pvKey2);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h1811 static DECLCALLBACK(bool) vboxWineProfileDrawPrimHashMapEqual(void *pvKey1, void *pvKey2) argument
1813 return ((uint32_t)pvKey1) == ((uint32_t)pvKey2);

Completed in 589 milliseconds