Home
last modified time | relevance | path

Searched refs:GetCubeMapSurface (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DCubeTexture8.hpp57 …long __stdcall GetCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level , IDirect3DSurface8 **c…
DDirect3DCubeTexture8.cpp190 …long Direct3DCubeTexture8::GetCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level , IDirect3D… in GetCubeMapSurface() function in D3D8::Direct3DCubeTexture8
DDirect3DDevice8.cpp4106 source->GetCubeMapSurface((D3DCUBEMAP_FACES)face, level, &sourceSurface); in UpdateTexture()
4107 dest->GetCubeMapSurface((D3DCUBEMAP_FACES)face, level, &destinationSurface); in UpdateTexture()
/external/swiftshader/src/D3D9/
DDirect3DCubeTexture9.hpp60 …long __stdcall GetCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level, IDirect3DSurface9 **cu…
DDirect3DCubeTexture9.cpp266 …long Direct3DCubeTexture9::GetCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level, IDirect3DS… in GetCubeMapSurface() function in D3D9::Direct3DCubeTexture9
DDirect3DDevice9.cpp5606 source->GetCubeMapSurface((D3DCUBEMAP_FACES)face, level, &sourceSurface); in UpdateTexture()
5607 dest->GetCubeMapSurface((D3DCUBEMAP_FACES)face, level, &destinationSurface); in UpdateTexture()
/external/swiftshader/include/Direct3D/
Dd3d8.h877 …STDMETHOD(GetCubeMapSurface)(THIS_ D3DCUBEMAP_FACES FaceType,UINT Level,IDirect3DSurface8** ppCube… in DECLARE_INTERFACE_() local
901 #define IDirect3DCubeTexture8_GetCubeMapSurface(p,a,b,c) (p)->lpVtbl->GetCubeMapSurface(p,a,b,c)
921 #define IDirect3DCubeTexture8_GetCubeMapSurface(p,a,b,c) (p)->GetCubeMapSurface(a,b,c)
/external/mesa3d/include/D3D9/
Dd3d9.h153 …virtual HRESULT WINAPI GetCubeMapSurface(D3DCUBEMAP_FACES FaceType, UINT Level, IDirect3DSurface9 …
705 …HRESULT (WINAPI *GetCubeMapSurface)(IDirect3DCubeTexture9 *This, D3DCUBEMAP_FACES FaceType, UINT L…
737 #define IDirect3DCubeTexture9_GetCubeMapSurface(p,a,b,c) (p)->lpVtbl->GetCubeMapSurface(p,a,b,c)