| Package | Description |
|---|---|
| com.sun.prism | |
| com.sun.prism.d3d | |
| com.sun.prism.es2 | |
| com.sun.prism.j2d | |
| com.sun.prism.null3d | |
| com.sun.prism.sw |
| Modifier and Type | Method and Description |
|---|---|
static GraphicsPipeline.ShaderType |
GraphicsPipeline.ShaderType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphicsPipeline.ShaderType[] |
GraphicsPipeline.ShaderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GraphicsPipeline.supportsShader(GraphicsPipeline.ShaderType type,
GraphicsPipeline.ShaderModel model)
Returns true iff the graphics objects from this pipeline support
the indicated
GraphicsPipeline.ShaderType and GraphicsPipeline.ShaderModel. |
abstract boolean |
GraphicsPipeline.supportsShaderType(GraphicsPipeline.ShaderType type)
Returns true iff the graphics objects from this pipeline support
the indicated
GraphicsPipeline.ShaderType. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
D3DPipeline.supportsShaderType(GraphicsPipeline.ShaderType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ES2Pipeline.supportsShaderType(GraphicsPipeline.ShaderType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
J2DPipeline.supportsShaderType(GraphicsPipeline.ShaderType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NULL3DPipeline.supportsShaderType(GraphicsPipeline.ShaderType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SWPipeline.supportsShaderType(GraphicsPipeline.ShaderType type) |