Lines Matching defs:levels
655 UINT width, UINT height, UINT levels, DWORD usage, D3DFORMAT format,
662 TRACE("iface %p, width %u, height %u, levels %u, usage %#x, format %#x, pool %#x, texture %p.\n",
663 iface, width, height, levels, usage, format, pool, texture);
672 hr = texture_init(object, This, width, height, levels, usage, format, pool);
687 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT format,
694 TRACE("iface %p, width %u, height %u, depth %u, levels %u, usage %#x, format %#x, pool %#x, texture %p.\n",
695 iface, width, height, depth, levels, usage, format, pool, texture);
704 hr = volumetexture_init(object, This, width, height, depth, levels, usage, format, pool);
719 UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool, IDirect3DCubeTexture8 **texture)
725 TRACE("iface %p, edge_length %u, levels %u, usage %#x, format %#x, pool %#x, texture %p.\n",
726 iface, edge_length, levels, usage, format, pool, texture);
735 hr = cubetexture_init(object, This, edge_length, levels, usage, format, pool);