summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramRaster.h
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/rsProgramRaster.h
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/rsProgramRaster.h')
-rw-r--r--libs/rs/rsProgramRaster.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/rs/rsProgramRaster.h b/libs/rs/rsProgramRaster.h
index 045a7c1..efdb948 100644
--- a/libs/rs/rsProgramRaster.h
+++ b/libs/rs/rsProgramRaster.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 The Android Open Source Project
+ * Copyright (C) 2009-2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
#ifndef ANDROID_RS_PROGRAM_RASTER_H
#define ANDROID_RS_PROGRAM_RASTER_H
-#include "rsProgram.h"
+#include "rsProgramBase.h"
// ---------------------------------------------------------------------------
namespace android {
@@ -25,7 +25,7 @@ namespace renderscript {
class ProgramRasterState;
-class ProgramRaster : public Program {
+class ProgramRaster : public ProgramBase {
public:
ProgramRaster(Context *rsc,
bool pointSmooth,