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 /rsProgramStore.cpp | |
| parent | c2c02a88641620f50a69cc174077ac8bbef40478 (diff) | |
| download | android_frameworks_rs-7f126c78a107257090c6675ea40ffac41516a9dc.tar.gz android_frameworks_rs-7f126c78a107257090c6675ea40ffac41516a9dc.tar.bz2 android_frameworks_rs-7f126c78a107257090c6675ea40ffac41516a9dc.zip | |
Moving samplers behind the hal.
Change-Id: I494e5a9d2b599d07b985328b346f1f10ae4972e1
Diffstat (limited to 'rsProgramStore.cpp')
| -rw-r--r-- | rsProgramStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsProgramStore.cpp b/rsProgramStore.cpp index 2ad65e97..8fe890be 100644 --- a/rsProgramStore.cpp +++ b/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; |
