| Package | Description |
|---|---|
| com.sun.prism.d3d | |
| com.sun.prism.es2 | |
| com.sun.prism.impl | |
| com.sun.prism.impl.ps | |
| com.sun.prism.null3d |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
D3DGraphics |
| Modifier and Type | Class and Description |
|---|---|
class |
ES2Graphics |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseContext.setRenderTarget(BaseGraphics g)
This method will call releaseRenderTarget method to reset last
renderTarget and textures if g is null
|
abstract void |
BaseContext.validateClearOp(BaseGraphics g) |
abstract void |
BaseContext.validatePaintOp(BaseGraphics g,
BaseTransform xform,
Texture maskTex,
float bx,
float by,
float bw,
float bh) |
abstract void |
BaseContext.validateTextureOp(BaseGraphics g,
BaseTransform xform,
Texture src,
PixelFormat format) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseShaderGraphics |
| Modifier and Type | Method and Description |
|---|---|
private Shader |
BaseShaderContext.getSpecialShader(BaseGraphics g,
BaseShaderContext.SpecialShaderType sst) |
void |
BaseShaderContext.validateClearOp(BaseGraphics g) |
void |
BaseShaderContext.validatePaintOp(BaseGraphics g,
BaseTransform xform,
Texture maskTex,
float bx,
float by,
float bw,
float bh) |
void |
BaseShaderContext.validateTextureOp(BaseGraphics g,
BaseTransform xform,
Texture tex0,
PixelFormat format) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DummyGraphics |