Searched refs:nine_D3DPOOL_to_str (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_dump.h | 12 const char *nine_D3DPOOL_to_str(D3DPOOL);
|
D | texture9.c | 61 d3dformat_to_string(Format), nine_D3DPOOL_to_str(Pool), pSharedHandle); in NineTexture9_ctor()
|
D | basetexture9.c | 615 nine_D3DPOOL_to_str(This->base.pool), in NineBaseTexture9_Dump()
|
D | surface9.c | 283 nine_D3DPOOL_to_str(This->desc.Pool), in NineSurface9_Dump()
|
D | nine_dump.c | 27 const char *nine_D3DPOOL_to_str(D3DPOOL pool) in nine_D3DPOOL_to_str() function
|
D | device9.c | 1008 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()
|