Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1322 &Params.nMag, in ParseGenericSurface()
1447 else if(Cmd == GenericSurfCommands[eCmds_Mag]) Params.nMag = Type; in ParseGenericSurface()
1505 TexDesc.nMag = eFilter_Default; in ParseTexture()
1631 pTex->nMag = TexDesc.nMag; in ParseTexture()
1692 TexDesc.nMag = eFilter_Default; in ParseTarget()
1765 pTex->nMag = TexDesc.nMag; in ParseTarget()
1919 pTex->nMag = uiMag; in ParseTextures()
DPVRTPFXParser.h121 unsigned int nMin, nMag, nMIP; member
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp762 switch(pPFXTex->nMag) in SetTexture()