Package | Description |
---|---|
com.sun.javafx.media | |
com.sun.prism | |
com.sun.prism.d3d | |
com.sun.prism.es2 | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.j2d | |
com.sun.prism.null3d | |
com.sun.prism.sw |
Modifier and Type | Field and Description |
---|---|
private PixelFormat |
PrismMediaFrameHandler.PrismFrameBuffer.videoFormat |
Modifier and Type | Method and Description |
---|---|
PixelFormat |
PrismMediaFrameHandler.PrismFrameBuffer.getPixelFormat() |
Modifier and Type | Method and Description |
---|---|
MediaFrame |
PrismMediaFrameHandler.PrismFrameBuffer.convertToFormat(PixelFormat fmt) |
Modifier and Type | Field and Description |
---|---|
private PixelFormat |
MultiTexture.format |
private PixelFormat |
Image.pixelFormat |
Modifier and Type | Method and Description |
---|---|
PixelFormat |
Image.getPixelFormat() |
PixelFormat |
Texture.getPixelFormat()
Returns the
PixelFormat of this texture. |
PixelFormat |
MediaFrame.getPixelFormat() |
PixelFormat |
MultiTexture.getPixelFormat() |
static PixelFormat |
PixelFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PixelFormat[] |
PixelFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MediaFrame |
MediaFrame.convertToFormat(PixelFormat fmt)
Converts the video frame to a different video format.
|
static java.nio.Buffer |
Image.createPackedBuffer(java.nio.Buffer pixels,
PixelFormat format,
int minX,
int minY,
int width,
int height,
int scanlineStride)
Returns a new
Buffer instance that contains a tightly packed
copy of the given Buffer 's pixel data. |
Texture |
ResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h)
Returns a new
Texture with the given format and edge wrapping
support. |
Texture |
ResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap)
Returns a new
Texture with the given format and edge wrapping
support. |
boolean |
ResourceFactory.isFormatSupported(PixelFormat format)
Returns true if the given
PixelFormat is supported; otherwise
returns false. |
void |
Texture.update(java.nio.Buffer buffer,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean skipFlush)
Updates this texture using the contents of the given
Buffer . |
void |
MultiTexture.update(java.nio.Buffer buffer,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean skipFlush) |
Constructor and Description |
---|
Image(PixelFormat pixelFormat,
java.nio.Buffer pixelBuffer,
int width,
int height) |
Image(PixelFormat pixelFormat,
java.nio.Buffer pixelBuffer,
int width,
int height,
int minX,
int minY,
int scanlineStride) |
Image(PixelFormat pixelFormat,
java.nio.Buffer pixelBuffer,
int width,
int height,
int minX,
int minY,
int scanlineStride,
float pixelScale) |
Image(PixelFormat pixelFormat,
byte[] pixels,
int width,
int height) |
Image(PixelFormat pixelFormat,
int[] pixels,
int width,
int height) |
MultiTexture(PixelFormat format,
Texture.WrapMode wrapMode,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
D3DTexture |
D3DResourceFactory.createTexture(PixelFormat format,
Texture.Usage usagehint,
Texture.WrapMode wrapMode,
int w,
int h) |
D3DTexture |
D3DResourceFactory.createTexture(PixelFormat format,
Texture.Usage usagehint,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap) |
(package private) static long |
D3DTextureData.estimateSize(int physicalWidth,
int physicalHeight,
PixelFormat format) |
long |
D3DVramPool.estimateTextureSize(int width,
int height,
PixelFormat format) |
boolean |
D3DResourceFactory.isFormatSupported(PixelFormat format) |
void |
D3DTexture.update(java.nio.Buffer pixels,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan) |
void |
D3DRTTexture.update(java.nio.Buffer pixels,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean skipFlush) |
void |
D3DTexture.update(java.nio.Buffer pixels,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean skipFlush) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
(package private) static ES2Texture |
ES2Texture.create(ES2Context context,
PixelFormat format,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap) |
Texture |
ES2ResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h) |
Texture |
ES2ResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap) |
long |
ES2VramPool.estimateTextureSize(int width,
int height,
PixelFormat format) |
boolean |
ES2ResourceFactory.isFormatSupported(PixelFormat format) |
void |
ES2Texture.update(java.nio.Buffer pixels,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean skipFlush) |
void |
ES2RTTexture.update(java.nio.Buffer pixels,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean skipFlush) |
private static boolean |
ES2Texture.uploadPixels(GLContext glCtx,
int target,
java.nio.Buffer pixels,
PixelFormat format,
int texw,
int texh,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean create,
boolean useMipmap) |
Constructor and Description |
---|
ES2Texture(ES2Context context,
ES2TextureResource<T> resource,
PixelFormat format,
Texture.WrapMode wrapMode,
int physicalWidth,
int physicalHeight,
int contentX,
int contentY,
int contentWidth,
int contentHeight,
boolean useMipmap) |
ES2Texture(ES2Context context,
ES2TextureResource<T> resource,
PixelFormat format,
Texture.WrapMode wrapMode,
int physicalWidth,
int physicalHeight,
int contentX,
int contentY,
int contentWidth,
int contentHeight,
int maxContentWidth,
int maxContentHeight,
boolean useMipmap) |
Modifier and Type | Field and Description |
---|---|
private PixelFormat |
BaseTexture.format |
Modifier and Type | Method and Description |
---|---|
PixelFormat |
BaseTexture.getPixelFormat() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseTexture.checkUpdateParams(java.nio.Buffer buf,
PixelFormat fmt,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan) |
long |
TextureResourcePool.estimateTextureSize(int width,
int height,
PixelFormat format) |
(package private) static long |
BaseResourceFactory.sizeWithMipMap(int w,
int h,
PixelFormat format) |
abstract void |
BaseContext.validateTextureOp(BaseGraphics g,
BaseTransform xform,
Texture src,
PixelFormat format) |
Constructor and Description |
---|
BaseTexture(T resource,
PixelFormat format,
Texture.WrapMode wrapMode,
int width,
int height) |
BaseTexture(T resource,
PixelFormat format,
Texture.WrapMode wrapMode,
int physicalWidth,
int physicalHeight,
int contentX,
int contentY,
int contentWidth,
int contentHeight,
boolean useMipmap) |
BaseTexture(T resource,
PixelFormat format,
Texture.WrapMode wrapMode,
int physicalWidth,
int physicalHeight,
int contentX,
int contentY,
int contentWidth,
int contentHeight,
int maxContentWidth,
int maxContentHeight,
boolean useMipmap) |
Modifier and Type | Method and Description |
---|---|
(package private) Shader |
BaseShaderContext.validateMaskTextureOp(BaseShaderGraphics g,
BaseTransform xform,
Texture tex0,
Texture tex1,
PixelFormat format) |
void |
BaseShaderContext.validateTextureOp(BaseGraphics g,
BaseTransform xform,
Texture tex0,
PixelFormat format) |
(package private) Shader |
BaseShaderContext.validateTextureOp(BaseShaderGraphics g,
BaseTransform xform,
Texture[] textures,
PixelFormat format) |
(package private) Shader |
BaseShaderContext.validateTextureOp(BaseShaderGraphics g,
BaseTransform xform,
Texture tex0,
Texture tex1,
PixelFormat format) |
Modifier and Type | Method and Description |
---|---|
(package private) static J2DTexture |
J2DTexture.create(PixelFormat format,
Texture.WrapMode wrapMode,
int w,
int h) |
Texture |
J2DResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h) |
Texture |
J2DResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap) |
long |
J2DTexturePool.estimateTextureSize(int width,
int height,
PixelFormat format) |
private static PixelGetter |
J2DTexture.getGetter(PixelFormat format) |
boolean |
J2DResourceFactory.isFormatSupported(PixelFormat format) |
void |
J2DTexture.update(java.nio.Buffer buffer,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean skipFlush) |
void |
J2DRTTexture.update(java.nio.Buffer buffer,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean skipFlush) |
(package private) void |
J2DTexture.updateFromBuffer(java.awt.image.BufferedImage bimg,
java.nio.Buffer buffer,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan) |
Constructor and Description |
---|
J2DTexture(java.awt.image.BufferedImage bimg,
PixelFormat format,
PixelSetter setter,
Texture.WrapMode wrapMode) |
Modifier and Type | Method and Description |
---|---|
DummyTexture |
DummyResourceFactory.createTexture(PixelFormat format,
Texture.Usage usagehint,
Texture.WrapMode wrapMode,
int w,
int h) |
DummyTexture |
DummyResourceFactory.createTexture(PixelFormat format,
Texture.Usage usagehint,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap) |
long |
DummyTexturePool.estimateTextureSize(int width,
int height,
PixelFormat format) |
boolean |
DummyResourceFactory.isFormatSupported(PixelFormat format) |
void |
DummyRTTexture.update(java.nio.Buffer pixels,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean skipFlush) |
void |
DummyTexture.update(java.nio.Buffer buffer,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean skipFlush) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
PixelFormat |
SWArgbPreTexture.getPixelFormat() |
PixelFormat |
SWMaskTexture.getPixelFormat() |
Modifier and Type | Method and Description |
---|---|
(package private) static Texture |
SWTexture.create(SWResourceFactory factory,
PixelFormat formatHint,
Texture.WrapMode wrapMode,
int w,
int h) |
Texture |
SWResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h) |
Texture |
SWResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap) |
long |
SWTexturePool.estimateTextureSize(int width,
int height,
PixelFormat format) |
boolean |
SWResourceFactory.isFormatSupported(PixelFormat format) |
void |
SWArgbPreTexture.update(java.nio.Buffer buffer,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean skipFlush) |
void |
SWMaskTexture.update(java.nio.Buffer buffer,
PixelFormat format,
int dstx,
int dsty,
int srcx,
int srcy,
int srcw,
int srch,
int srcscan,
boolean skipFlush) |