Searched refs:pixelshader_init (Results 1 - 16 of 16) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/ |
H A D | pixelshader.c | 102 HRESULT pixelshader_init(IDirect3DPixelShader8Impl *shader, IDirect3DDevice8Impl *device, function
|
H A D | d3d8_private.h | 544 HRESULT pixelshader_init(IDirect3DPixelShader8Impl *shader, IDirect3DDevice8Impl *device,
|
H A D | device.c | 2181 hr = pixelshader_init(object, This, byte_code, shader_handle);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/ |
H A D | shader.c | 290 HRESULT pixelshader_init(struct d3d9_pixelshader *shader, struct d3d9_device *device, const DWORD *byte_code) function
|
H A D | d3d9_private.h | 343 HRESULT pixelshader_init(struct d3d9_pixelshader *shader,
|
H A D | device.c | 2991 hr = pixelshader_init(object, device, byte_code);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
H A D | pixelshader.c | 140 HRESULT pixelshader_init(IDirect3DPixelShader9Impl *shader, IDirect3DDevice9Impl *device, const DWORD *byte_code) function
|
H A D | d3d9_private.h | 580 HRESULT pixelshader_init(IDirect3DPixelShader9Impl *shader,
|
H A D | device.c | 2669 hr = pixelshader_init(object, This, byte_code);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | shaderapi.c | 359 hr = pixelshader_init(object, This, pShaderData, NULL, NULL, NULL);
|
H A D | shader.c | 2219 HRESULT pixelshader_init(IWineD3DPixelShaderImpl *shader, IWineD3DDeviceImpl *device, function
|
H A D | wined3d_private.h | 3318 HRESULT pixelshader_init(IWineD3DPixelShaderImpl *shader, IWineD3DDeviceImpl *device,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | shader.c | 2289 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 D | shader.c | 2213 HRESULT pixelshader_init(IWineD3DPixelShaderImpl *shader, IWineD3DDeviceImpl *device, function
|
H A D | wined3d_private.h | 3277 HRESULT pixelshader_init(IWineD3DPixelShaderImpl *shader, IWineD3DDeviceImpl *device,
|
H A D | device.c | 1413 hr = pixelshader_init(object, This, pFunction, output_signature, parent, parent_ops);
|
Completed in 963 milliseconds