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

  /frameworks/rs/
rsProgramRaster.h 35 class ProgramRaster : public ProgramBase {
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;
rsProgramRaster.cpp 24 ProgramRaster::ProgramRaster(Context *rsc, bool pointSprite, RsCullMode cull)
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::getProgramRaster(rsc, false, RS_CULL_BACK).get())
    [all...]
rsContext.h 113 ObjectBaseRef<ProgramRaster> mRaster;
139 void setProgramRaster(ProgramRaster *);
149 ProgramRaster * getProgramRaster() {return mRaster.get();}
185 ProgramRaster * getDefaultProgramRaster() const {
335 ObjectBaseRef<ProgramRaster> mRaster;
rsScript.h 32 class ProgramRaster;
111 ObjectBaseRef<ProgramRaster> mRaster;
rsScriptGroup.h 32 class ProgramRaster;
rs_hal.h 91 class ProgramRaster;
320 bool (*init)(const Context *rsc, const ProgramRaster *ps);
321 void (*setActive)(const Context *rsc, const ProgramRaster *ps);
322 void (*destroy)(const Context *rsc, const ProgramRaster *ps);
rsRuntime.h 44 void rsrBindProgramRaster(Context *, ProgramRaster *);
rsScriptC_LibGL.cpp 88 void rsrBindProgramRaster(Context *rsc, ProgramRaster *pr) {
rsContext.cpp 684 void Context::setProgramRaster(ProgramRaster *pr) {
826 ProgramRaster *pr = static_cast<ProgramRaster *>(vpr);
  /frameworks/rs/driver/
rsdProgramRaster.h 24 const android::renderscript::ProgramRaster *);
26 const android::renderscript::ProgramRaster *);
28 const android::renderscript::ProgramRaster *);
rsdProgramRaster.cpp 31 bool rsdProgramRasterInit(const Context *, const ProgramRaster *) {
35 void rsdProgramRasterSetActive(const Context *rsc, const ProgramRaster *pr) {
55 void rsdProgramRasterDestroy(const Context *, const ProgramRaster *) {
rsdRuntimeStubs.cpp     [all...]
  /frameworks/base/rs/java/android/renderscript/
ProgramRaster.java 26 public class ProgramRaster extends BaseObj {
54 ProgramRaster(long id, RenderScript rs) {
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.Builder builder = new ProgramRaster.Builder(rs)
    [all...]
RenderScriptGL.java 315 * Set the default ProgramRaster object seen as the parent state by the
320 public void bindProgramRaster(ProgramRaster p) {
RenderScript.java     [all...]
  /frameworks/rs/driver/runtime/
rs_structs.h 124 * internal members of the C++ class ProgramRaster owned by librs. Unfortunately,
137 typedef struct ProgramRaster {
  /frameworks/rs/api/
rs_graphics.spec 167 summary: Handle to a ProgramRaster
169 Opaque handle to a RenderScript ProgramRaster object.
170 See: android.renderscript.ProgramRaster
318 summary: Bind a ProgramRaster
320 Bind a new ProgramRaster to the rendering context.
  /prebuilts/sdk/14/
android.jar 

Completed in 443 milliseconds