diff options
| author | Alex Sakhartchouk <alexst@google.com> | 2011-05-05 16:56:27 -0700 |
|---|---|---|
| committer | Alex Sakhartchouk <alexst@google.com> | 2011-05-05 16:56:27 -0700 |
| commit | 7f126c78a107257090c6675ea40ffac41516a9dc (patch) | |
| tree | 29990144572fedf01d559e62139dee01d9f319f5 /rsProgramRaster.cpp | |
| parent | c2c02a88641620f50a69cc174077ac8bbef40478 (diff) | |
Moving samplers behind the hal.
Change-Id: I494e5a9d2b599d07b985328b346f1f10ae4972e1
Diffstat (limited to 'rsProgramRaster.cpp')
| -rw-r--r-- | rsProgramRaster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsProgramRaster.cpp b/rsProgramRaster.cpp index 9617c4de..435561d7 100644 --- a/rsProgramRaster.cpp +++ b/rsProgramRaster.cpp @@ -24,7 +24,7 @@ using namespace android::renderscript; ProgramRaster::ProgramRaster(Context *rsc, bool pointSmooth, bool lineSmooth, bool pointSprite, float lineWidth, RsCullMode cull) - : Program(rsc) { + : ProgramBase(rsc) { memset(&mHal, 0, sizeof(mHal)); |
