Searched refs:GX2SurfaceFormat (Results 1 – 17 of 17) sorted by relevance
| /CafeSDK-2.12.13/system/include/cafe/gx2/ |
| D | gx2Display.h | 168 void GX2API GX2CalcTVSize(GX2TVRenderMode tvRenderMode, GX2SurfaceFormat fmt, 190 void GX2API GX2CalcDRCSize(GX2DRCMode mode, GX2SurfaceFormat fmt, 226 GX2SurfaceFormat fmt, GX2BufferingMode bufferingMode); 254 GX2SurfaceFormat fmt, GX2BufferingMode bufferingMode);
|
| D | gx2Surface.h | 99 GX2SurfaceFormat format; 503 GX2SurfaceFormat format, GX2AAMode aa) in _GX2InitColorBuffer() 549 GX2SurfaceFormat format, GX2AAMode aa) in GX2InitColorBuffer() 618 GX2SurfaceFormat format, GX2AAMode aa) in GX2InitColorBufferFTV() 656 GX2SurfaceFormat format, GX2AAMode aa) in GX2InitDepthBuffer() 1115 u32 GX2API GX2GetSurfaceFormatBits(GX2SurfaceFormat format); 1211 GX2Boolean GX2API GX2SurfaceIsCompressed(GX2SurfaceFormat format); 1223 GX2Boolean GX2API GX2CheckSurfaceUseVsFormat(GX2SurfaceUse use, GX2SurfaceFormat format);
|
| D | gx2Texture.h | 151 GX2SurfaceFormat format, GX2SurfaceDim dim) in GX2InitTexture()
|
| D | gx2Misc.h | 551 GX2_INLINE GX2Boolean GX2IsResolveSupported(GX2SurfaceFormat format) in GX2IsResolveSupported()
|
| D | gx2Enum.h | 860 } GX2SurfaceFormat; typedef
|
| /CafeSDK-2.12.13/system/src/tool/gfx/include/ |
| D | texUtils.h | 97 BOOL TC2API TC2GX2SurfaceFormatFromStr(char* pFormatStr, GX2SurfaceFormat *pgx2Format); 119 BOOL TC2API TC2ConvertSurfaceFormat(GX2Surface *pInSurface, GX2SurfaceFormat dstFormat, GX2Surface …
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/ |
| D | demoGfx.h | 166 const char *DEMOGfxGetSurfaceFormatName(GX2SurfaceFormat format); 190 GX2SurfaceFormat format, GX2AAMode aa) in DEMOGfxInitColorBufferEx() 228 GX2SurfaceFormat format, GX2AAMode aa) in DEMOGfxInitDepthBufferEx()
|
| /CafeSDK-2.12.13/system/include/cafe/demo/ |
| D | demoGfx.h | 166 const char *DEMOGfxGetSurfaceFormatName(GX2SurfaceFormat format); 190 GX2SurfaceFormat format, GX2AAMode aa) in DEMOGfxInitColorBufferEx() 228 GX2SurfaceFormat format, GX2AAMode aa) in DEMOGfxInitDepthBufferEx()
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/texConvert/ |
| D | TexConvert.h | 40 typedef bool (*PTC2GX2SurfaceFormatFromStr)(char* pFormatStr, GX2SurfaceFormat *pgx2Format); 42 typedef bool (*PTC2ConvertSurfaceFormat)(GX2Surface *pInSurface, GX2SurfaceFormat dstFormat, GX2Sur…
|
| D | TexConvert.cpp | 200 char * FormatTypeToString(GX2SurfaceFormat eSurfaceFormat) in FormatTypeToString() 274 bool FormatsMatch(const char* pFormatStr, GX2SurfaceFormat otherFormat ) in FormatsMatch() 285 if(0 == strcmp(pFormatStr, FormatTypeToString((GX2SurfaceFormat)i))) in FormatsMatch() 287 switch((GX2SurfaceFormat)i) in FormatsMatch() 788 GX2SurfaceFormat dstFormat; in _tmain()
|
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demoDRC.c | 43 static GX2SurfaceFormat gDemoDRCScanOutCBFormat; 81 GX2SurfaceFormat renderCBFormat = GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_SRGB; in DEMODRCInit() 82 GX2SurfaceFormat scanOutCBFormat = GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_SRGB; in DEMODRCInit() 83 GX2SurfaceFormat renderDBFormat = GX2_SURFACE_FORMAT_TCD_R32_FLOAT; in DEMODRCInit()
|
| D | demoGfx.c | 49 static GX2SurfaceFormat gDemoGfxScanOutCBFormat; 188 GX2SurfaceFormat renderCBFormat = GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_SRGB; in DEMOGfxInit() 189 GX2SurfaceFormat scanOutCBFormat = GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_SRGB; in DEMOGfxInit() 190 GX2SurfaceFormat renderDBFormat = GX2_SURFACE_FORMAT_TCD_R32_FLOAT; in DEMOGfxInit() 986 const char *DEMOGfxGetSurfaceFormatName(GX2SurfaceFormat format) in DEMOGfxGetSurfaceFormatName()
|
| D | demoCapture.c | 32 u32 width, u32 height, u32 pitch, GX2SurfaceFormat format); 179 u32 width, u32 height, u32 pitch, GX2SurfaceFormat format) in _DEMOEncodeTGA()
|
| /CafeSDK-2.12.13/system/src/lib/gx2ut/headers/cafe/gx2ut/ |
| D | gx2utInline.h | 355 … u32 numMips, GX2SurfaceDim dim, GX2SurfaceFormat format, GX2AAMode aa) in GX2UTInitSurfaceStruct()
|
| /CafeSDK-2.12.13/system/include/cafe/gx2ut/ |
| D | gx2utInline.h | 355 … u32 numMips, GX2SurfaceDim dim, GX2SurfaceFormat format, GX2AAMode aa) in GX2UTInitSurfaceStruct()
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/ |
| D | gfdFileTexture.cpp | 39 GX2SurfaceFormat format;
|
| /CafeSDK-2.12.13/system/src/lib/gx2ut/ |
| D | gx2utClear.cpp | 312 GX2SurfaceFormat format) ///< Color format in PackClearColor()
|