summaryrefslogtreecommitdiff
path: root/libs/rs/rsProgramFragmentStore.cpp
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-08-25 11:34:49 -0700
committerJason Sams <rjsams@android.com>2009-08-25 11:44:30 -0700
commitb13ada5071f55c96054c47bbd88d8801cd2c0f15 (patch)
tree652b6ca78a53aafaa7c6c3ceb7229a3d6aab43db /libs/rs/rsProgramFragmentStore.cpp
parentdbade9d6a075b1d5b8ebe10ee8961a5de296c93b (diff)
Add support for selecting the color bit depth and if the application used a depth buffer.
Diffstat (limited to 'libs/rs/rsProgramFragmentStore.cpp')
-rw-r--r--libs/rs/rsProgramFragmentStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsProgramFragmentStore.cpp b/libs/rs/rsProgramFragmentStore.cpp
index 99eed16fd457..36ec61532346 100644
--- a/libs/rs/rsProgramFragmentStore.cpp
+++ b/libs/rs/rsProgramFragmentStore.cpp
@@ -48,7 +48,7 @@ ProgramFragmentStore::~ProgramFragmentStore()
{
}
-void ProgramFragmentStore::setupGL(ProgramFragmentStoreState *state)
+void ProgramFragmentStore::setupGL(const Context *rsc, ProgramFragmentStoreState *state)
{
if (state->mLast.get() == this) {
return;