| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_Font.cpp | 43 GLenum format = GL_ALPHA_NATIVE_DMP; in LoadTexture() local 47 …case FONT_SHEET_FORMAT_A4: format = GL_ALPHA_NATIVE_DMP; type = GL_UNSIGNED_4BI… in LoadTexture() 48 …case FONT_SHEET_FORMAT_A8: format = GL_ALPHA_NATIVE_DMP; type = GL_UNSIGNED_BYT… in LoadTexture() 49 …case FONT_SHEET_FORMAT_LA4: format = GL_LUMINANCE_ALPHA_NATIVE_DMP; type = GL_UNSIGNED_BYT… in LoadTexture() 50 …case FONT_SHEET_FORMAT_LA8: format = GL_LUMINANCE_ALPHA_NATIVE_DMP; type = GL_UNSIGNED_BYT… in LoadTexture() 52 …case FONT_SHEET_FORMAT_RGBA4: format = GL_RGBA_NATIVE_DMP; type = GL_UNSIGNED_SHO… in LoadTexture() 53 …case FONT_SHEET_FORMAT_RGB5A1: format = GL_RGBA_NATIVE_DMP; type = GL_UNSIGNED_SHO… in LoadTexture() 54 …case FONT_SHEET_FORMAT_RGBA8: format = GL_RGBA_NATIVE_DMP; type = GL_UNSIGNED_BYT… in LoadTexture() 55 …case FONT_SHEET_FORMAT_RGB565: format = GL_RGB_NATIVE_DMP; type = GL_UNSIGNED_SHO… in LoadTexture() 56 …case FONT_SHEET_FORMAT_RGB8: format = GL_RGB_NATIVE_DMP; type = GL_UNSIGNED_BYT… in LoadTexture() [all …]
|
| D | font_TextWriterBase.cpp | 146 StreamType format, in CalcFormatStringWidth() argument 150 NN_POINTER_ASSERT(format); in CalcFormatStringWidth() 154 va_start(vargs, format); in CalcFormatStringWidth() 156 CalcVStringRect(&rect, format, vargs); in CalcFormatStringWidth() 165 StreamType format, in CalcFormatStringHeight() argument 169 NN_POINTER_ASSERT(format); in CalcFormatStringHeight() 173 va_start(vargs, format); in CalcFormatStringHeight() 175 CalcVStringRect(&rect, format, vargs); in CalcFormatStringHeight() 185 StreamType format, in CalcFormatStringRect() argument 190 NN_POINTER_ASSERT(format); in CalcFormatStringRect() [all …]
|
| /NW4C-1.3.3/tools/DccPlugin/3dsMax/ |
| D | NW4C_BatchExport.ms | 12 format "\nInput Folder: %s\n" inDir 16 format "Output Folder: %s\n" outDir 21 format "\nBegin Export\n" 27 format "-----------------------------\n" 28 format "Export Max File(%)\n" f 47 format "Export Error\n" 52 format "Unknown System Error\n" 59 format "Load Error\n" 64 format "Finish Export\n"
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_OffScreenBuffer.cpp | 44 GLuint format; in OffScreenBuffer() local 48 case ResPixelBasedTexture::FORMAT_HW_RGBA8: format = GL_RGBA8_OES; break; in OffScreenBuffer() 49 case ResPixelBasedTexture::FORMAT_HW_RGBA5551: format = GL_RGB5_A1; break; in OffScreenBuffer() 50 case ResPixelBasedTexture::FORMAT_HW_RGBA4: format = GL_RGBA4; break; in OffScreenBuffer() 51 case ResPixelBasedTexture::FORMAT_HW_RGB565: format = GL_RGB565; break; in OffScreenBuffer() 56 m_BackBufferObject.SetColorFormat( format ); in OffScreenBuffer()
|
| /NW4C-1.3.3/include/nw/dev/ |
| D | dev_DirectPrint.h | 52 GLuint format, in FrameBufferInfo() 56 m_Format(format), in FrameBufferInfo() 138 GLuint format, 251 void Printf(int x, int y, const char* format, ...); 263 void Printf(int x, int y, bool turnOver, const char* format, ...); 278 const char* format, 293 const char* format,
|
| D | dev_Utility.h | 37 int CalcMemorySize(GLint format, int width, int height); 40 int FormatToByte(GLint format);
|
| D | dev_Screenshot.h | 49 : format(0), in DisplayDescription() 57 GLint format; //!< カラーフォーマットです。 member 256 : format(0), 264 GLint format;
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_TextWriterBase.h | 235 const CharType* format, 277 const CharType* format, 316 const CharType* format, 329 const CharType* format, 376 const CharType* format, 387 const CharType* format, 491 const char* format, in VSNPrintf() argument 499 return vsnprintf(buffer, count, format, arg); in VSNPrintf() 505 const wchar_t* format, in VSNPrintf() argument 513 return vswprintf(buffer, count, format, arg); in VSNPrintf()
|
| /NW4C-1.3.3/sources/libraries/dev/ |
| D | dev_Utility.cpp | 56 FormatToByte(GLint format) in FormatToByte() argument 60 switch (format) in FormatToByte() 99 CalcMemorySize(GLint format, int width, int height) in CalcMemorySize() argument 101 int pixelSize = FormatToByte(format); in CalcMemorySize()
|
| D | dev_DirectPrint.cpp | 782 GetPixelWriter_(GLuint format) in GetPixelWriter_() argument 784 switch (format) in GetPixelWriter_() 817 NW_FATAL_ERROR("unexpected pixel format (0x%x).", format); in GetPixelWriter_() 871 GLuint format, in SetTargetBuffer() argument 876 m_Buffer.m_Format = format; in SetTargetBuffer() 894 GLint format = 0; in SetTargetActiveDisplayBuffer() local 902 format, in SetTargetActiveDisplayBuffer() 932 DirectPrint::Printf(int x, int y, const char* format, ...) in Printf() argument 936 va_start(vargs, format); in Printf() 938 this->VPrintf(x, y, format, vargs, true, true); in Printf() [all …]
|
| D | dev_Profile.cpp | 219 char* format = "|%9.3f|%5d|%7.3f| %5.2f|%7.3f|%7.3f|"; in DumpReports() local 220 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, in DumpReports() 232 char* format = "%5llu|"; in DumpReports() local 233 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, iCacheMiss); in DumpReports() 239 char* format = "%6llu|"; in DumpReports() local 240 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, dCacheReadMiss); in DumpReports() 246 char* format = "%6llu|"; in DumpReports() local 247 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, dCacheWriteMiss); in DumpReports()
|
| D | dev_Screenshot.cpp | 173 nngxGetDisplaybufferParameteri(NN_GX_DISPLAYBUFFER_FORMAT, &displayDescription.format); in Take() 180 …if (displayDescription.format == 0 || displayDescription.width == 0 || displayDescription.height =… in Take() 185 …int length = CalcMemorySize(displayDescription.format, displayDescription.width, displayDescriptio… in Take()
|
| /NW4C-1.3.3/sources/libraries/lyt/ |
| D | lyt_Util.cpp | 36 GLenum format; member 270 if (texSpec[pImage->format].final) in LoadTexture() 272 NW_WARNING(false, "unsupported texture format (%d).", pImage->format); in LoadTexture() 277 u16 realWidth = texSpec[pImage->format].minSize; in LoadTexture() 284 u16 realHeight = texSpec[pImage->format].minSize; in LoadTexture() 309 if (texSpec[pImage->format].compressed) in LoadTexture() 314 texSpec[pImage->format].format, in LoadTexture() 327 texSpec[pImage->format].format, in LoadTexture() 331 texSpec[pImage->format].format, in LoadTexture() 332 texSpec[pImage->format].type, in LoadTexture() [all …]
|
| /NW4C-1.3.3/include/nw/lyt/ |
| D | lyt_TexMap.h | 339 return TexFormat(m_Bits.format); in GetFormat() 348 void SetFormat(TexFormat format) in SetFormat() argument 350 m_Bits.format = format; in SetFormat() 374 m_Bits.format = src.GetFormat(); in Set() 448 u32 format: 4; member
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_WaveFileReader.cpp | 74 SampleFormat WaveFileReader::GetSampleFormat( u8 format ) in GetSampleFormat() argument 76 switch ( format ) in GetSampleFormat() 82 NW_ASSERTMSG( false, "Unknown wave data format(%d)", format ); in GetSampleFormat() 120 const SampleFormat format = GetSampleFormat( m_pInfoBlockBody->encoding ); in ReadWaveInfo() local 121 info->sampleFormat = format; in ReadWaveInfo()
|
| D | snd_Util.cpp | 946 unsigned long Util::GetSampleByByte( unsigned long byte, SampleFormat format ) in GetSampleByByte() argument 951 switch ( format ) in GetSampleByByte() 982 unsigned long Util::GetByteBySample( unsigned long samples, SampleFormat format ) in GetByteBySample() argument 987 switch ( format ) in GetByteBySample()
|
| D | snd_HardwareChannel.cpp | 116 void HardwareChannel::Initialize( const void* waveAddr, SampleFormat format, int sampleRate ) in Initialize() argument 119 m_Format = format; in Initialize()
|
| /NW4C-1.3.3/include/nw/demo/ |
| D | demo_DisplayBufferSwapper.h | 79 gfx::RenderColorFormat format; //!< バッファのカラーフォーマットです。 member 94 format(gfx::RENDER_COLOR_FORMAT_RGB8), in Description() 139 Builder& Format(gfx::RenderColorFormat format) in Format() argument 141 m_Description.format = format; in Format()
|
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_Inlines.h | 246 const char* format, in vsnprintf() argument 255 int result = ::vsnprintf( dest, srcCount, format, vargs ); in vsnprintf() 257 int result = std::vsnprintf( dest, srcCount, format, vargs ); in vsnprintf() 287 const wchar_t* format, in vsnwprintf() argument 296 int result = ::_vsnwprintf( dest, srcCount, format, vargs ); in vsnwprintf() 298 int result = std::vswprintf( dest, srcCount, format, vargs ); in vsnwprintf() 327 const char* format, in snprintf() argument 331 va_start(vargs, format); in snprintf() 333 int result = vsnprintf(dest, destCount, srcCount, format, vargs); in snprintf() 356 const wchar_t* format, in snwprintf() argument [all …]
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_IRenderTarget.h | 164 Builder& ColorFormat(RenderColorFormat format) in ColorFormat() argument 166 m_Description.colorFormat = format; in ColorFormat() 171 Builder& DepthFormat(RenderDepthFormat format) in DepthFormat() argument 173 m_Description.depthFormat = format; in DepthFormat()
|
| D | gfx_ActivateCommand.h | 91 static NW_INLINE u32 GetVertexFormat(s32 dimension, GLuint format) in GetVertexFormat() argument 95 switch ( format ) in GetVertexFormat() 115 static NW_INLINE u32 GetVertexSize(s32 dimension, GLuint format) in GetVertexSize() argument 119 switch ( format ) in GetVertexSize()
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_HardwareChannel.h | 62 SampleFormat format 78 SampleFormat format ); 89 void Initialize( const void* waveAddr, SampleFormat format, int sampleRate );
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_GraphicsDrawing.cpp | 517 GraphicsDrawing::DrawString( const char* format, ... ) in DrawString() argument 519 NW_NULL_ASSERT( format ); in DrawString() 522 va_start(vargs, format); in DrawString() 525 f32 width = m_TextWriter.VPrintf(format, vargs); in DrawString() 538 GraphicsDrawing::DrawString( s32 posh, s32 posv, const char* format, ... ) in DrawString() argument 540 NW_NULL_ASSERT( format ); in DrawString() 545 va_start(vargs, format); in DrawString() 547 f32 width = this->DrawStringArgs( posh, posv, format, vargs); in DrawString() 556 GraphicsDrawing::DrawStringArgs( s32 posh, s32 posv, const char* format, std::va_list args ) in DrawStringArgs() argument 558 NW_NULL_ASSERT( format ); in DrawStringArgs() [all …]
|
| /NW4C-1.3.3/sources/libraries/snd/platform/ |
| D | snd_HardwareChannelAX.cppi | 45 NW_ASSERTMSG( false, "Invalid format\n" ); 56 SampleFormat format ) 65 switch ( format ) 90 NW_ASSERTMSG( false, "Invalid format\n" ); 100 SampleFormat format ) 109 switch ( format ) 125 NW_ASSERTMSG( false, "Invalid format\n" ); 182 NW_ASSERTMSG( false, "Invalid format\n" ); 312 addr.format = GetSDKFormatFromSampleFormat( m_Format ); 361 NW_ASSERTMSG( false, "Invalid format\n" );
|
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResTextureMapper.cpp | 710 uint format = texture.GetFormatHW(); in SetupTextureMapperCommand() local 712 command[0] |= format & FORMAT_MASK; in SetupTextureMapperCommand() 722 if (format == ResImageTexture::FORMAT_HW_ETC1) in SetupTextureMapperCommand() 792 uint format = texture.GetFormatHW(); in SetupTextureMapperCommand() local 807 command[0] |= format & 0xF; in SetupTextureMapperCommand() 814 if (format == ResImageTexture::FORMAT_HW_ETC1) in SetupTextureMapperCommand() 870 uint format = texture.GetFormatHW(); in SetupTextureMapperCommand() local 872 command[0] |= format & FORMAT_MASK; in SetupTextureMapperCommand()
|