Searched defs:ProgramRaster (Results 1 - 4 of 4) sorted by relevance

/frameworks/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(Context *rsc, 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;
/frameworks/base/rs/java/android/renderscript/
H A DProgramRaster.java26 public class ProgramRaster extends BaseObj { class in inherits:BaseObj
54 ProgramRaster(long id, RenderScript rs) { method in class:ProgramRaster
83 public static ProgramRaster CULL_BACK(RenderScript rs) {
85 ProgramRaster.Builder builder = new ProgramRaster.Builder(rs);
95 public static ProgramRaster CULL_FRONT(RenderScript rs) {
97 ProgramRaster.Builder builder = new ProgramRaster.Builder(rs);
107 public static ProgramRaster CULL_NONE(RenderScript rs) {
109 ProgramRaster
[all...]
/frameworks/rs/driver/runtime/
H A Drs_structs.h109 * internal members of the C++ class ProgramRaster owned by librs. Unfortunately,
122 typedef struct ProgramRaster { struct

Completed in 2411 milliseconds