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/graphics/java/android/renderscript/
H A DProgramStore.java24 * <p>ProgramStore contains a set of parameters that control how
37 public class ProgramStore extends BaseObj { class in inherits:BaseObj
148 ProgramStore(int id, RenderScript rs) { method in class:ProgramStore
237 public static ProgramStore BLEND_NONE_DEPTH_TEST(RenderScript rs) {
239 ProgramStore.Builder builder = new ProgramStore.Builder(rs);
240 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
258 public static ProgramStore BLEND_NONE_DEPTH_NONE(RenderScript rs) {
260 ProgramStore.Builder builder = new ProgramStore
[all...]
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_structs.h60 * internal members of the C++ class ProgramStore owned by librs. Unfortunately,
73 typedef struct ProgramStore { struct

Completed in 427 milliseconds