Class OESBlendFuncSeparate


  • public final class OESBlendFuncSeparate
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BLEND_DST_ALPHA_OES
      Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
      static int BLEND_SRC_ALPHA_OES
      Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
      static int BLEND_SRC_RGB_OES
      Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
      static int GL_BLEND_DST_RGB_OES
      Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void glBlendFuncSeparateOES​(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GL_BLEND_DST_RGB_OES

        public static final int GL_BLEND_DST_RGB_OES
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
        See Also:
        Constant Field Values
      • BLEND_SRC_RGB_OES

        public static final int BLEND_SRC_RGB_OES
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
        See Also:
        Constant Field Values
      • BLEND_DST_ALPHA_OES

        public static final int BLEND_DST_ALPHA_OES
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
        See Also:
        Constant Field Values
      • BLEND_SRC_ALPHA_OES

        public static final int BLEND_SRC_ALPHA_OES
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
        See Also:
        Constant Field Values
    • Method Detail

      • glBlendFuncSeparateOES

        public static void glBlendFuncSeparateOES​(int sfactorRGB,
                                                  int dfactorRGB,
                                                  int sfactorAlpha,
                                                  int dfactorAlpha)