Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/gd/CTR/
Dgd_Lighting.h175 void EnableLight(gdBool value);
449 void EnableTwoSideDiffuse(gdBool value);
470 void EnableGeomFactor0(gdBool value);
491 void EnableGeomFactor1(gdBool value);
502 void EnableSpotLight(gdBool value);
513 void EnableDistanceAttenuation(gdBool value);
525 void EnableShadowed(gdBool value);
791 static void SetShadowPrimary(gdBool value);
802 static void SetShadowSecondary(gdBool value);
813 static void SetInvertShadow(gdBool value);
[all …]
Dgd_Rasterizer.h264 static void EnableClippingPlane(gdBool value);
334 static void EnableScissor(gdBool value);
382 static void SetEarlyDepthTest(gdBool enable, EarlyDepthFunction func);
Dgd_Types.h53 typedef enum gdBoolEnum gdBool; typedef
Dgd_GasFog.h204 static void SetFogZFlip(gdBool zFlip);
252 static void SetGasAutoAccumulation(gdBool enableAutoAccumulation);
557 NN_FORCE_INLINE void FogStage::SetFogZFlip(gdBool zFlip) in SetFogZFlip()
583 NN_FORCE_INLINE void FogStage::SetGasAutoAccumulation(gdBool autoAcc) in SetGasAutoAccumulation()
Dgd_Resource.h590 …scription, const void* initialData, gdBool autoGenerateMipMapsFromData, Texture2DResource** textur…
792 …on* description, const void* initialData, VertexBufferResource** buffer, gdBool copyInitialData = …
Dgd_Memory.h512 …source* dest, s32 dstMipLevelIndex, u32 dstOffestY, DownScalingMode downScalingMode, gdBool yFlip);
607 …stAddr, u32 dstWidth, u32 dstHeight, u32 dstFormat, DownScalingMode downScalingMode, gdBool yFlip);
Dgd_Texture.h669 static void SetTexture2DProjectionForUnit0(gdBool value);
773 static void SetPerspectiveShadow(gdBool v);
999 static void SetAlphaSeparate(gdBool alphaSeparate);
1010 static void SetNoiseEnable(gdBool noiseEnable);
2009 NN_FORCE_INLINE void TextureStage::SetPerspectiveShadow(gdBool v) in SetPerspectiveShadow()
2072 NN_FORCE_INLINE void ProceduralTextureStage::SetAlphaSeparate(gdBool alphaSeparate) in SetAlphaSeparate()
2079 NN_FORCE_INLINE void ProceduralTextureStage::SetNoiseEnable(gdBool noiseEnable) in SetNoiseEnable()
Dgd_OutputStage.h722 static void SetAlphaTest(gdBool enable, AlphaFunction func, u8 alphaRef);
1231 gdBool m_DepthEnable;
1238 gdBool m_StencilEnable;
Dgd_Combiner.h839 void SetCombinerInUse(CombinerStage::UnitId unit, gdBool mode) in SetCombinerInUse()