Searched refs:textureWidth (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/DrawTexture2d/ |
| D | gx_DrawTexture2d.cpp | 85 u32& bmpWidth, u32& bmpHeight, u32& textureWidth, u32& textureHeight); 88 u32& textureWidth, u32& textureHeight); 224 u32& textureWidth, u32& textureHeight) in GetTextureData() argument 254 textureWidth, textureHeight); in GetTextureData() 255 NN_LOG(" textureWidth = %d, textureHeight = %d\n", textureWidth, textureHeight); in GetTextureData() 275 u32& textureWidth, u32& textureHeight) in GetTextureDataFromBmpFileData() argument 278 textureWidth = GetTextureLength(bmpWidth); in GetTextureDataFromBmpFileData() 280 …u8* textureGLDataBuffer = reinterpret_cast<u8*>( s_AppHeap.Allocate(3 * textureWidth * textureHeig… in GetTextureDataFromBmpFileData() 284 for (u32 x = 0; x < textureWidth; x++) in GetTextureDataFromBmpFileData() 287 textureDataPtr += 3 * ((static_cast<u32>(textureWidth) * y) + x); in GetTextureDataFromBmpFileData() [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/demo1/ |
| D | camera.cpp | 296 u32 textureWidth = CAMERA_IMG_WIDTH; in DrawFrame() local 300 textureWidth, textureHeight, in DrawFrame() 314 textureWidth, textureHeight); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/ |
| D | demo_RenderSystemDrawing.h | 325 const f32 textureWidth, const f32 textureHeight);
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/ |
| D | demo_RenderSystemDrawing.cpp | 399 const f32 textureWidth, const f32 textureHeight) in FillTexturedRectangle() argument 414 f32 texcoordS1 = static_cast<f32>(imageWidth) / static_cast<f32>(textureWidth); in FillTexturedRectangle()
|