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

  /frameworks/rs/
rsProgramFragment.h 28 class ProgramFragment : public Program {
30 ProgramFragment(Context *rsc, const char * shaderText, size_t shaderLength,
33 virtual ~ProgramFragment();
39 static ProgramFragment *createFromStream(Context *rsc, IStream *stream);
53 ProgramFragment *mPF;
57 ObjectBaseRef<ProgramFragment> mDefault;
58 Vector<ProgramFragment *> mPrograms;
60 ObjectBaseRef<ProgramFragment> mLast;
rsProgramFragment.cpp 25 ProgramFragment::ProgramFragment(Context *rsc, const char * shaderText, size_t shaderLength,
38 ProgramFragment::~ProgramFragment() {
42 void ProgramFragment::setConstantColor(Context *rsc, float r, float g, float b, float a) {
63 void ProgramFragment::setup(Context *rsc, ProgramFragmentState *state) {
80 void ProgramFragment::serialize(Context *rsc, OStream *stream) const {
83 ProgramFragment *ProgramFragment::createFromStream(Context *rsc, IStream *stream) {
120 ProgramFragment *pf = new ProgramFragment(rsc, shaderString, strlen(shaderString)
    [all...]
rsContext.h 110 ObjectBaseRef<ProgramFragment> mFragment;
141 void setProgramFragment(ProgramFragment *);
147 ProgramFragment * getProgramFragment() {return mFragment.get();}
176 ProgramFragment * getDefaultProgramFragment() const {
332 ObjectBaseRef<ProgramFragment> mFragment;
rsScriptC_LibGL.cpp 49 void rsrBindTexture(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) {
55 void rsrBindConstant(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) {
67 void rsrBindSampler(Context *rsc, ProgramFragment *pf, uint32_t slot, Sampler *s) {
78 void rsrBindProgramFragment(Context *rsc, ProgramFragment *pf) {
136 void rsrPfConstantColor(Context *rsc, ProgramFragment *pf,
200 ProgramFragment *pf = rsc->getProgramFragment();
rsScript.h 31 class ProgramFragment;
110 ObjectBaseRef<ProgramFragment> mFragment;
rsRuntime.h 37 void rsrBindTexture(Context *, ProgramFragment *, uint32_t slot, Allocation *);
38 void rsrBindConstant(Context *, ProgramFragment *, uint32_t slot, Allocation *);
40 void rsrBindSampler(Context *, ProgramFragment *, uint32_t slot, Sampler *);
42 void rsrBindProgramFragment(Context *, ProgramFragment *);
58 void rsrPfConstantColor(Context *, ProgramFragment *, float r, float g, float b, float a);
rsScriptGroup.h 31 class ProgramFragment;
rs_hal.h 93 class ProgramFragment;
335 bool (*init)(const Context *rsc, const ProgramFragment *pf,
339 void (*setActive)(const Context *rsc, const ProgramFragment *pf);
340 void (*destroy)(const Context *rsc, const ProgramFragment *pf);
rsFont.h 210 ObjectBaseRef<ProgramFragment> mFontShaderF;
rsContext.cpp 675 void Context::setProgramFragment(ProgramFragment *pf) {
821 ProgramFragment *pf = static_cast<ProgramFragment *>(vpf);
rsFont.cpp 526 ProgramFragment *pf = new ProgramFragment(mRSC, shaderString, strlen(shaderString),
  /frameworks/rs/driver/
rsdProgramFragment.h 24 const android::renderscript::ProgramFragment *,
29 const android::renderscript::ProgramFragment *);
31 const android::renderscript::ProgramFragment *);
rsdProgram.cpp 83 bool rsdProgramFragmentInit(const Context *rsc, const ProgramFragment *pf,
94 void rsdProgramFragmentSetActive(const Context *rsc, const ProgramFragment *pf) {
101 void rsdProgramFragmentDestroy(const Context *rsc, const ProgramFragment *pf) {
rsdRuntimeStubs.cpp     [all...]
  /frameworks/base/rs/java/android/renderscript/
ProgramFragment.java 38 public class ProgramFragment extends Program {
39 ProgramFragment(long id, RenderScript rs) {
59 * Creates ProgramFragment from the current state of the builder
61 * @return ProgramFragment
63 public ProgramFragment create() {
88 ProgramFragment pf = new ProgramFragment(id, mRS);
ProgramFragmentFixedFunction.java 30 public class ProgramFragmentFixedFunction extends ProgramFragment {
RenderScriptGL.java 303 * Set the default ProgramFragment object seen as the parent state by the
308 public void bindProgramFragment(ProgramFragment p) {
  /frameworks/rs/api/
rs_graphics.spec 145 summary: Handle to a ProgramFragment
147 Opaque handle to a RenderScript ProgramFragment object.
148 See: android.renderscript.ProgramFragment
261 Bind a new Allocation object to a ProgramFragment or ProgramVertex.
306 summary: Bind a ProgramFragment
308 Bind a new ProgramFragment to the rendering context.
358 Bind a new Sampler object to a ProgramFragment. The sampler will
373 Bind a new Allocation object to a ProgramFragment. The
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java 37 private ProgramFragment mPFPoints;
  /prebuilts/sdk/14/
android.jar 

Completed in 2121 milliseconds