Home
last modified time | relevance | path

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

/frameworks/rs/
DrsProgramStore.cpp25 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()
DrsProgramStore.h44 bool ditherEnable; member
70 bool depthMask, bool ditherEnable,
81 bool depthMask, bool ditherEnable,
Drsg.spec8 param bool ditherEnable
DrsApiStubs.cpp789 bool depthMask, bool ditherEnable, in rsProgramStoreCreate() argument
796 depthMask, ditherEnable, srcFunc, destFunc, depthFunc); in rsProgramStoreCreate()
DrsApiStubs.h137 …ol colorMaskG, bool colorMaskB, bool colorMaskA, bool depthMask, bool ditherEnable, RsBlendSrcFunc…
/frameworks/rs/driver/runtime/
Drs_program.c88 return prog->mHal.state.ditherEnable; in rsgProgramStoreIsDitherEnabled()
Drs_structs.h107 bool ditherEnable; member
/frameworks/rs/driver/
DrsdProgramStore.cpp191 if (ps->mHal.state.ditherEnable) { in rsdProgramStoreSetActive()
/frameworks/rs/cpp/
DrsDispatch.h110 …ol colorMaskG, bool colorMaskB, bool colorMaskA, bool depthMask, bool ditherEnable, RsBlendSrcFunc…
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2433 jboolean depthMask, jboolean ditherEnable, in nProgramStoreCreate() argument
2441 depthMask, ditherEnable, (RsBlendSrcFunc)srcFunc, in nProgramStoreCreate()