Searched refs:pixelshader_init (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dpixelshader.c102 HRESULT pixelshader_init(IDirect3DPixelShader8Impl *shader, IDirect3DDevice8Impl *device, function
H A Dd3d8_private.h544 HRESULT pixelshader_init(IDirect3DPixelShader8Impl *shader, IDirect3DDevice8Impl *device,
H A Ddevice.c2181 hr = pixelshader_init(object, This, byte_code, shader_handle);
/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
H A Dd3d9_private.h343 HRESULT pixelshader_init(struct d3d9_pixelshader *shader,
H A Ddevice.c2991 hr = pixelshader_init(object, device, byte_code);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dpixelshader.c140 HRESULT pixelshader_init(IDirect3DPixelShader9Impl *shader, IDirect3DDevice9Impl *device, const DWORD *byte_code) function
H A Dd3d9_private.h580 HRESULT pixelshader_init(IDirect3DPixelShader9Impl *shader,
H A Ddevice.c2669 hr = pixelshader_init(object, This, byte_code);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshaderapi.c359 hr = pixelshader_init(object, This, pShaderData, NULL, NULL, NULL);
H A Dshader.c2219 HRESULT pixelshader_init(IWineD3DPixelShaderImpl *shader, IWineD3DDeviceImpl *device, function
H A Dwined3d_private.h3318 HRESULT pixelshader_init(IWineD3DPixelShaderImpl *shader, IWineD3DDeviceImpl *device,
/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);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c2213 HRESULT pixelshader_init(IWineD3DPixelShaderImpl *shader, IWineD3DDeviceImpl *device, function
H A Dwined3d_private.h3277 HRESULT pixelshader_init(IWineD3DPixelShaderImpl *shader, IWineD3DDeviceImpl *device,
H A Ddevice.c1413 hr = pixelshader_init(object, This, pFunction, output_signature, parent, parent_ops);

Completed in 963 milliseconds