Searched refs:PVRTextureHeaderV3 (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTTextureAPI.cpp | 47 static const void PVRTGetOGLES2TextureFormat(const PVRTextureHeaderV3& sTextureHeader, PVRTuint32& … in PVRTGetOGLES2TextureFormat() 268 PVRTextureHeaderV3 **pOut, in PVRTTextureTile() 269 const PVRTextureHeaderV3 * const pIn, in PVRTTextureTile() 275 PVRTextureHeaderV3 *psTexHeaderNew; in PVRTTextureTile() 358 PVRTextureHeaderV3 sTextureHeader; in PVRTTextureLoadFromPointer() 362 PVRTextureHeaderV3 sTextureHeaderDecomp; in PVRTTextureLoadFromPointer() 379 sTextureHeader=*(PVRTextureHeaderV3*)pointer; in PVRTTextureLoadFromPointer() 429 *(PVRTextureHeaderV3*)psTextureHeader=sTextureHeader; in PVRTTextureLoadFromPointer() 806 PVRTextureHeaderV3 *psTempHeader=NULL; in PVRTTextureLoadFromPointer() 1059 PVRTextureHeaderV3 sTextureHeader; in PVRTTextureLoadFromPVR() [all …]
|
D | PVRTPrint3DAPI.cpp | 465 bool CPVRTPrint3D::APIUpLoadTexture(const PVRTuint8* pSource, const PVRTextureHeaderV3* header, CPV… in APIUpLoadTexture()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTTexture.h | 242 struct PVRTextureHeaderV3{ struct 260 PVRTextureHeaderV3() : in PVRTextureHeaderV3() argument 564 PVRTextureHeaderV3 *PVRTTextureCreate( 581 PVRTextureHeaderV3 **pOut, 582 const PVRTextureHeaderV3 * const pIn, 634 void PVRTConvertOldTextureHeaderToV3(const PVR_Texture_Header* LegacyHeader, PVRTextureHeaderV3& Ne… 703 PVRTuint32 PVRTGetTextureDataSize(PVRTextureHeaderV3 sTextureHeader, PVRTint32 iMipLevel=PVRTEX_ALL…
|
D | PVRTPrint3D.h | 77 struct PVRTextureHeaderV3; 294 …bool LoadFontData(const PVRTextureHeaderV3* texHeader, CPVRTMap<PVRTuint32, CPVRTMap<PVRTuint32, M… 506 …bool APIUpLoadTexture(const PVRTuint8* pSource, const PVRTextureHeaderV3* header, CPVRTMap<PVRTuin…
|
D | PVRTTexture.cpp | 111 PVRTextureHeaderV3 *PVRTTextureCreate( in PVRTTextureCreate() 143 PVRTextureHeaderV3 * const psTexHeader = (PVRTextureHeaderV3*)p; in PVRTTextureCreate() 145 *psTexHeader=PVRTextureHeaderV3(); in PVRTTextureCreate() 337 PVRTuint32 PVRTGetTextureDataSize(PVRTextureHeaderV3 sTextureHeader, PVRTint32 iMipLevel, bool bAll… in PVRTGetTextureDataSize() 410 void PVRTConvertOldTextureHeaderToV3(const PVR_Texture_Header* LegacyHeader, PVRTextureHeaderV3& Ne… in PVRTConvertOldTextureHeaderToV3()
|
D | PVRTPrint3D.cpp | 221 bool CPVRTPrint3D::LoadFontData( const PVRTextureHeaderV3* texHeader, CPVRTMap<PVRTuint32, CPVRTMap… in LoadFontData() 445 PVRTextureHeaderV3 header; in SetTextures()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 46 static const void PVRTGetOGLES3TextureFormat(const PVRTextureHeaderV3& sTextureHeader, PVRTuint32& … in PVRTGetOGLES3TextureFormat() 671 PVRTextureHeaderV3 **pOut, in PVRTTextureTile() 672 const PVRTextureHeaderV3 * const pIn, in PVRTTextureTile() 678 PVRTextureHeaderV3 *psTexHeaderNew; in PVRTTextureTile() 758 PVRTextureHeaderV3 sTextureHeader; in PVRTTextureLoadFromPointer() 762 PVRTextureHeaderV3 sTextureHeaderDecomp; in PVRTTextureLoadFromPointer() 779 sTextureHeader=*(PVRTextureHeaderV3*)pointer; in PVRTTextureLoadFromPointer() 829 *(PVRTextureHeaderV3*)psTextureHeader=sTextureHeader; in PVRTTextureLoadFromPointer() 1153 PVRTextureHeaderV3 *psTempHeader=NULL; in PVRTTextureLoadFromPointer() 1432 PVRTextureHeaderV3 sTextureHeader; in PVRTTextureLoadFromPVR() [all …]
|