Home
last modified time | relevance | path

Searched refs:ditherEnable (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/
DrsProgramStore.cpp26 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()
DrsProgramStore.h42 bool ditherEnable; member
68 bool depthMask, bool ditherEnable,
79 bool depthMask, bool ditherEnable,
Drsg.spec8 param bool ditherEnable
/frameworks/rs/driver/runtime/
Drs_program.c88 return prog->mHal.state.ditherEnable; in rsgProgramStoreIsDitherEnabled()
Drs_structs.h107 bool ditherEnable; member
/frameworks/rs/driver/
DrsdProgramStore.cpp192 if (ps->mHal.state.ditherEnable) { in rsdProgramStoreSetActive()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2141 jboolean depthMask, jboolean ditherEnable, in nProgramStoreCreate() argument
2149 depthMask, ditherEnable, (RsBlendSrcFunc)srcFunc, in nProgramStoreCreate()