Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/
Ddemo_TextureConverter.cpp52 static s32 GetPixelByte(const GLenum format);
135 static s32 GetPixelByte(const GLenum format) in GetPixelByte() function
165 u32 pixelByte = GetPixelByte(textureInformation->format); in ReadBlock()
200 u32 pixelByte = GetPixelByte(textureInformation->format); in WriteBlock()
251 u32 pixelByte = GetPixelByte(textureInformation->format); in DeBlock()
303 u32 pixelByte = GetPixelByte(textureInformation->format); in EnBlock()
380 u32 pixelByte = GetPixelByte(textureInformation->format); in ConvertFormat8888Function()
395 u32 pixelByte = GetPixelByte(textureInformation->format); in ConvertFormat888Function()
409 u32 pixelByte = GetPixelByte(textureInformation->format); in ConvertFormat88Function()