Searched refs:ditherEnable (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/ |
D | rsProgramStore.cpp | 26 bool depthMask, bool ditherEnable, in ProgramStore() argument 31 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() 148 bool depthMask, bool ditherEnable, in rsi_ProgramStoreCreate() argument 156 depthMask, ditherEnable, in rsi_ProgramStoreCreate()
|
D | rsProgramStore.h | 42 bool ditherEnable; member 68 bool depthMask, bool ditherEnable, 79 bool depthMask, bool ditherEnable,
|
D | rsg.spec | 8 param bool ditherEnable
|
/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 | 192 if (ps->mHal.state.ditherEnable) { in rsdProgramStoreSetActive()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2141 jboolean depthMask, jboolean ditherEnable, in nProgramStoreCreate() argument 2149 depthMask, ditherEnable, (RsBlendSrcFunc)srcFunc, in nProgramStoreCreate()
|