Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_PrintResult.cpp275 …case ::nn::Result::moduleString: desc = ::nn::libName::detail::GetResultDescriptionStringImpl(resu… in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
279 const char* desc = 0; local
365 if (!desc)
367 desc = nn::dbg::detail::GetResultCommonDescriptionStringImpl(result);
369 if (!desc)
371 desc = "Unknown Description";
373 return desc;
/CTR-SDK-4.2.5/include/nn/gd/CTR/
Dgd_OutputStage.h443 …onst Texture2DResource *texture2DResource, const RenderTargetDescription *desc, RenderTarget **ren…
536 …exture2DResource *texture2DResource, const DepthStencilTargetDescription *desc, DepthStencilTarget…
650 static nnResult CreateBlendState(const BlendStateDescription *desc, BlendState **blendState);
747 …static nnResult CreateDepthStencilState(const DepthStencilStateDescription *desc, DepthStencilStat…
Dgd_Texture.h483 …teTexture2D(const Texture2DResource* tex2DResource, Texture2DDescription* desc, Texture2D** textur…
575 …teTextureCube(Texture2DResource** tex2DResources, TextureCubeDescription* desc, TextureCube** text…
716 static nnResult CreateSamplerState(const SamplerStateDescription* desc, SamplerState** sampler);
/CTR-SDK-4.2.5/build/omake/platforms/CTR/
DCTR.commondefs.func.om559 private.desc = $(if $(defined DESCRIPTOR),$`(DESCRIPTOR),$(config.getDefaultDescriptorPath))
565 …private.cxi_depends = $(desc) $(ROM_SPEC_FILE) $(GetBannerFile $(config)) $(GetIconFile $(conf…
570 cxi_flags += -desc $(desc) -rsf $(ROM_SPEC_FILE)
/CTR-SDK-4.2.5/build/omake/
Dtargetdefs.om579 return $(file $(ROOT_RESOURCES)$(DIRSEP)specfiles$(DIRSEP)Application.desc)