OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bfo
(Results
1 - 4
of
4
) sorted by null
/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
190
unsigned
bfo
[2];
member in struct:i915_depth_stencil_state
i915_state.c
477
cso->
bfo
[0] = (_3DSTATE_BACKFACE_STENCIL_OPS |
487
cso->
bfo
[1] = (_3DSTATE_BACKFACE_STENCIL_MASKS |
499
cso->
bfo
[0] = (_3DSTATE_BACKFACE_STENCIL_OPS |
502
cso->
bfo
[1] = 0;
[
all
...]
/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
);
Completed in 281 milliseconds