Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1347 &Params.nWrapS, in ParseGenericSurface()
1450 else if(Cmd == GenericSurfCommands[eCmds_WrapS]) Params.nWrapS = Type; in ParseGenericSurface()
1507 TexDesc.nWrapS = eWrap_Default; in ParseTexture()
1633 pTex->nWrapS = TexDesc.nWrapS; in ParseTexture()
1694 TexDesc.nWrapS = eWrap_Default; in ParseTarget()
1767 pTex->nWrapS = TexDesc.nWrapS; in ParseTarget()
1921 pTex->nWrapS = uiWrapS; in ParseTextures()
DPVRTPFXParser.h122 unsigned int nWrapS, nWrapT, nWrapR; // either GL_CLAMP or GL_REPEAT member
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp773 switch(pPFXTex->nWrapS) in SetTexture()