Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp50 EPVRTColourSpace ColourSpace = (EPVRTColourSpace)sTextureHeader.u32ColourSpace; in PVRTGetOGLES3TextureFormat()
882 sTextureHeaderDecomp.u32ColourSpace=ePVRTCSpacelRGB; in PVRTTextureLoadFromPointer()
989 sTextureHeaderDecomp.u32ColourSpace=ePVRTCSpacelRGB; in PVRTTextureLoadFromPointer()
1476 pTextureHeader->u32ColourSpace=PVRTByteSwap32(pTextureHeader->u32ColourSpace); in PVRTTextureLoadFromPVR()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.cpp487 sTextureHeaderDecomp.u32ColourSpace=ePVRTCSpacelRGB; in PVRTTextureLoadFromPointer()
607 sTextureHeaderDecomp.u32ColourSpace=ePVRTCSpacelRGB; in PVRTTextureLoadFromPointer()
1103 pTextureHeader->u32ColourSpace=PVRTByteSwap32(pTextureHeader->u32ColourSpace); in PVRTTextureLoadFromPVR()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTexture.h246 …PVRTuint32 u32ColourSpace; ///< The Colour Space of the texture, currently either linear RGB or s… member
264 u32ColourSpace(0), ///< The Colour Space of the texture. in PVRTextureHeaderV3()
DPVRTTexture.cpp427 NewHeader.u32ColourSpace=cSpaceNew; in PVRTConvertOldTextureHeaderToV3()