Lines Matching refs:parent_ops

6824         const struct wined3d_parent_ops *parent_ops,
6833 const struct wined3d_parent_ops *parent_ops) = 0;
6841 const struct wined3d_parent_ops *parent_ops) = 0;
6862 const struct wined3d_parent_ops *parent_ops) = 0;
6878 const struct wined3d_parent_ops *parent_ops) = 0;
6890 const struct wined3d_parent_ops *parent_ops
6906 const struct wined3d_parent_ops *parent_ops
6921 const struct wined3d_parent_ops *parent_ops) = 0;
6937 const struct wined3d_parent_ops *parent_ops,
6944 const struct wined3d_parent_ops *parent_ops,
6952 const struct wined3d_parent_ops *parent_ops) = 0;
6959 const struct wined3d_parent_ops *parent_ops) = 0;
6966 const struct wined3d_parent_ops *parent_ops) = 0;
7484 const struct wined3d_parent_ops *parent_ops,
7494 const struct wined3d_parent_ops *parent_ops);
7503 const struct wined3d_parent_ops *parent_ops);
7526 const struct wined3d_parent_ops *parent_ops
7549 const struct wined3d_parent_ops *parent_ops
7567 const struct wined3d_parent_ops *parent_ops
7584 const struct wined3d_parent_ops *parent_ops
7600 const struct wined3d_parent_ops *parent_ops
7624 const struct wined3d_parent_ops *parent_ops,
7632 const struct wined3d_parent_ops *parent_ops,
7641 const struct wined3d_parent_ops *parent_ops);
7649 const struct wined3d_parent_ops *parent_ops);
7657 const struct wined3d_parent_ops *parent_ops);
8276 #define IWineD3DDevice_CreateBuffer(This,desc,data,parent,parent_ops,buffer) (This)->lpVtbl->CreateBuffer(This,desc,data,parent,parent_ops,buffer)
8277 #define IWineD3DDevice_CreateVertexBuffer(This,length,usage,pool,vertex_buffer,parent,parent_ops) (This)->lpVtbl->CreateVertexBuffer(This,length,usage,pool,vertex_buffer,parent,parent_ops)
8278 #define IWineD3DDevice_CreateIndexBuffer(This,length,usage,pool,index_buffer,parent,parent_ops) (This)->lpVtbl->CreateIndexBuffer(This,length,usage,pool,index_buffer,parent,parent_ops)
8281 #define IWineD3DDevice_CreateSurface(This,width,height,format,lockable,discard,level,surface,usage,pool,multisample_type,multisample_quality,surface_type,parent,parent_ops,shared_handle,pvClientMem) (This)->lpVtbl->CreateSurface(This,width,height,format,lockable,discard,level,surface,usage,pool,multisample_type,multisample_quality,surface_type,parent,parent_ops,shared_handle,pvClientMem)
8283 #define IWineD3DDevice_CreateSurface(This,width,height,format,lockable,discard,level,surface,usage,pool,multisample_type,multisample_quality,surface_type,parent,parent_ops) (This)->lpVtbl->CreateSurface(This,width,height,format,lockable,discard,level,surface,usage,pool,multisample_type,multisample_quality,surface_type,parent,parent_ops)
8287 #define IWineD3DDevice_CreateTexture(This,width,height,levels,usage,format,pool,texture,parent,parent_ops,shared_handle,pavClientMem) (This)->lpVtbl->CreateTexture(This,width,height,levels,usage,format,pool,texture,parent,parent_ops,shared_handle,pavClientMem)
8289 #define IWineD3DDevice_CreateTexture(This,width,height,levels,usage,format,pool,texture,parent,parent_ops) (This)->lpVtbl->CreateTexture(This,width,height,levels,usage,format,pool,texture,parent,parent_ops)
8292 #define IWineD3DDevice_CreateVolumeTexture(This,width,height,depth,levels,usage,format,pool,texture,parent,parent_ops,shared_handle,pavClientMem) (This)->lpVtbl->CreateVolumeTexture(This,width,height,depth,levels,usage,format,pool,texture,parent,parent_ops,shared_handle,pavClientMem)
8294 #define IWineD3DDevice_CreateVolumeTexture(This,width,height,depth,levels,usage,format,pool,texture,parent,parent_ops) (This)->lpVtbl->CreateVolumeTexture(This,width,height,depth,levels,usage,format,pool,texture,parent,parent_ops)
8297 #define IWineD3DDevice_CreateVolume(This,width,height,depth,usage,format,pool,volume,parent,parent_ops,shared_handle,pvClientMem) (This)->lpVtbl->CreateVolume(This,width,height,depth,usage,format,pool,volume,parent,parent_ops,shared_handle,pvClientMem)
8299 #define IWineD3DDevice_CreateVolume(This,width,height,depth,usage,format,pool,volume,parent,parent_ops) (This)->lpVtbl->CreateVolume(This,width,height,depth,usage,format,pool,volume,parent,parent_ops)
8302 #define IWineD3DDevice_CreateCubeTexture(This,edge_length,levels,usage,format,pool,texture,parent,parent_ops,shared_handle,pavClientMem) (This)->lpVtbl->CreateCubeTexture(This,edge_length,levels,usage,format,pool,texture,parent,parent_ops,shared_handle,pavClientMem)
8304 #define IWineD3DDevice_CreateCubeTexture(This,edge_length,levels,usage,format,pool,texture,parent,parent_ops) (This)->lpVtbl->CreateCubeTexture(This,edge_length,levels,usage,format,pool,texture,parent,parent_ops)
8308 #define IWineD3DDevice_CreateVertexDeclaration(This,declaration,parent,parent_ops,elements,element_count) (This)->lpVtbl->CreateVertexDeclaration(This,declaration,parent,parent_ops,elements,element_count)
8309 #define IWineD3DDevice_CreateVertexDeclarationFromFVF(This,declaration,parent,parent_ops,fvf) (This)->lpVtbl->CreateVertexDeclarationFromFVF(This,declaration,parent,parent_ops,fvf)
8310 #define IWineD3DDevice_CreateVertexShader(This,function,output_signature,shader,parent,parent_ops) (This)->lpVtbl->CreateVertexShader(This,function,output_signature,shader,parent,parent_ops)
8311 #define IWineD3DDevice_CreateGeometryShader(This,byte_code,output_signature,shader,parent,parent_ops) (This)->lpVtbl->CreateGeometryShader(This,byte_code,output_signature,shader,parent,parent_ops)
8312 #define IWineD3DDevice_CreatePixelShader(This,function,output_signature,shader,parent,parent_ops) (This)->lpVtbl->CreatePixelShader(This,function,output_signature,shader,parent,parent_ops)
8447 const struct wined3d_parent_ops *parent_ops,
8461 const struct wined3d_parent_ops *parent_ops);
8474 const struct wined3d_parent_ops *parent_ops);
8505 const struct wined3d_parent_ops *parent_ops);
8531 const struct wined3d_parent_ops *parent_ops);
8548 const struct wined3d_parent_ops *parent_ops);
8564 const struct wined3d_parent_ops *parent_ops);
8579 const struct wined3d_parent_ops *parent_ops);
8610 const struct wined3d_parent_ops *parent_ops,
8622 const struct wined3d_parent_ops *parent_ops,
8635 const struct wined3d_parent_ops *parent_ops);
8647 const struct wined3d_parent_ops *parent_ops);
8659 const struct wined3d_parent_ops *parent_ops);