HomeSort by relevance Sort by last modified time
    Searched full:ditherenable (Results 1 - 9 of 9) sorted by null

  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
program_store.rs 4 rs_program_store ditherEnable;
77 _RS_ASSERT(rsgProgramStoreGetDepthFunc(ditherEnable) == RS_DEPTH_FUNC_ALWAYS);
78 _RS_ASSERT(rsgProgramStoreIsDepthMaskEnabled(ditherEnable) == false);
79 _RS_ASSERT(rsgProgramStoreIsColorMaskRedEnabled(ditherEnable) == false);
80 _RS_ASSERT(rsgProgramStoreIsColorMaskGreenEnabled(ditherEnable) == false);
81 _RS_ASSERT(rsgProgramStoreIsColorMaskBlueEnabled(ditherEnable) == false);
82 _RS_ASSERT(rsgProgramStoreIsColorMaskAlphaEnabled( ditherEnable) == false);
83 _RS_ASSERT(rsgProgramStoreIsDitherEnabled(ditherEnable) == true);
84 _RS_ASSERT(rsgProgramStoreGetBlendSrcFunc(ditherEnable) == RS_BLEND_SRC_ZERO);
85 _RS_ASSERT(rsgProgramStoreGetBlendDstFunc(ditherEnable) == RS_BLEND_DST_ZERO)
    [all...]
UT_program_store.java 30 ProgramStore ditherEnable;
57 ditherEnable = b.setDitherEnabled(true).create();
85 s.set_ditherEnable(ditherEnable);
  /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 86 return prog->mHal.state.ditherEnable;
rs_structs.h 87 bool ditherEnable;
  /frameworks/rs/driver/
rsdProgramStore.cpp 192 if (ps->mHal.state.ditherEnable) {
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 880 milliseconds