Searched refs:blendDst (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/driver/
H A DrsdProgramStore.cpp33 GLenum blendDst; member in struct:DrvProgramStore
81 (ps->mHal.state.blendDst == RS_BLEND_DST_ZERO)) {
118 switch (ps->mHal.state.blendDst) {
120 drv->blendDst = GL_ZERO;
123 drv->blendDst = GL_ONE;
126 drv->blendDst = GL_SRC_COLOR;
129 drv->blendDst = GL_ONE_MINUS_SRC_COLOR;
132 drv->blendDst = GL_SRC_ALPHA;
135 drv->blendDst = GL_ONE_MINUS_SRC_ALPHA;
138 drv->blendDst
[all...]
/frameworks/rs/
H A DrsProgramStore.h50 RsBlendDstFunc blendDst; member in struct:android::renderscript::ProgramStore::Hal::State
H A DrsProgramStore.cpp38 mHal.state.blendDst = destFunc;
102 if (existing->mHal.state.blendDst != destFunc) continue;
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_structs.h88 rs_blend_dst_func blendDst; member in struct:ProgramStore::__anon1236::__anon1237
H A Drs_program.c77 return prog->mHal.state.blendDst;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_program_store.java36 ProgramStore blendDst; field in class:UT_program_store
76 blendDst = b.setBlendFunc(ProgramStore.BlendSrcFunc.ZERO,
91 s.set_blendDst(blendDst);
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp44 void ScriptIntrinsicBlend::blendDst(sp<Allocation> in, sp<Allocation> out) { function in class:ScriptIntrinsicBlend
H A DrsCppStructs.h649 void blendDst(sp<Allocation> in, sp<Allocation> out);

Completed in 146 milliseconds