Searched defs:ProgramRaster (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/graphics/java/android/renderscript/
H A DProgramRaster.java27 public class ProgramRaster extends BaseObj { class in inherits:BaseObj
43 ProgramRaster(int id, RenderScript rs) { method in class:ProgramRaster
66 public static ProgramRaster CULL_BACK(RenderScript rs) {
68 ProgramRaster.Builder builder = new ProgramRaster.Builder(rs);
75 public static ProgramRaster CULL_FRONT(RenderScript rs) {
77 ProgramRaster.Builder builder = new ProgramRaster.Builder(rs);
84 public static ProgramRaster CULL_NONE(RenderScript rs) {
86 ProgramRaster
[all...]
/frameworks/base/libs/rs/
H A DrsProgramRaster.cpp24 ProgramRaster::ProgramRaster(Context *rsc, bool pointSprite, RsCullMode cull) function in class:ProgramRaster
33 void ProgramRaster::preDestroy() const {
42 ProgramRaster::~ProgramRaster() {
46 void ProgramRaster::setup(const Context *rsc, ProgramRasterState *state) {
56 void ProgramRaster::serialize(OStream *stream) const {
59 ProgramRaster *ProgramRaster::createFromStream(Context *rsc, IStream *stream) {
70 mDefault.set(ProgramRaster
[all...]
H A DrsProgramRaster.h35 class ProgramRaster : public ProgramBase { class in namespace:android::renderscript
51 static ProgramRaster *createFromStream(Context *rsc, IStream *stream);
53 static ObjectBaseRef<ProgramRaster> getProgramRaster(Context *rsc,
58 virtual ~ProgramRaster();
61 ProgramRaster(Context *rsc,
74 ObjectBaseRef<ProgramRaster> mDefault;
75 ObjectBaseRef<ProgramRaster> mLast;
78 Vector<ProgramRaster *> mRasterPrograms;

Completed in 44 milliseconds