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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dpixelshader.c102 HRESULT pixelshader_init(IDirect3DPixelShader8Impl *shader, IDirect3DDevice8Impl *device, function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dshader.c290 HRESULT pixelshader_init(struct d3d9_pixelshader *shader, struct d3d9_device *device, const DWORD *byte_code) function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dpixelshader.c140 HRESULT pixelshader_init(IDirect3DPixelShader9Impl *shader, IDirect3DDevice9Impl *device, const DWORD *byte_code) function
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c2219 HRESULT pixelshader_init(IWineD3DPixelShaderImpl *shader, IWineD3DDeviceImpl *device, function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c2213 HRESULT pixelshader_init(IWineD3DPixelShaderImpl *shader, IWineD3DDeviceImpl *device, function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader.c2289 static HRESULT pixelshader_init(struct wined3d_shader *shader, struct wined3d_device *device, function
2429 hr = pixelshader_init(object, device, byte_code, output_signature, parent, parent_ops, max_version);

Completed in 803 milliseconds