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

  /frameworks/base/libs/rs/
rsProgramRaster.cpp 27 ProgramRaster::ProgramRaster(Context *rsc,
43 ProgramRaster::~ProgramRaster()
47 void ProgramRaster::setLineWidth(float s)
52 void ProgramRaster::setPointSize(float s)
57 void ProgramRaster::setupGL(const Context *rsc, ProgramRasterState *state)
87 void ProgramRaster::setupGL2(const Context *rsc, ProgramRasterState *state)
107 ProgramRaster *pr = new ProgramRaster(rsc, false, false, false)
    [all...]
rsProgramRaster.h 28 class ProgramRaster : public Program
31 ProgramRaster(Context *rsc,
35 virtual ~ProgramRaster();
62 ObjectBaseRef<ProgramRaster> mDefault;
63 ObjectBaseRef<ProgramRaster> mLast;
  /frameworks/base/graphics/java/android/renderscript/
ProgramRaster.java 28 public class ProgramRaster extends BaseObj {
37 ProgramRaster(int id, RenderScript rs) {
75 ProgramRaster mPR;
79 mPR = new ProgramRaster(0, rs);
95 static synchronized ProgramRaster internalCreate(RenderScript rs, Builder b) {
97 ProgramRaster pr = b.mPR;
98 b.mPR = new ProgramRaster(0, b.mRS);
102 public ProgramRaster create() {

Completed in 260 milliseconds