HomeSort by relevance Sort by last modified time
    Searched refs:ditherEnable (Results 1 - 7 of 7) sorted by null

  /frameworks/rs/
rsProgramStore.cpp 26 bool depthMask, bool ditherEnable,
31 mHal.state.ditherEnable = ditherEnable;
88 bool depthMask, bool ditherEnable,
96 if (existing->mHal.state.ditherEnable != ditherEnable) continue;
114 depthMask, ditherEnable,
148 bool depthMask, bool ditherEnable,
156 depthMask, ditherEnable,
rsProgramStore.h 42 bool ditherEnable;
68 bool depthMask, bool ditherEnable,
79 bool depthMask, bool ditherEnable,
rsg.spec 8 param bool ditherEnable
  /frameworks/rs/driver/runtime/
rs_program.c 88 return prog->mHal.state.ditherEnable;
rs_structs.h 107 bool ditherEnable;
  /frameworks/rs/driver/
rsdProgramStore.cpp 192 if (ps->mHal.state.ditherEnable) {
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 1033 milliseconds