Home
last modified time | relevance | path

Searched refs:gdBool (Results 1 – 9 of 9) sorted by relevance

/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_Lighting.h168 void EnableLight(gdBool value);
442 void EnableTwoSideDiffuse(gdBool value);
463 void EnableGeomFactor0(gdBool value);
484 void EnableGeomFactor1(gdBool value);
495 void EnableSpotLight(gdBool value);
506 void EnableDistanceAttenuation(gdBool value);
518 void EnableShadowed(gdBool value);
762 static void SetShadowPrimary(gdBool value);
773 static void SetShadowSecondary(gdBool value);
784 static void SetInvertShadow(gdBool value);
[all …]
Dgd_Rasterizer.h214 static void EnableClippingPlane(gdBool value);
248 static void EnableScissor(gdBool value);
276 static void SetEarlyDepthTest(gdBool enable, EarlyDepthFunction func);
Dgd_Types.h53 typedef enum gdBoolEnum gdBool; typedef
Dgd_GasFog.h202 static void SetFogZFlip(gdBool zFlip);
250 static void SetGasAutoAccumulation(gdBool enableAutoAccumulation);
507 NN_FORCE_INLINE void FogStage::SetFogZFlip(gdBool zFlip) in SetFogZFlip()
533 NN_FORCE_INLINE void FogStage::SetGasAutoAccumulation(gdBool autoAcc) in SetGasAutoAccumulation()
Dgd_Resource.h555 …scription, const void* initialData, gdBool autoGenerateMipMapsFromData, Texture2DResource** textur…
707 …on* description, const void* initialData, VertexBufferResource** buffer, gdBool copyInitialData = …
Dgd_Memory.h461 …source* dest, s32 dstMipLevelIndex, u32 dstOffestY, DownScalingMode downScalingMode, gdBool yFlip);
538 …stAddr, u32 dstWidth, u32 dstHeight, u32 dstFormat, DownScalingMode downScalingMode, gdBool yFlip);
Dgd_Texture.h620 static void SetTexture2DProjectionForUnit0(gdBool value);
707 static void SetPerspectiveShadow(gdBool v);
1033 static void SetAlphaSeparate(gdBool alphaSeparate);
1044 static void SetNoiseEnable(gdBool noiseEnable);
1952 NN_FORCE_INLINE void TextureStage::SetPerspectiveShadow(gdBool v) in SetPerspectiveShadow()
2015 NN_FORCE_INLINE void ProceduralTextureStage::SetAlphaSeparate(gdBool alphaSeparate) in SetAlphaSeparate()
2022 NN_FORCE_INLINE void ProceduralTextureStage::SetNoiseEnable(gdBool noiseEnable) in SetNoiseEnable()
Dgd_OutputStage.h699 static void SetAlphaTest(gdBool enable, AlphaFunction func, u8 alphaRef);
1232 gdBool m_DepthEnable;
1239 gdBool m_StencilEnable;
Dgd_Combiner.h794 void SetCombinerInUse(CombinerStage::UnitId unit, gdBool mode) in SetCombinerInUse()