Searched refs:IWineD3DTextureImpl (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dtexture.c42 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface;
114 static void texture_cleanup(IWineD3DTextureImpl *This)
144 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface;
160 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface;
166 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface;
209 IWineD3DTextureImpl *Thi
[all...]
H A Dbasetexture.c104 static void gltexture_delete(IWineD3DTextureImpl *This, struct gl_texture *tex)
114 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface;
H A Dwined3d_private.h2205 typedef struct IWineD3DTextureImpl struct
2217 } IWineD3DTextureImpl; typedef in typeref:struct:IWineD3DTextureImpl
2220 HRESULT texture_init(IWineD3DTextureImpl *texture, UINT width, UINT height, UINT levels,
H A Dstate.c497 surf = (IWineD3DSurfaceImpl *) ((IWineD3DTextureImpl *)stateblock->textures[0])->surfaces[0];
3116 surf = (IWineD3DSurfaceImpl *) ((IWineD3DTextureImpl *) stateblock->textures[0])->surfaces[0];
3223 glMultMatrixf(((IWineD3DTextureImpl *) stateblock->textures[texUnit])->baseTexture.pow2Matrix);
H A Dsurface.c1833 IWineD3DTextureImpl* pTex = (IWineD3DTextureImpl*)baseTexture;
H A Darb_program_shader.c459 const IWineD3DTextureImpl* const tex = (const IWineD3DTextureImpl*) stateBlock->textures[i];
H A Ddevice.c894 IWineD3DTextureImpl *object;
4193 if (texture && ((IWineD3DTextureImpl *)texture)->resource.pool == WINED3DPOOL_SCRATCH)
H A Dutils.c2786 surf = (IWineD3DSurfaceImpl *) ((IWineD3DTextureImpl *) stateblock->textures[0])->surfaces[0];
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/
H A DVBoxDbgGl.c294 const IWineD3DTextureImpl *pTexture = (IWineD3DTextureImpl*)pDevice->stateBlock->textures[iStage];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/
H A DVBoxDbgGl.c294 const IWineD3DTextureImpl *pTexture = (IWineD3DTextureImpl*)pDevice->stateBlock->textures[iStage];
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2240 typedef struct IWineD3DTextureImpl struct
2252 } IWineD3DTextureImpl; typedef in typeref:struct:IWineD3DTextureImpl
2255 HRESULT texture_init(IWineD3DTextureImpl *texture, UINT width, UINT height, UINT levels,

Completed in 668 milliseconds