diff options
author | 2011-05-05 16:56:27 -0700 | |
---|---|---|
committer | 2011-05-05 16:56:27 -0700 | |
commit | 438505431c253fd891f3deda38033c30268913e8 (patch) | |
tree | 956640c1f809f6ffaf17c434539a920b126e794a /libs/rs/rsProgramRaster.cpp | |
parent | 19c5c7a7bc0fe7d91a3d39c10a001aed25a6f1ca (diff) |
Moving samplers behind the hal.
Change-Id: I494e5a9d2b599d07b985328b346f1f10ae4972e1
Diffstat (limited to 'libs/rs/rsProgramRaster.cpp')
-rw-r--r-- | libs/rs/rsProgramRaster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsProgramRaster.cpp b/libs/rs/rsProgramRaster.cpp index 9617c4defe4c..435561d7308a 100644 --- a/libs/rs/rsProgramRaster.cpp +++ b/libs/rs/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)); |