Home
last modified time | relevance | path

Searched refs:ProgramStore (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/rs/
H A DrsProgramStore.cpp23 ProgramStore::ProgramStore(Context *rsc, in ProgramStore() function in android::renderscript::ProgramStore
43 void ProgramStore::preDestroy() const { in preDestroy()
53 ProgramStore::~ProgramStore() { in ~ProgramStore()
66 void ProgramStore::serialize(Context *rsc, OStream *stream) const { in serialize()
69 ProgramStore *ProgramStore::createFromStream(Context *rsc, IStream *stream) { in createFromStream()
73 void ProgramStore::init() { in init()
83 ObjectBaseRef<ProgramStore> ProgramStore::getProgramStore(Context *rsc, in getProgramStore()
92 ObjectBaseRef<ProgramStore> returnRef; in getProgramStore()
112 ProgramStore *pfs = new ProgramStore(rsc, in getProgramStore()
130 mDefault.set(ProgramStore::getProgramStore(rsc, in init()
[all …]
H A DrsProgramStore.h38 class ProgramStore : public ProgramBase {
66 static ProgramStore *createFromStream(Context *rsc, IStream *stream);
67 static ObjectBaseRef<ProgramStore> getProgramStore(Context *,
76 virtual ~ProgramStore();
79 ProgramStore(Context *,
93 ObjectBaseRef<ProgramStore> mDefault;
94 ObjectBaseRef<ProgramStore> mLast;
97 std::vector<ProgramStore *> mStorePrograms;
H A DrsContext.h103 ObjectBaseRef<ProgramStore> mStore;
133 void setProgramStore(ProgramStore *);
139 ProgramStore * getProgramStore() {return mFragmentStore.get();} in getProgramStore()
173 ProgramStore * getDefaultProgramStore() const { in getDefaultProgramStore()
325 ObjectBaseRef<ProgramStore> mFragmentStore;
H A DrsScript.h33 class ProgramStore; variable
112 ObjectBaseRef<ProgramStore> mFragmentStore;
H A Drs_hal.h90 class ProgramStore; variable
317 bool (*init)(const Context *rsc, const ProgramStore *ps);
318 void (*setActive)(const Context *rsc, const ProgramStore *ps);
319 void (*destroy)(const Context *rsc, const ProgramStore *ps);
H A DrsScriptGroup.h33 class ProgramStore; variable
H A DrsContext.cpp627 void Context::setProgramStore(ProgramStore *pfs) { in setProgramStore()
774 ProgramStore *pfs = static_cast<ProgramStore *>(vpfs); in rsi_ContextBindProgramStore()
H A DrsFont.h212 ObjectBaseRef<ProgramStore> mFontProgramStore;
H A DrsRuntime.h37 void rsrBindProgramStore(Context *, ProgramStore *);
H A DrsScriptC_LibGL.cpp69 void rsrBindProgramStore(Context *rsc, ProgramStore *ps) { in rsrBindProgramStore()
H A DrsFont.cpp536 mFontProgramStore.set(ProgramStore::getProgramStore(mRSC, true, true, true, true, in initRenderState()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DProgramStore.java42 public class ProgramStore extends BaseObj { class
160 ProgramStore(long id, RenderScript rs) { in ProgramStore() method in ProgramStore
251 ProgramStore.Builder builder = new ProgramStore.Builder(rs); in BLEND_NONE_DEPTH_TEST()
252 builder.setDepthFunc(ProgramStore.DepthFunc.LESS); in BLEND_NONE_DEPTH_TEST()
272 ProgramStore.Builder builder = new ProgramStore.Builder(rs); in BLEND_NONE_DEPTH_NONE()
273 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_NONE_DEPTH_NONE()
296 ProgramStore.Builder builder = new ProgramStore.Builder(rs); in BLEND_ALPHA_DEPTH_TEST()
297 builder.setDepthFunc(ProgramStore.DepthFunc.LESS); in BLEND_ALPHA_DEPTH_TEST()
319 ProgramStore.Builder builder = new ProgramStore.Builder(rs); in BLEND_ALPHA_DEPTH_NONE()
440 public ProgramStore create() { in create()
[all …]
H A DRenderScriptGL.java304 public void bindProgramStore(ProgramStore p) { in bindProgramStore()
H A DRenderScript.java1131 ProgramStore mProgramStore_BLEND_NONE_DEPTH_TEST;
1132 ProgramStore mProgramStore_BLEND_NONE_DEPTH_NO_DEPTH;
1133 ProgramStore mProgramStore_BLEND_ALPHA_DEPTH_TEST;
1134 ProgramStore mProgramStore_BLEND_ALPHA_DEPTH_NO_DEPTH;
/aosp12/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java86 ProgramStore BLEND_ADD_DEPTH_NONE(RenderScript rs) { in BLEND_ADD_DEPTH_NONE()
87 ProgramStore.Builder builder = new ProgramStore.Builder(rs); in BLEND_ADD_DEPTH_NONE()
88 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS); in BLEND_ADD_DEPTH_NONE()
89 builder.setBlendFunc(ProgramStore.BlendSrcFunc.ONE, ProgramStore.BlendDstFunc.ONE); in BLEND_ADD_DEPTH_NONE()
/aosp12/frameworks/rs/driver/
H A DrsdProgramStore.h24 const android::renderscript::ProgramStore *ps);
26 const android::renderscript::ProgramStore *ps);
28 const android::renderscript::ProgramStore *ps);
H A DrsdProgramStore.cpp28 using android::renderscript::ProgramStore;
39 bool rsdProgramStoreInit(const Context *rsc, const ProgramStore *ps) { in rsdProgramStoreInit()
155 void rsdProgramStoreSetActive(const Context *rsc, const ProgramStore *ps) { in rsdProgramStoreSetActive()
198 void rsdProgramStoreDestroy(const Context *rsc, const ProgramStore *ps) { in rsdProgramStoreDestroy()
H A DrsdRuntimeStubs.cpp48 using android::renderscript::ProgramStore;
945 rsrBindProgramStore(rsc, (ProgramStore *)ps.p);
/aosp12/frameworks/rs/script_api/
H A Drs_graphics.spec178 summary: Handle to a ProgramStore
180 Opaque handle to a RenderScript ProgramStore object.
181 See: android.renderscript.ProgramStore
330 summary: Bind a ProgramStore
332 Bind a new ProgramStore to the rendering context.
/aosp12/frameworks/rs/driver/runtime/
H A Drs_structs.h103 typedef struct ProgramStore { struct
/aosp12/frameworks/rs/script_api/include/
H A Drs_graphics.rsh253 * rs_program_store: Handle to a ProgramStore
257 * Opaque handle to a RenderScript ProgramStore object.
258 * See: android.renderscript.ProgramStore
583 * rsgBindProgramStore: Bind a ProgramStore
587 * Bind a new ProgramStore to the rendering context.
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49499 Landroid/renderscript/ProgramStore$Builder;->mDepthFunc:Landroid/renderscript/ProgramStore$DepthFun…
49504 Landroid/renderscript/ProgramStore$DepthFunc;->EQUAL:Landroid/renderscript/ProgramStore$DepthFunc;
49505 Landroid/renderscript/ProgramStore$DepthFunc;->GREATER:Landroid/renderscript/ProgramStore$DepthFunc;
49509 Landroid/renderscript/ProgramStore$DepthFunc;->NOT_EQUAL:Landroid/renderscript/ProgramStore$DepthFu…
49511 Landroid/renderscript/ProgramStore$DepthFunc;->values()[Landroid/renderscript/ProgramStore$DepthFun…
49516 Landroid/renderscript/ProgramStore;->getBlendDstFunc()Landroid/renderscript/ProgramStore$BlendDstFu…
49517 Landroid/renderscript/ProgramStore;->getBlendSrcFunc()Landroid/renderscript/ProgramStore$BlendSrcFu…
49518 Landroid/renderscript/ProgramStore;->getDepthFunc()Landroid/renderscript/ProgramStore$DepthFunc;
49525 Landroid/renderscript/ProgramStore;->mBlendDst:Landroid/renderscript/ProgramStore$BlendDstFunc;
49526 Landroid/renderscript/ProgramStore;->mBlendSrc:Landroid/renderscript/ProgramStore$BlendSrcFunc;
[all …]