Package | Description |
---|---|
com.sun.prism.null3d |
Modifier and Type | Field and Description |
---|---|
(package private) DummyContext |
DummyTexture.context |
DummyContext |
DummyResource.context |
private DummyContext |
DummyResourceFactory.context |
Modifier and Type | Method and Description |
---|---|
DummyContext |
DummyTexture.getContext() |
(package private) DummyContext |
DummyResourceFactory.getContext() |
Modifier and Type | Method and Description |
---|---|
(package private) static Graphics |
DummyGraphics.create(RenderTarget target,
DummyContext ctx) |
Constructor and Description |
---|
DummyGraphics(DummyContext context,
RenderTarget target) |
DummyResource(DummyContext context) |
DummyRTTexture(DummyContext context,
Texture.WrapMode wrapMode,
int contentWidth,
int contentHeight) |
DummyShader(DummyContext context,
java.util.Map<java.lang.String,java.lang.Integer> registers) |
DummyShader(DummyContext context,
java.lang.String name) |
DummySwapChain(DummyContext context,
PresentableState pState,
DummyRTTexture rtt) |
DummyTexture(DummyContext context,
PixelFormat format,
Texture.WrapMode wrapMode,
int contentWidth,
int contentHeight) |
DummyTexture(DummyContext context,
PixelFormat format,
Texture.WrapMode wrapMode,
int contentWidth,
int contentHeight,
boolean isRTT) |