Modifier and Type | Method and Description |
---|---|
RTTexture |
ResourceFactory.createRTTexture(int width,
int height,
Texture.WrapMode wrapMode) |
RTTexture |
ResourceFactory.createRTTexture(int width,
int height,
Texture.WrapMode wrapMode,
boolean msaa) |
RTTexture |
ReadbackGraphics.readBack(Rectangle view) |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.blit(RTTexture srcTex,
RTTexture dstTex,
int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1) |
void |
MaskTextureGraphics.drawPixelsMasked(RTTexture imgtex,
RTTexture masktex,
int dx,
int dy,
int dw,
int dh,
int ix,
int iy,
int mx,
int my)
Apply a mask to the pixels of an image and render the results onto
the destination in device space.
|
void |
MaskTextureGraphics.maskInterpolatePixels(RTTexture imgtex,
RTTexture masktex,
int dx,
int dy,
int dw,
int dh,
int ix,
int iy,
int mx,
int my)
Use a mask to determine which pixels of an image are to be rendered
onto the destination in device space.
|
void |
ReadbackGraphics.releaseReadBackBuffer(RTTexture view) |
Modifier and Type | Method and Description |
---|---|
RTTexture |
ES2ResourceFactory.createRTTexture(int width,
int height,
Texture.WrapMode wrapMode) |
RTTexture |
ES2ResourceFactory.createRTTexture(int width,
int height,
Texture.WrapMode wrapMode,
boolean msaa) |
Modifier and Type | Method and Description |
---|---|
abstract RTTexture |
BaseContext.getLCDBuffer() |
Modifier and Type | Method and Description |
---|---|
RTTexture |
BaseShaderContext.getLCDBuffer() |
RTTexture |
BaseShaderGraphics.readBack(Rectangle view) |
Modifier and Type | Method and Description |
---|---|
void |
BaseShaderGraphics.blit(RTTexture srcTex,
RTTexture dstTex,
int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1) |
abstract void |
BaseShaderContext.blit(RTTexture srcRTT,
RTTexture dstRTT,
int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1) |
void |
BaseShaderGraphics.drawPixelsMasked(RTTexture imgtex,
RTTexture masktex,
int dx,
int dy,
int dw,
int dh,
int ix,
int iy,
int mx,
int my) |
void |
BaseShaderGraphics.maskInterpolatePixels(RTTexture imgtex,
RTTexture masktex,
int dx,
int dy,
int dw,
int dh,
int ix,
int iy,
int mx,
int my) |
void |
BaseShaderGraphics.releaseReadBackBuffer(RTTexture rtt) |
Modifier and Type | Method and Description |
---|---|
RTTexture |
J2DPrismGraphics.readBack(Rectangle view) |
Modifier and Type | Method and Description |
---|---|
void |
J2DPrismGraphics.blit(RTTexture srcTex,
RTTexture dstTex,
int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1) |
void |
J2DPrismGraphics.drawPixelsMasked(RTTexture imgtex,
RTTexture masktex,
int dx,
int dy,
int dw,
int dh,
int ix,
int iy,
int mx,
int my) |
void |
J2DPrismGraphics.maskInterpolatePixels(RTTexture imgtex,
RTTexture masktex,
int dx,
int dy,
int dw,
int dh,
int ix,
int iy,
int mx,
int my) |
void |
J2DPrismGraphics.releaseReadBackBuffer(RTTexture view) |
Modifier and Type | Method and Description |
---|---|
static PrDrawable |
PrDrawable.create(FilterContext fctx,
RTTexture rtt) |
abstract PrDrawable |
PrRenderer.createDrawable(RTTexture rtt) |
Constructor and Description |
---|
PrDrawable(RTTexture rtt) |
Modifier and Type | Method and Description |
---|---|
PrDrawable |
PPSRenderer.createDrawable(RTTexture rtt) |
Modifier and Type | Method and Description |
---|---|
RTTexture |
PSWDrawable.getTextureObject() |
Modifier and Type | Method and Description |
---|---|
static PSWDrawable |
PSWDrawable.create(RTTexture rtt) |
PrDrawable |
PSWRenderer.createDrawable(RTTexture rtt) |
Copyright © 2020. All rights reserved.