Searched refs:desc (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-2.3.4/CTR_SDK/sources/libraries/dbg/ |
| D | dbg_PrintResult.cpp | 217 …case ::nn::Result::moduleString: desc = ::nn::libName::GetResultDescriptionStringImpl(result); bre… in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() 221 const char* desc = 0; local 255 if (!desc) 257 desc = nn::dbg::GetResultCommonDescriptionStringImpl(result); 259 if (!desc) 261 desc = "Unknown Description"; 263 return desc;
|
| /CTR-SDK-2.3.4/CTR_SDK/include/nn/gd/CTR/ |
| D | gd_OutputStage.h | 430 …onst Texture2DResource *texture2DResource, const RenderTargetDescription *desc, RenderTarget **ren… 502 …exture2DResource *texture2DResource, const DepthStencilTargetDescription *desc, DepthStencilTarget… 594 static nnResult CreateBlendState(const BlendStateDescription *desc, BlendState **blendState); 675 …static nnResult CreateDepthStencilState(const DepthStencilStateDescription *desc, DepthStencilStat…
|
| D | gd_Texture.h | 346 …teTexture2D(const Texture2DResource* tex2DResource, Texture2DDescription* desc, Texture2D** textur… 416 …teTextureCube(Texture2DResource** tex2DResources, TextureCubeDescription* desc, TextureCube** text… 525 static nnResult CreateSamplerState(const SamplerStateDescription* desc, SamplerState** sampler);
|
| /CTR-SDK-2.3.4/CTR_SDK/build/omake/platforms/CTR/ |
| D | CTR.commondefs.func.om | 489 private.desc = $(if $(defined DESCRIPTOR),$`(DESCRIPTOR),$(config.getDefaultDescriptorPath)) 495 …private.cxi_depends = $(desc) $(ROM_SPEC_FILE) $(GetBannerFile $(config)) $(GetIconFile $(conf… 499 cxi_flags += -desc $(desc) -rsf $(ROM_SPEC_FILE)
|
| /CTR-SDK-2.3.4/CTR_SDK/build/omake_deprecated/ |
| D | targetdefs.om | 283 return $(file $(ROOT_RESOURCES)$(DIRSEP)specfiles$(DIRSEP)Application.desc)
|
| D | testutil.om | 40 DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/Application.desc
|
| D | commondefs.om | 791 MAKEROMFLAGS += -desc $(DESCRIPTOR) -rsf $(ROM_SPEC_FILE)
|
| /CTR-SDK-2.3.4/CTR_SDK/build/omake/ |
| D | targetdefs.om | 608 return $(file $(ROOT_RESOURCES)$(DIRSEP)specfiles$(DIRSEP)Application.desc)
|