Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1349 &Params.nWrapR, in ParseGenericSurface()
1449 else if(Cmd == GenericSurfCommands[eCmds_WrapR]) Params.nWrapR = Type; in ParseGenericSurface()
1509 TexDesc.nWrapR = eWrap_Default; in ParseTexture()
1635 pTex->nWrapR = TexDesc.nWrapR; in ParseTexture()
1696 TexDesc.nWrapR = eWrap_Default; in ParseTarget()
1769 pTex->nWrapR = TexDesc.nWrapR; in ParseTarget()
1923 pTex->nWrapR = uiWrapR; 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.cpp796 switch(pPFXTex->nWrapR) in SetTexture()