Home
last modified time | relevance | path

Searched refs:desc (Results 1 – 8 of 8) sorted by relevance

/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/dbg/
Ddbg_PrintResult.cpp217 …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/
Dgd_OutputStage.h430 …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…
Dgd_Texture.h346 …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/
DCTR.commondefs.func.om489 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/
Dtargetdefs.om283 return $(file $(ROOT_RESOURCES)$(DIRSEP)specfiles$(DIRSEP)Application.desc)
Dtestutil.om40 DESCRIPTOR = $(HORIZON_ROOT)/resources/specfiles/Application.desc
Dcommondefs.om791 MAKEROMFLAGS += -desc $(DESCRIPTOR) -rsf $(ROM_SPEC_FILE)
/CTR-SDK-2.3.4/CTR_SDK/build/omake/
Dtargetdefs.om608 return $(file $(ROOT_RESOURCES)$(DIRSEP)specfiles$(DIRSEP)Application.desc)