HomeSort by relevance Sort by last modified time
    Searched defs:bfo (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
FaceView.java 58 BitmapFactory.Options bfo = new BitmapFactory.Options(); local
59 bfo.inPreferredConfig = Bitmap.Config.RGB_565;
60 bfo.inScaled = false;
61 bfo.inDither = false;
63 mSourceImage = BitmapFactory.decodeResource(getResources(), resId, bfo);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_dynamic.c 113 unsigned bfo[2]; local
114 bfo[0] = i915->depth_stencil->bfo[0];
115 bfo[1] = i915->depth_stencil->bfo[1];
117 if (bfo[0] & BFO_ENABLE_STENCIL_REF) {
118 bfo[0] |= i915->stencil_ref.ref_value[1] << BFO_STENCIL_REF_SHIFT;
121 set_dynamic_array(i915, I915_DYNAMIC_BFO_0, bfo, 2);
125 "BFO",
i915_context.h 188 unsigned bfo[2]; member in struct:i915_depth_stencil_state

Completed in 98 milliseconds