Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1323 &Params.nMIP, in ParseGenericSurface()
1448 else if(Cmd == GenericSurfCommands[eCmds_Mip]) Params.nMIP = Type; in ParseGenericSurface()
1506 TexDesc.nMIP = eFilter_MipDefault; in ParseTexture()
1632 pTex->nMIP = TexDesc.nMIP; in ParseTexture()
1693 TexDesc.nMIP = eFilter_MipDefault; in ParseTarget()
1766 pTex->nMIP = TexDesc.nMIP; in ParseTarget()
1920 pTex->nMIP = uiMip; in ParseTextures()
DPVRTPFXParser.h121 unsigned int nMin, nMag, nMIP; member
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp724 switch(pPFXTex->nMIP) in SetTexture()