Searched refs:PVRTuint64 (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTTexture.h | 135 static const PVRTuint64 PVRTEX_PFHIGHMASK=0xffffffff00000000ull; 245 …PVRTuint64 u64PixelFormat; ///< The pixel format, 8cc value storing the 4 channel identifiers and… 591 …PVRTuint64)C1Name) + ( (PVRTuint64)C2Name<<8) + ( (PVRTuint64)C3Name<<16) + ( (PVRTuint64)C4Name<<… 614 PVRTuint32 PVRTGetBitsPerPixel(PVRTuint64 u64PixelFormat); 624 void PVRTGetFormatMinDims(PVRTuint64 u64PixelFormat, PVRTuint32 &minX, PVRTuint32 &minY, PVRTuint32… 645 void PVRTMapLegacyTextureEnumToNewFormat(PVRTPixelType OldFormat, PVRTuint64& newType, EPVRTColourS…
|
D | PVRTGlobal.h | 162 typedef unsigned __int64 PVRTuint64; typedef 165 __extension__ typedef unsigned long long PVRTuint64; typedef 168 typedef unsigned long long PVRTuint64; typedef 185 PVRTSIZEASSERT(PVRTuint64, 8);
|
D | PVRTTexture.cpp | 202 PVRTuint32 PVRTGetBitsPerPixel(PVRTuint64 u64PixelFormat) in PVRTGetBitsPerPixel() 259 void PVRTGetFormatMinDims(PVRTuint64 u64PixelFormat, PVRTuint32 &minX, PVRTuint32 &minY, PVRTuint32… in PVRTGetFormatMinDims() 344 PVRTuint64 PixelFormatPartHigh = sTextureHeader.u64PixelFormat&PVRTEX_PFHIGHMASK; in PVRTGetTextureDataSize() 353 PVRTuint64 uiDataSize = 0; in PVRTGetTextureDataSize() 372 …uiDataSize+=(PVRTuint64)PVRTGetBitsPerPixel(sTextureHeader.u64PixelFormat)*(PVRTuint64)uiWidth*(PV… in PVRTGetTextureDataSize() 414 PVRTuint64 ptNew; in PVRTConvertOldTextureHeaderToV3() 511 void PVRTMapLegacyTextureEnumToNewFormat(PVRTPixelType OldFormat, PVRTuint64& newType, EPVRTColourS… in PVRTMapLegacyTextureEnumToNewFormat()
|
D | PVRTPrint3D.cpp | 311 PVRTuint64 uiPairToSearch = ((PVRTuint64)cA << 32) | (PVRTuint64)cB; in ApplyKerning()
|
D | PVRTPrint3D.h | 389 PVRTuint64 uiPair; /*!< OR'd pair for 32bit characters */
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTTextureAPI.cpp | 49 PVRTuint64 PixelFormat = sTextureHeader.u64PixelFormat; in PVRTGetOGLES2TextureFormat() 58 PVRTuint64 PixelFormatPartHigh = PixelFormat&PVRTEX_PFHIGHMASK; in PVRTGetOGLES2TextureFormat() 1086 PVRTuint64 tempFormat; in PVRTTextureLoadFromPVR() 1113 PVRTByteSwap((PVRTuint8*)&pTextureHeader->u64PixelFormat,sizeof(PVRTuint64)); in PVRTTextureLoadFromPVR()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 48 PVRTuint64 PixelFormat = sTextureHeader.u64PixelFormat; in PVRTGetOGLES3TextureFormat() 58 PVRTuint64 PixelFormatPartHigh = PixelFormat&PVRTEX_PFHIGHMASK; in PVRTGetOGLES3TextureFormat() 1459 PVRTuint64 tempFormat; in PVRTTextureLoadFromPVR() 1486 PVRTByteSwap((PVRTuint8*)&pTextureHeader->u64PixelFormat,sizeof(PVRTuint64)); in PVRTTextureLoadFromPVR()
|