Lines Matching refs:parent_ops

665         const void *data, IUnknown *parent, const struct wined3d_parent_ops *parent_ops, IWineD3DBuffer **buffer)
683 WINED3DPOOL_MANAGED, GL_ARRAY_BUFFER_ARB, data, parent, parent_ops);
701 IUnknown *parent, const struct wined3d_parent_ops *parent_ops)
707 TRACE("iface %p, size %u, usage %#x, pool %#x, buffer %p, parent %p, parent_ops %p.\n",
708 iface, Size, Usage, Pool, ppVertexBuffer, parent, parent_ops);
729 Pool, GL_ARRAY_BUFFER_ARB, NULL, parent, parent_ops);
745 IUnknown *parent, const struct wined3d_parent_ops *parent_ops)
764 parent, parent_ops);
810 WINED3DSURFTYPE Impl, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
825 TRACE("surface_type %#x, parent %p, parent_ops %p.\n", Impl, parent, parent_ops);
841 Discard, MultiSample, MultisampleQuality, This, Usage, Format, Pool, parent, parent_ops
886 IWineD3DTexture **ppTexture, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
909 hr = texture_init(object, Width, Height, Levels, This, Usage, Format, Pool, parent, parent_ops
932 IWineD3DVolumeTexture **ppVolumeTexture, IUnknown *parent, const struct wined3d_parent_ops *parent_ops
954 hr = volumetexture_init(object, Width, Height, Depth, Levels, This, Usage, Format, Pool, parent, parent_ops
976 IUnknown *parent, const struct wined3d_parent_ops *parent_ops
998 hr = volume_init(object, This, Width, Height, Depth, Usage, Format, Pool, parent, parent_ops
1019 IUnknown *parent, const struct wined3d_parent_ops *parent_ops
1038 hr = cubetexture_init(object, EdgeLength, Levels, This, Usage, Format, Pool, parent, parent_ops
1146 IWineD3DVertexDeclaration **declaration, IUnknown *parent, const struct wined3d_parent_ops *parent_ops,
1163 hr = vertexdeclaration_init(object, This, elements, element_count, parent, parent_ops);
1316 const struct wined3d_parent_ops *parent_ops, DWORD fvf)
1328 hr = IWineD3DDevice_CreateVertexDeclaration(iface, declaration, parent, parent_ops, elements, size);
1336 const struct wined3d_parent_ops *parent_ops)
1349 hr = vertexshader_init(object, This, pFunction, output_signature, parent, parent_ops);
1370 const struct wined3d_parent_ops *parent_ops)
1383 hr = geometryshader_init(object, This, byte_code, output_signature, parent, parent_ops);
1400 const struct wined3d_parent_ops *parent_ops)
1413 hr = pixelshader_init(object, This, pFunction, output_signature, parent, parent_ops);