Modifier and Type | Field and Description |
---|---|
private RTTexture |
RegionImageCache.backingStore |
private RTTexture |
NGShape.cached3D
We cache a representation of this shape into an image if we are
rendering the shape with a 3D transform.
|
private RTTexture |
NGSubScene.resolveRTT |
private RTTexture |
NGSubScene.rtt |
private RTTexture |
CacheFilter.tempTexture |
(package private) RTTexture |
NGCanvas.RenderBuf.tex |
(package private) RTTexture |
NGCanvas.EffectInput.tex |
Modifier and Type | Method and Description |
---|---|
(package private) RTTexture |
RegionImageCache.getBackingStore() |
Modifier and Type | Method and Description |
---|---|
private void |
NGRegion.renderBackgroundRectangleFromCache(Graphics g,
RTTexture cached,
Rectangle rect,
int textureWidth,
int textureHeight,
double topInset,
double rightInset,
double bottomInset,
double leftInset,
int outsetsTop,
int outsetsRight,
int outsetsBottom,
int outsetsLeft) |
private void |
NGCanvas.PixelData.save(RTTexture tex) |
Constructor and Description |
---|
EffectInput(RTTexture tex) |
Modifier and Type | Field and Description |
---|---|
private RTTexture |
UploadingPainter.resolveRTT |
private RTTexture |
QuantumToolkit.QuantumImage.rt |
private RTTexture |
UploadingPainter.rttexture |
private RTTexture |
ViewPainter.sceneBuffer
This is used for drawing dirty regions and overdraw rectangles in cases where we are
not drawing the entire scene every time (specifically, when depth buffer is disabled).
|
Modifier and Type | Method and Description |
---|---|
(package private) RTTexture |
QuantumToolkit.QuantumImage.getRT(int w,
int h,
ResourceFactory rfNew) |
private RTTexture |
UploadingPainter.resolveRenderTarget(Graphics g,
int width,
int height) |
Modifier and Type | Field and Description |
---|---|
private RTTexture |
WCPageBackBufferImpl.texture |
private RTTexture |
RTImage.txt |
Modifier and Type | Method and Description |
---|---|
private static RTTexture |
WCPageBackBufferImpl.createTexture(int w,
int h) |
private RTTexture |
RTImage.getTexture() |
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 | Class and Description |
---|---|
(package private) class |
D3DRTTexture |
Modifier and Type | Method and Description |
---|---|
RTTexture |
D3DSwapChain.getRTTBackBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
D3DContext.blit(RTTexture srcRTT,
RTTexture dstRTT,
int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ES2RTTexture |
Modifier and Type | Field and Description |
---|---|
private RTTexture |
ES2SwapChain.stableBackbuffer
An offscreen surface that acts as a persistent backbuffer, currently
only used when dirty region optimizations are enabled in the scenegraph.
|
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 |
---|---|
void |
ES2Context.blit(RTTexture srcRTT,
RTTexture dstRTT,
int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1) |
private void |
ES2SwapChain.drawTexture(ES2Graphics g,
RTTexture src,
float dx1,
float dy1,
float dx2,
float dy2,
float sx1,
float sy1,
float sx2,
float sy2) |
Modifier and Type | Method and Description |
---|---|
abstract RTTexture |
BaseContext.getLCDBuffer() |
Modifier and Type | Field and Description |
---|---|
private RTTexture |
BaseShaderContext.lcdBuffer |
Modifier and Type | Method and Description |
---|---|
RTTexture |
BaseShaderContext.getLCDBuffer() |
RTTexture |
BaseShaderGraphics.readBack(Rectangle view) |
Modifier and Type | Method and Description |
---|---|
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.blit(RTTexture srcTex,
RTTexture dstTex,
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 | Class and Description |
---|---|
(package private) class |
J2DRTTexture |
Modifier and Type | Method and Description |
---|---|
RTTexture |
J2DResourceFactory.createRTTexture(int width,
int height,
Texture.WrapMode wrapMode) |
RTTexture |
J2DResourceFactory.createRTTexture(int width,
int height,
Texture.WrapMode wrapMode,
boolean msaa) |
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 | Class and Description |
---|---|
(package private) class |
DummyRTTexture |
Modifier and Type | Method and Description |
---|---|
RTTexture |
DummyResourceFactory.createRTTexture(int width,
int height,
Texture.WrapMode wrapMode) |
RTTexture |
DummyResourceFactory.createRTTexture(int width,
int height,
Texture.WrapMode wrapMode,
boolean msaa) |
Modifier and Type | Method and Description |
---|---|
void |
DummyContext.blit(RTTexture srcRTT,
RTTexture dstRTT,
int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
SWPresentable |
(package private) class |
SWRTTexture |
Modifier and Type | Method and Description |
---|---|
RTTexture |
SWResourceFactory.createRTTexture(int width,
int height,
Texture.WrapMode wrapMode) |
RTTexture |
SWResourceFactory.createRTTexture(int width,
int height,
Texture.WrapMode wrapMode,
boolean msaa) |
RTTexture |
SWGraphics.readBack(Rectangle view) |
Modifier and Type | Method and Description |
---|---|
void |
SWGraphics.blit(RTTexture srcTex,
RTTexture dstTex,
int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1) |
void |
SWGraphics.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 | Field and Description |
---|---|
private RTTexture |
PPSDrawable.rtt |
Modifier and Type | Method and Description |
---|---|
(package private) static PPSDrawable |
PPSDrawable.create(RTTexture rtt) |
PrDrawable |
PPSRenderer.createDrawable(RTTexture rtt) |
Constructor and Description |
---|
PPSDrawable(RTTexture rtt) |
Modifier and Type | Field and Description |
---|---|
private RTTexture |
PSWDrawable.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) |
Constructor and Description |
---|
PSWDrawable(RTTexture rtt,
boolean isDirty) |