Searched refs:src (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/ |
| D | Tga.cpp | 109 unsigned char *src) in _LoadTGAScanline() argument 117 dst[0] = src[2]; in _LoadTGAScanline() 118 dst[1] = src[1]; in _LoadTGAScanline() 119 dst[2] = src[0]; in _LoadTGAScanline() 122 dst[0] = src[2]; in _LoadTGAScanline() 123 dst[1] = src[1]; in _LoadTGAScanline() 124 dst[2] = src[0]; in _LoadTGAScanline() 125 dst[3] = src[3]; in _LoadTGAScanline() 127 src += tga->bpp; in _LoadTGAScanline() 138 unsigned char *src) in _LoadTGAScanlineRLE() argument [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/ |
| D | demo_TextureConverter.cpp | 39 u8* src; member 102 textureInformation.src = (u8*)glData; in ConvertGLTextureToNative() 171 const u8* pSrc = textureInformation->src + in ReadBlock() 180 const u8* pSrc = textureInformation->src + in ReadBlock() 385 SWAP(textureInformation->src[i + 0], textureInformation->src[i + 3]); in ConvertFormat8888Function() 386 SWAP(textureInformation->src[i + 1], textureInformation->src[i + 2]); in ConvertFormat8888Function() 400 SWAP(textureInformation->src[i + 0], textureInformation->src[i + 2]); in ConvertFormat888Function() 414 SWAP(textureInformation->src[i+0], textureInformation->src[i+1]); in ConvertFormat88Function()
|
| /CTR-SDK-4.2.7-SampleDemos/demo1/ |
| D | mic.cpp | 127 uptr src; in GetMicData() local 128 nn::Result result = nn::mic::GetLastSamplingAddress(&src); in GetMicData() 132 u32 offs = src - reinterpret_cast<uptr>(m_MicBuffer); in GetMicData()
|
| /CTR-SDK-4.2.7-SampleDemos/applet/voicesel/ |
| D | voicesel_demo.cpp | 122 void ChangeValue( T& src, s32 add, const T min, const T max ) in ChangeValue() argument 124 s32 value = static_cast<s32>(src) + add; in ChangeValue() 131 src = static_cast<T>( value ); in ChangeValue()
|
| /CTR-SDK-4.2.7-SampleDemos/fs/Streaming/ |
| D | FsSampleStreamingFrame.cpp | 138 void UpdateTexture(demo::RenderSystemDrawing &renderSystem, const bit8 *src) in UpdateTexture() argument 155 data = *src; in UpdateTexture() 156 src++; in UpdateTexture() 188 void DrawMemo(demo::RenderSystemDrawing &renderSystem, const bit8 *src) in DrawMemo() argument 190 UpdateTexture(renderSystem, src); in DrawMemo()
|