Searched refs:ditherEnable (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/ |
D | rsProgramStore.cpp | 25 bool depthMask, bool ditherEnable, in ProgramStore() argument 30 mHal.state.ditherEnable = ditherEnable; in ProgramStore() 88 bool depthMask, bool ditherEnable, in getProgramStore() argument 96 if (existing->mHal.state.ditherEnable != ditherEnable) continue; in getProgramStore() 114 depthMask, ditherEnable, in getProgramStore() 145 bool depthMask, bool ditherEnable, in rsi_ProgramStoreCreate() argument 153 depthMask, ditherEnable, in rsi_ProgramStoreCreate()
|
D | rsProgramStore.h | 44 bool ditherEnable; member 70 bool depthMask, bool ditherEnable, 81 bool depthMask, bool ditherEnable,
|
D | rsg.spec | 8 param bool ditherEnable
|
D | rsApiStubs.cpp | 789 bool depthMask, bool ditherEnable, in rsProgramStoreCreate() argument 796 depthMask, ditherEnable, srcFunc, destFunc, depthFunc); in rsProgramStoreCreate()
|
D | rsApiStubs.h | 137 …ol colorMaskG, bool colorMaskB, bool colorMaskA, bool depthMask, bool ditherEnable, RsBlendSrcFunc…
|
/frameworks/rs/driver/runtime/ |
D | rs_program.c | 88 return prog->mHal.state.ditherEnable; in rsgProgramStoreIsDitherEnabled()
|
D | rs_structs.h | 107 bool ditherEnable; member
|
/frameworks/rs/driver/ |
D | rsdProgramStore.cpp | 191 if (ps->mHal.state.ditherEnable) { in rsdProgramStoreSetActive()
|
/frameworks/rs/cpp/ |
D | rsDispatch.h | 110 …ol colorMaskG, bool colorMaskB, bool colorMaskA, bool depthMask, bool ditherEnable, RsBlendSrcFunc…
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2441 jboolean depthMask, jboolean ditherEnable, in nProgramStoreCreate() argument 2449 depthMask, ditherEnable, (RsBlendSrcFunc)srcFunc, in nProgramStoreCreate()
|