Package | Description |
---|---|
com.sun.prism.d3d |
Modifier and Type | Field and Description |
---|---|
private D3DContext |
D3DResource.D3DRecord.context |
private D3DContext |
D3DResourceFactory.context |
private D3DContext |
D3DGraphics.context |
private D3DContext |
D3DMesh.context |
private D3DContext |
D3DMesh.D3DMeshDisposerRecord.context |
private D3DContext |
D3DMeshView.context |
private D3DContext |
D3DMeshView.D3DMeshViewDisposerRecord.context |
private D3DContext |
D3DPhongMaterial.context |
private D3DContext |
D3DPhongMaterial.D3DPhongMaterialDisposerRecord.context |
Modifier and Type | Method and Description |
---|---|
D3DContext |
D3DTexture.getContext() |
(package private) D3DContext |
D3DResource.D3DRecord.getContext() |
D3DContext |
D3DContextSource.getContext() |
(package private) D3DContext |
D3DResourceFactory.getContext() |
D3DContext |
D3DSwapChain.getContext() |
D3DContext |
D3DGraphics.getContext() |
Modifier and Type | Method and Description |
---|---|
(package private) static D3DMesh |
D3DMesh.create(D3DContext context) |
(package private) static D3DPhongMaterial |
D3DPhongMaterial.create(D3DContext context) |
(package private) static D3DMeshView |
D3DMeshView.create(D3DContext context,
D3DMesh mesh) |
(package private) static Graphics |
D3DGraphics.create(RenderTarget target,
D3DContext context) |
Constructor and Description |
---|
D3DGraphics(D3DContext context,
RenderTarget target) |
D3DMesh(D3DContext context,
long nativeHandle,
Disposer.Record disposerRecord) |
D3DMeshDisposerRecord(D3DContext context,
long nativeHandle) |
D3DMeshView(D3DContext context,
long nativeHandle,
D3DMesh mesh,
Disposer.Record disposerRecord) |
D3DMeshViewDisposerRecord(D3DContext context,
long nativeHandle) |
D3DPhongMaterial(D3DContext context,
long nativeHandle,
Disposer.Record disposerRecord) |
D3DPhongMaterialDisposerRecord(D3DContext context,
long nativeHandle) |
D3DRecord(D3DContext context,
long pResource) |
D3DRTTexture(D3DContext context,
Texture.WrapMode wrapMode,
long pResource,
int physicalWidth,
int physicalHeight,
int contentWidth,
int contentHeight) |
D3DRTTexture(D3DContext context,
Texture.WrapMode wrapMode,
long pResource,
int physicalWidth,
int physicalHeight,
int contentX,
int contentY,
int contentWidth,
int contentHeight,
int samples) |
D3DShader(D3DContext context,
long pData,
java.util.Map<java.lang.String,java.lang.Integer> registers) |
D3DSwapChain(D3DContext context,
long pResource,
D3DRTTexture rtt,
float pixelScale) |
D3DTexture(D3DContext context,
PixelFormat format,
Texture.WrapMode wrapMode,
long pResource,
int physicalWidth,
int physicalHeight,
int contentWidth,
int contentHeight,
boolean isRTT) |
D3DTexture(D3DContext context,
PixelFormat format,
Texture.WrapMode wrapMode,
long pResource,
int physicalWidth,
int physicalHeight,
int contentX,
int contentY,
int contentWidth,
int contentHeight,
boolean isRTT,
int samples,
boolean useMipmap) |
D3DTextureData(D3DContext context,
long pResource,
boolean isRTT,
int physicalWidth,
int physicalHeight,
PixelFormat format,
int numberOfSamples) |