Searched refs:desc (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.8-20130828/sources/libraries/dbg/ |
| D | dbg_PrintResult.cpp | 275 …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.8-20130828/include/nn/gd/CTR/ |
| D | gd_OutputStage.h | 443 …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…
|
| D | gd_Texture.h | 483 …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);
|