| /CTR-SDK-4.2.5/sources/libraries/gr/CTR/ |
| D | gr_FrameBuffer.cpp | 41 ( ( format == PICA_DATA_COLOR_RGBA8_OES ) || in MakeCommand() 42 ( format == PICA_DATA_COLOR_GAS_DMP ) ) ? in MakeCommand() 44 format ); in MakeCommand() 66 *command++ = PICA_CMD_DATA_RENDER_BUFFER_DEPTH_MODE( format ); in MakeCommand() 121 format( PICA_DATA_COLOR_RGBA8_OES ), in ColorBuffer() 136 format( PICA_DATA_DEPTH24_STENCIL8_EXT ), in DepthStencilBuffer() 181 if ( colorBuffer.format == PICA_DATA_COLOR_RGBA8_OES ) in MakeClearRequest() 193 else if ( colorBuffer.format == PICA_DATA_COLOR_RGB5_A1 ) in MakeClearRequest() 204 else if ( colorBuffer.format == PICA_DATA_COLOR_RGB565 ) in MakeClearRequest() 212 else if ( colorBuffer.format == PICA_DATA_COLOR_RGBA4 ) in MakeClearRequest() [all …]
|
| D | gr_Texture.cpp | 47 …*command++ = PICA_CMD_DATA_TEXTURE_WRAP_FILTER( magFilter, minFilter, format, wrapT, wrapS, useSha… in MakeCommand() 101 *command++ = PICA_CMD_DATA_TEXTURE_FORMAT_TYPE( format ); in MakeCommand() 124 … *command++ = PICA_CMD_DATA_TEXTURE1_WRAP_FILTER( magFilter, minFilter, format, wrapT, wrapS ); in MakeCommand() 146 *command++ = PICA_CMD_DATA_TEXTURE_FORMAT_TYPE( format ); in MakeCommand() 169 … *command++ = PICA_CMD_DATA_TEXTURE2_WRAP_FILTER( magFilter, minFilter, format, wrapT, wrapS ); in MakeCommand() 190 *command++ = PICA_CMD_DATA_TEXTURE_FORMAT_TYPE( format ); in MakeCommand() 287 format( PICA_DATA_TEXTURE_FORMAT_ETC1_RGB8_NATIVE_DMP ), in UnitBase()
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/CTR/ |
| D | dbg_DirectPrint.cpp | 35 s32 GetByteByDot( GLenum format ) in GetByteByDot() argument 37 switch( format ) in GetByteByDot() 81 void DirectPrint::ChangeDisplaybuffer( void* dispbuf, GLenum format, const nn::math::VEC2& size ) in ChangeDisplaybuffer() argument 84 m_BufferFormat = format; in ChangeDisplaybuffer() 109 void DirectPrint::Printf( const nn::math::VEC2& pos, const char* format, ... ) in Printf() argument 112 va_start( v, format ); in Printf() 113 VPrintf( pos, format, v ); in Printf() 119 …Print::Printf( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char* format, ... ) in Printf() argument 122 va_start( v, format ); in Printf() 123 VPrintf( pos, autoLineFeed, fillBg, format, v ); in Printf() [all …]
|
| D | dbg_ExceptionScreen.cpp | 329 GLint format; in StealDisplaybuffer() local 336 nngxGetDisplaybufferParameteri(NN_GX_DISPLAYBUFFER_FORMAT, &format); in StealDisplaybuffer() 343 format, in StealDisplaybuffer()
|
| /CTR-SDK-4.2.5/include/nn/y2r/CTR/ |
| D | y2r_Api.h | 37 void SetInputFormat( InputFormat format ); 39 void SetOutputFormat( OutputFormat format ); 66 size_t GetOutputFormatBytes( OutputFormat format ); 67 size_t GetOutputBlockSize( s16 lineWidth, OutputFormat format ); 68 size_t GetOutputImageSize( s16 lineWidth, s16 height, OutputFormat format ); 119 inline void SetInputFormat( InputFormat format ) in SetInputFormat() argument 121 detail::SetInputFormat(format); in SetInputFormat() 138 inline void SetOutputFormat( OutputFormat format ) in SetOutputFormat() argument 140 detail::SetOutputFormat(format); in SetOutputFormat() 417 inline size_t GetOutputFormatBytes( OutputFormat format ) in GetOutputFormatBytes() argument [all …]
|
| D | y2r_Y2r.h | 97 static nn::Result SetInputFormat( nn::y2r::CTR::InputFormat format ); 99 static nn::Result SetOutputFormat( nn::y2r::CTR::OutputFormat format );
|
| /CTR-SDK-4.2.5/include/nn/dbg/CTR/ |
| D | dbg_DirectPrint.h | 83 void ChangeDisplaybuffer( void* dispbuf, GLenum format, const nn::math::VEC2& size ); 145 … void Printf( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char* format, ... ); 156 void Printf( const nn::math::VEC2& pos, const char* format, ... ); 169 …void VPrintf( const nn::math::VEC2& pos, bool autoLineFeed, bool fillBg, const char* format, va_li… 180 void VPrintf( const nn::math::VEC2& pos, const char* format, va_list v ); 283 void ConvertColorFormat( bit8* data, const nn::util::Color8& src, GLenum format );
|
| /CTR-SDK-4.2.5/include/nn/font/CTR/ |
| D | font_TextWriterBase.h | 232 const CharType* format, 274 const CharType* format, 313 const CharType* format, 326 const CharType* format, 373 const CharType* format, 384 const CharType* format, 488 const char* format, in VSNPrintf() argument 496 return vsnprintf(buffer, count, format, arg); in VSNPrintf() 502 const wchar_t* format, in VSNPrintf() argument 510 return vswprintf(buffer, count, format, arg); in VSNPrintf()
|
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_FrameBuffer.h | 71 PicaDataColor format; variable 140 PicaDataDepth format; variable
|
| D | gr_Texture.h | 62 PicaDataTextureFormat format; variable
|
| /CTR-SDK-4.2.5/include/nn/gd/CTR/ |
| D | gd_Resource.h | 375 …static nnResult ConvertTextureResourceToNativeFormat(Format format, u32 width, u32 height, const u… 464 …static nnResult GenerateMipMapsCPU(NativeFormat format, u32 width, u32 height, const u8* dataSrc, … 505 …static nnResult ConvertCompressedTextureResourceToNativeFormat(CompressedFormat format, u32 width,… 630 …onst Texture2DResource* initialTexture2DResource, Resource::NativeFormat format, Memory::MemoryLay…
|
| D | gd_VertexInput.h | 163 … static nnResult SetIndexBuffer(VertexBufferResource* indexBuffer, IndexFormat format, u32 offset);
|
| D | gd_System.h | 447 …2* offsets, void* indexBuffer, nn::gd::CTR::VertexInputStage::IndexFormat format, u32 indexOffset);
|
| /CTR-SDK-4.2.5/include/nn/snd/CTR/Common/ |
| D | snd_Adpcm.h | 62 u16 format; member
|
| /CTR-SDK-4.2.5/include/nn/gx/CTR/ |
| D | gx_CTRRaw.h | 37 … GLvoid* srcaddr, GLvoid* dstaddr, GLsizei width, GLsizei height, GLenum format, GLsizei blocksize… 40 …st* cmdlist, const GLvoid* srcaddr, GLvoid* dstaddr, GLsizei width, GLsizei height, GLenum format);
|
| D | gx_CTR.h | 124 … GLvoid* srcaddr, GLvoid* dstaddr, GLsizei width, GLsizei height, GLenum format, GLsizei blocksize… 162 NNGX_APICALL void NNGX_APIENTRY nngxDisplaybufferStorage(GLenum format, GLsizei width, GLsizei heig… 169 …erBlockImage(const GLvoid* srcaddr, GLvoid* dstaddr, GLsizei width, GLsizei height, GLenum format); 170 …rsByAddress(GLenum display, const GLvoid* addr, const GLvoid* addrB, GLsizei width, GLenum format);
|
| D | gx_MacroMisc.h | 78 #define PICA_CMD_DATA_RENDER_BUFFER_COLOR_MODE( pixSize, format ) \ argument 79 ( (pixSize) | (format) << 16 )
|
| D | gx_MacroOld.h | 223 #define PICA_CMD_DATA_RENDER_BUF_COLOR_MODE( pixSize, format ) \ argument 224 ( (pixSize) | (format) << 16 )
|
| /CTR-SDK-4.2.5/include/nn/config/compiler/ |
| D | rvct.h | 108 __attribute__ ((format(type,m,n)))
|
| /CTR-SDK-4.2.5/include/nn/font/ |
| D | font_Font.h | 58 TexFmt format,
|
| /CTR-SDK-4.2.5/include/nn/snd/CTR/MPCore/ |
| D | snd_Voice.h | 148 void SetSampleFormat(SampleFormat format);
|
| D | snd_Api.h | 206 s32 GetSampleLength( s32 size, SampleFormat format, s32 channelCount ) ;
|
| /CTR-SDK-4.2.5/include/nn/camera/CTR/ |
| D | camera_Api.h | 75 nn::Result SetOutputFormat( CameraSelect select, OutputFormat format, Context context ); 687 …inline nn::Result SetOutputFormat( CameraSelect select, OutputFormat format, Context context = CON… 689 return detail::SetOutputFormat(select, format, context);
|
| /CTR-SDK-4.2.5/include/gles2/ |
| D | gl2ext.h | 401 …, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, cons… 402 …Image1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, cons…
|
| /CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | abstruct.csv | 37 0x083,Texture 0 format/filter/wrap mode 50 0x093,Texture 1 format/filter/wrap mode 56 0x09b,Texture 2 format/filter/wrap mode 136 0x11b,Block format setting
|