Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.cpp505 PVRTuint8* pTempDecompData = (PVRTuint8*)pDecompressedData; in PVRTTextureLoadFromPointer() local
521 PVRTDecompressPVRTC(pTempCompData,bIs2bppPVRTC?1:0,uiMIPWidth,uiMIPHeight,pTempDecompData); in PVRTTextureLoadFromPointer()
524 pTempDecompData+=decompressedFaceOffset; in PVRTTextureLoadFromPointer()
549 PVRTDecompressPVRTC(pTempCompData,bIs2bppPVRTC?1:0,uiMIPWidth,uiMIPHeight,pTempDecompData); in PVRTTextureLoadFromPointer()
552 pTempDecompData+=decompressedFaceOffset; in PVRTTextureLoadFromPointer()
625 PVRTuint8* pTempDecompData = (PVRTuint8*)pDecompressedData; in PVRTTextureLoadFromPointer() local
641 PVRTDecompressETC(pTempCompData,uiMIPWidth,uiMIPHeight,pTempDecompData,0); in PVRTTextureLoadFromPointer()
644 pTempDecompData+=decompressedFaceOffset; in PVRTTextureLoadFromPointer()
669 PVRTDecompressETC(pTempCompData,uiMIPWidth,uiMIPHeight,pTempDecompData,0); in PVRTTextureLoadFromPointer()
672 pTempDecompData+=decompressedFaceOffset; in PVRTTextureLoadFromPointer()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp900 PVRTuint8* pTempDecompData = (PVRTuint8*)pDecompressedData; in PVRTTextureLoadFromPointer() local
916 PVRTDecompressPVRTC(pTempCompData,bIs2bppPVRTC?1:0,uiMIPWidth,uiMIPHeight,pTempDecompData); in PVRTTextureLoadFromPointer()
919 pTempDecompData+=decompressedFaceOffset; in PVRTTextureLoadFromPointer()
944 PVRTDecompressPVRTC(pTempCompData,bIs2bppPVRTC?1:0,uiMIPWidth,uiMIPHeight,pTempDecompData); in PVRTTextureLoadFromPointer()
947 pTempDecompData+=decompressedFaceOffset; in PVRTTextureLoadFromPointer()
1007 PVRTuint8* pTempDecompData = (PVRTuint8*)pDecompressedData; in PVRTTextureLoadFromPointer() local
1023 PVRTDecompressETC(pTempCompData,uiMIPWidth,uiMIPHeight,pTempDecompData,0); in PVRTTextureLoadFromPointer()
1026 pTempDecompData+=decompressedFaceOffset; in PVRTTextureLoadFromPointer()
1051 PVRTDecompressETC(pTempCompData,uiMIPWidth,uiMIPHeight,pTempDecompData,0); in PVRTTextureLoadFromPointer()
1054 pTempDecompData+=decompressedFaceOffset; in PVRTTextureLoadFromPointer()