Home
last modified time | relevance | path

Searched refs:getInternalCubeMapSurface (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DCubeTexture9.hpp66 Direct3DSurface9 *getInternalCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level);
DDirect3DCubeTexture9.cpp331 …Direct3DSurface9 *Direct3DCubeTexture9::getInternalCubeMapSurface(D3DCUBEMAP_FACES face, unsigned … in getInternalCubeMapSurface() function in D3D9::Direct3DCubeTexture9
DDirect3DDevice9.cpp6140 surface = cubeTexture->getInternalCubeMapSurface((D3DCUBEMAP_FACES)face, surfaceLevel); in bindTextures()