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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c4400 static HRESULT WINAPI IWineD3DDeviceImpl_EndStateBlock(IWineD3DDevice *iface, IWineD3DStateBlock** ppStateBlock) { argument
4406 *ppStateBlock = NULL;
4412 *ppStateBlock = (IWineD3DStateBlock*) object;
4416 /* IWineD3DStateBlock_AddRef(*ppStateBlock); don't need to do this, since we should really just release UpdateStateBlock first */
4417 TRACE("(%p) returning token (ptr to stateblock) of %p\n", This, *ppStateBlock);

Completed in 71 milliseconds