Searched refs:pvKey2 (Results 1 - 8 of 8) 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);
H A Dshader.c2525 static DECLCALLBACK(bool) shader_cache_equal(void *pvKey1, void *pvKey2)
2528 struct wined3d_shader *shader2 = (struct wined3d_shader *)pvKey2;
2536 if (shader_cache_hash(pvKey1) != shader_cache_hash(pvKey2))
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dvboxext.h55 typedef DECLCALLBACK(bool) FNVBOXEXT_HASHMAP_EQUAL(void *pvKey1, void *pvKey2);
H A Dshader.c2378 static DECLCALLBACK(bool) shader_cache_equal(void *pvKey1, void *pvKey2)
2381 IWineD3DBaseShaderImpl *pShader2 = (IWineD3DBaseShaderImpl *)pvKey2;
2389 if (shader_cache_hash(pvKey1) != shader_cache_hash(pvKey2))
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 Dvboxext.h54 typedef DECLCALLBACK(bool) FNVBOXEXT_HASHMAP_EQUAL(void *pvKey1, void *pvKey2);
H A Dshader.c2372 static DECLCALLBACK(bool) shader_cache_equal(void *pvKey1, void *pvKey2)
2375 IWineD3DBaseShaderImpl *pShader2 = (IWineD3DBaseShaderImpl *)pvKey2;
2383 if (shader_cache_hash(pvKey1) != shader_cache_hash(pvKey2))
H A Dwined3d_private.h1811 static DECLCALLBACK(bool) vboxWineProfileDrawPrimHashMapEqual(void *pvKey1, void *pvKey2) argument
1813 return ((uint32_t)pvKey1) == ((uint32_t)pvKey2);

Completed in 183 milliseconds