| Package | Description |
|---|---|
| com.sun.scenario.effect.compiler.backend.sw.java | |
| com.sun.scenario.effect.compiler.backend.sw.me | |
| com.sun.scenario.effect.compiler.backend.sw.sse |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<Function,FuncImpl> |
JSWFuncImpls.funcs |
| Modifier and Type | Method and Description |
|---|---|
(package private) static FuncImpl |
JSWFuncImpls.get(Function func) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
JSWFuncImpls.declareFunction(FuncImpl impl,
java.lang.String name,
Type... ptypes) |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<Function,FuncImpl> |
MEFuncImpls.funcs |
| Modifier and Type | Method and Description |
|---|---|
(package private) static FuncImpl |
MEFuncImpls.get(Function func) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
MEFuncImpls.declareFunction(FuncImpl impl,
java.lang.String name,
Type... ptypes) |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<Function,FuncImpl> |
SSEFuncImpls.funcs |
| Modifier and Type | Method and Description |
|---|---|
(package private) static FuncImpl |
SSEFuncImpls.get(Function func) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
SSEFuncImpls.declareFunction(FuncImpl impl,
java.lang.String name,
Type... ptypes) |