Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp167 const SPVRTPFXParserTexture* pTexDesc = m_pParser->GetTexture(iTexID); in LoadTexturesForEffect() local
173 if(pDelegate->PVRTPFXOnLoadTexture(pTexDesc->FileName, uiHandle, uiFlags) != PVR_SUCCESS) in LoadTexturesForEffect()
175 …*pReturnError += PVRTStringFromFormattedStr("ERROR: Failed to load texture: %s.\n", pTexDesc->File… in LoadTexturesForEffect()
182 …TStringFromFormattedStr("ERROR: GL handle for texture '%s' not set!\n", pTexDesc->FileName.c_str()… in LoadTexturesForEffect()