summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramStore.cpp
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-05-05 16:56:27 -0700
committerAlex Sakhartchouk <alexst@google.com>2011-05-05 16:56:27 -0700
commit438505431c253fd891f3deda38033c30268913e8 (patch)
tree956640c1f809f6ffaf17c434539a920b126e794a /libs/rs/rsProgramStore.cpp
parent19c5c7a7bc0fe7d91a3d39c10a001aed25a6f1ca (diff)
downloadframeworks_base-438505431c253fd891f3deda38033c30268913e8.zip
frameworks_base-438505431c253fd891f3deda38033c30268913e8.tar.gz
frameworks_base-438505431c253fd891f3deda38033c30268913e8.tar.bz2
Moving samplers behind the hal.
Change-Id: I494e5a9d2b599d07b985328b346f1f10ae4972e1
Diffstat (limited to 'libs/rs/rsProgramStore.cpp')
-rw-r--r--libs/rs/rsProgramStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsProgramStore.cpp b/libs/rs/rsProgramStore.cpp
index 2ad65e9..8fe890b 100644
--- a/libs/rs/rsProgramStore.cpp
+++ b/libs/rs/rsProgramStore.cpp
@@ -25,7 +25,7 @@ ProgramStore::ProgramStore(Context *rsc,
bool colorMaskR, bool colorMaskG, bool colorMaskB, bool colorMaskA,
bool depthMask, bool ditherEnable,
RsBlendSrcFunc srcFunc, RsBlendDstFunc destFunc,
- RsDepthFunc depthFunc) : Program(rsc) {
+ RsDepthFunc depthFunc) : ProgramBase(rsc) {
memset(&mHal, 0, sizeof(mHal));
mHal.state.ditherEnable = ditherEnable;