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

/frameworks/rs/
H A DrsProgramStore.cpp24 ProgramStore::ProgramStore(Context *rsc, function in class:ProgramStore
44 void ProgramStore::preDestroy() const {
53 ProgramStore::~ProgramStore() {
57 void ProgramStore::setup(const Context *rsc, ProgramStoreState *state) {
66 void ProgramStore::serialize(Context *rsc, OStream *stream) const {
69 ProgramStore *ProgramStore::createFromStream(Context *rsc, IStream *stream) {
73 void ProgramStore
[all...]
H A DrsProgramStore.h36 class ProgramStore : public ProgramBase { class in namespace:android::renderscript
64 static ProgramStore *createFromStream(Context *rsc, IStream *stream);
65 static ObjectBaseRef<ProgramStore> getProgramStore(Context *,
74 virtual ~ProgramStore();
77 ProgramStore(Context *,
91 ObjectBaseRef<ProgramStore> mDefault;
92 ObjectBaseRef<ProgramStore> mLast;
95 Vector<ProgramStore *> mStorePrograms;
/frameworks/base/rs/java/android/renderscript/
H A DProgramStore.java22 * <p>ProgramStore contains a set of parameters that control how
35 public class ProgramStore extends BaseObj { class in inherits:BaseObj
146 ProgramStore(long id, RenderScript rs) { method in class:ProgramStore
235 public static ProgramStore BLEND_NONE_DEPTH_TEST(RenderScript rs) {
237 ProgramStore.Builder builder = new ProgramStore.Builder(rs);
238 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
256 public static ProgramStore BLEND_NONE_DEPTH_NONE(RenderScript rs) {
258 ProgramStore.Builder builder = new ProgramStore
[all...]
/frameworks/rs/driver/runtime/
H A Drs_structs.h90 * internal members of the C++ class ProgramStore owned by librs. Unfortunately,
103 typedef struct ProgramStore { struct

Completed in 407 milliseconds