Home
last modified time | relevance | path

Searched defs:edgeLength (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DCubeTexture9.hpp70 const unsigned int edgeLength; member in D3D9::Direct3DCubeTexture9
DDirect3DCubeTexture9.cpp26 …Direct3DCubeTexture9::Direct3DCubeTexture9(Direct3DDevice9 *device, unsigned int edgeLength, unsig… in Direct3DCubeTexture9()
DDirect3DDevice9Ex.cpp131 …long Direct3DDevice9Ex::CreateCubeTexture(unsigned int edgeLength, unsigned int levels, unsigned l… in CreateCubeTexture()
DDirect3DDevice9.cpp530 …long Direct3DDevice9::CreateCubeTexture(unsigned int edgeLength, unsigned int levels, unsigned lon… in CreateCubeTexture()
/external/swiftshader/src/D3D8/
DDirect3DCubeTexture8.hpp67 const unsigned int edgeLength; member in D3D8::Direct3DCubeTexture8
DDirect3DCubeTexture8.cpp25 …Direct3DCubeTexture8::Direct3DCubeTexture8(Direct3DDevice8 *device, unsigned int edgeLength, unsig… in Direct3DCubeTexture8()
DDirect3DDevice8.cpp539 …long Direct3DDevice8::CreateCubeTexture(unsigned int edgeLength, unsigned int levels, unsigned lon… in CreateCubeTexture()