Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1348 &Params.nWrapT, in ParseGenericSurface()
1451 else if(Cmd == GenericSurfCommands[eCmds_WrapT]) Params.nWrapT = Type; in ParseGenericSurface()
1508 TexDesc.nWrapT = eWrap_Default; in ParseTexture()
1634 pTex->nWrapT = TexDesc.nWrapT; in ParseTexture()
1695 TexDesc.nWrapT = eWrap_Default; in ParseTarget()
1768 pTex->nWrapT = TexDesc.nWrapT; in ParseTarget()
1922 pTex->nWrapT = uiWrapT; 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.cpp784 switch(pPFXTex->nWrapT) in SetTexture()