OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextureRenderTarget
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
TextureRenderTarget.java
30
public class
TextureRenderTarget
extends TextureBase {
31
public
TextureRenderTarget
() {
35
public
TextureRenderTarget
(Allocation tex) {
RenderPass.java
32
TextureRenderTarget
mColorTarget;
36
TextureRenderTarget
mDepthTarget;
62
public void setColorTarget(
TextureRenderTarget
colorTarget) {
72
public void setDepthTarget(
TextureRenderTarget
depthTarget) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FullscreenBlur.java
38
static
TextureRenderTarget
sRenderTargetBlur0Color;
39
static
TextureRenderTarget
sRenderTargetBlur0Depth;
40
static
TextureRenderTarget
sRenderTargetBlur1Color;
41
static
TextureRenderTarget
sRenderTargetBlur1Depth;
42
static
TextureRenderTarget
sRenderTargetBlur2Color;
43
static
TextureRenderTarget
sRenderTargetBlur2Depth;
63
sRenderTargetBlur0Color = new
TextureRenderTarget
(Allocation.createTyped(rs, renderType, usage));
64
sRenderTargetBlur1Color = new
TextureRenderTarget
(Allocation.createTyped(rs, renderType, usage));
65
sRenderTargetBlur2Color = new
TextureRenderTarget
(Allocation.createTyped(rs, renderType, usage));
71
sRenderTargetBlur0Depth = new
TextureRenderTarget
(Allocation.createTyped(rs, renderType, usage));
[
all
...]
Completed in 221 milliseconds