HomeSort by relevance Sort by last modified time
    Searched refs:ditherEnable (Results 1 - 8 of 8) 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,
rs.spec 357 param bool ditherEnable
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_structs.h 76 bool ditherEnable;
rs_program.c 86 return prog->mHal.state.ditherEnable;
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_program_store.java 30 ProgramStore ditherEnable;
57 ditherEnable = b.setDitherEnabled(true).create();
85 s.set_ditherEnable(ditherEnable);
  /frameworks/rs/driver/
rsdProgramStore.cpp 192 if (ps->mHal.state.ditherEnable) {
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 652 milliseconds