Home
last modified time | relevance | path

Searched refs:nine_D3DPOOL_to_str (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.h12 const char *nine_D3DPOOL_to_str(D3DPOOL);
Dtexture9.c61 d3dformat_to_string(Format), nine_D3DPOOL_to_str(Pool), pSharedHandle); in NineTexture9_ctor()
Dbasetexture9.c615 nine_D3DPOOL_to_str(This->base.pool), in NineBaseTexture9_Dump()
Dsurface9.c283 nine_D3DPOOL_to_str(This->desc.Pool), in NineSurface9_Dump()
Dnine_dump.c27 const char *nine_D3DPOOL_to_str(D3DPOOL pool) in nine_D3DPOOL_to_str() function
Ddevice9.c1008 nine_D3DPOOL_to_str(Pool), ppTexture, pSharedHandle); in NineDevice9_CreateTexture()
1042 nine_D3DPOOL_to_str(Pool), ppVolumeTexture, pSharedHandle); in NineDevice9_CreateVolumeTexture()
1073 nine_D3DPOOL_to_str(Pool), ppCubeTexture, pSharedHandle); in NineDevice9_CreateCubeTexture()
1182 This, type, nine_D3DPOOL_to_str(Pool), Width, Height, in create_zs_or_rt_surface()