summaryrefslogtreecommitdiff
path: root/rsRuntime.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2012-02-24 14:22:34 -0800
committerAlex Sakhartchouk <alexst@google.com>2012-02-24 14:22:34 -0800
commit653b53ebcd2bedc94ac486080d2e82e1920232e3 (patch)
treec0e68a4600440dd2e4cbfccd5116bf007675bd51 /rsRuntime.h
parent8bab2759e224da05342e43953f189cd46df03c38 (diff)
downloadrs-653b53ebcd2bedc94ac486080d2e82e1920232e3.tar.gz
Removing GL calls from librs
Change-Id: Ida22199a33f0f9fd534dcc5951d12937967a187b
Diffstat (limited to 'rsRuntime.h')
-rw-r--r--rsRuntime.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/rsRuntime.h b/rsRuntime.h
index 3bded620..64f2de8a 100644
--- a/rsRuntime.h
+++ b/rsRuntime.h
@@ -86,7 +86,6 @@ void rsrMeshComputeBoundingBox(Context *, Script *, Mesh *,
void rsrColor(Context *, Script *, float r, float g, float b, float a);
-void rsrFinish(Context *, Script *);
void rsrAllocationSyncAll(Context *, Script *, Allocation *);
void rsrAllocationCopy1DRange(Context *, Allocation *dstAlloc,
@@ -103,8 +102,7 @@ void rsrAllocationCopy2DRange(Context *, Allocation *dstAlloc,
uint32_t srcXoff, uint32_t srcYoff,
uint32_t srcMip, uint32_t srcFace);
-void rsrClearColor(Context *, Script *, float r, float g, float b, float a);
-void rsrClearDepth(Context *, Script *, float v);
+void rsrPrepareClear(Context *, Script *);
uint32_t rsrGetWidth(Context *, Script *);
uint32_t rsrGetHeight(Context *, Script *);
void rsrDrawTextAlloc(Context *, Script *, Allocation *, int x, int y);