Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Method and Description |
---|---|
private static CompileJSL.ShaderInfo |
CompileJSL.getFullSource(java.lang.String outputName,
CompileJSL.ShaderInfo maskInfo,
CompileJSL.ShaderInfo paintInfo,
boolean alphaTest) |
private static CompileJSL.ShaderInfo |
CompileJSL.getMaskInfo(JSLC.JSLCInfo jslcinfo,
CompileJSL.AlphaMaskType maskType) |
private static CompileJSL.ShaderInfo |
CompileJSL.getMaskInfo(JSLC.JSLCInfo jslcinfo,
CompileJSL.MaskType maskType) |
private static CompileJSL.ShaderInfo |
CompileJSL.getMaskInfo(JSLC.JSLCInfo jslcinfo,
java.lang.String maskName,
CompileJSL.InputParam... inputParams) |
private static CompileJSL.ShaderInfo |
CompileJSL.getPaintInfo(JSLC.JSLCInfo jslcinfo,
java.lang.String paintName,
CompileJSL.InputParam... inputParams) |
Modifier and Type | Method and Description |
---|---|
private static void |
CompileJSL.compileAlphaGradientPaint(JSLC.JSLCInfo jslcinfo,
CompileJSL.ShaderInfo maskInfo,
CompileJSL.PaintType paintType,
boolean alphaTest) |
private static void |
CompileJSL.compileAlphaPatternPaint(JSLC.JSLCInfo jslcinfo,
CompileJSL.ShaderInfo maskInfo,
boolean alphaTest) |
private static void |
CompileJSL.compileColorPaint(JSLC.JSLCInfo jslcinfo,
CompileJSL.ShaderInfo maskInfo,
boolean alphaTest) |
private static void |
CompileJSL.compileGradientPaint(JSLC.JSLCInfo jslcinfo,
CompileJSL.ShaderInfo maskInfo,
CompileJSL.PaintType paintType,
CompileJSL.CycleType cycleType,
boolean alphaTest) |
private static void |
CompileJSL.compilePatternPaint(JSLC.JSLCInfo jslcinfo,
CompileJSL.ShaderInfo maskInfo,
boolean alphaTest) |
private static void |
CompileJSL.compileShader(JSLC.JSLCInfo jslcinfo,
CompileJSL.ShaderInfo info) |
private static CompileJSL.ShaderInfo |
CompileJSL.getFullSource(java.lang.String outputName,
CompileJSL.ShaderInfo maskInfo,
CompileJSL.ShaderInfo paintInfo,
boolean alphaTest) |
private static java.lang.String |
CompileJSL.getParamString(CompileJSL.ShaderInfo info) |