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

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 462 * Polygon stipple
464 * The i830 supports a 4x4 stipple natively, GL wants 32x32.
465 * Fortunately stipple is usually a repeating pattern.
480 i830->state.Stipple[I830_STPREG_ST1] &= ~ST1_ENABLE;
483 /* Use the already unpacked stipple data from the context rather than the
517 i830->state.Stipple[I830_STPREG_ST1] &= ~0xffff;
518 i830->state.Stipple[I830_STPREG_ST1] |= newMask;
522 i830->state.Stipple[I830_STPREG_ST1] |= ST1_ENABLE;
889 /* The stipple command worked on my 855GM box, but not my 845G.
896 i830->state.Stipple[I830_STPREG_ST1] &= ~ST1_ENABLE
    [all...]
i915_state.c 428 * Polygon stipple
430 * The i915 supports a 4x4 stipple natively, GL wants 32x32.
431 * Fortunately stipple is usually a repeating pattern.
446 i915->state.Stipple[I915_STPREG_ST1] &= ~ST1_ENABLE;
449 /* Use the already unpacked stipple data from the context rather than the
483 i915->state.Stipple[I915_STPREG_ST1] &= ~0xffff;
484 i915->state.Stipple[I915_STPREG_ST1] |= newMask;
488 i915->state.Stipple[I915_STPREG_ST1] |= ST1_ENABLE;
884 /* The stipple command worked on my 855GM box, but not my 845G.
892 i915->state.Stipple[I915_STPREG_ST1] |= ST1_ENABLE
    [all...]
i830_context.h 121 GLuint Stipple[I830_STP_SETUP_SIZE];
i830_vtbl.c 209 GLuint st1 = i830->state.Stipple[I830_STPREG_ST1];
226 if (st1 != i830->state.Stipple[I830_STPREG_ST1]) {
230 i830->state.Stipple[I830_STPREG_ST1] = st1;
398 sz += sizeof(state->Stipple);
531 emit(intel, state->Stipple, sizeof(state->Stipple));
i915_vtbl.c 71 GLuint st1 = i915->state.Stipple[I915_STPREG_ST1];
89 if (st1 != i915->state.Stipple[I915_STPREG_ST1]) {
93 i915->state.Stipple[I915_STPREG_ST1] = st1;
266 sz += sizeof(state->Stipple);
436 emit(intel, state->Stipple, sizeof(state->Stipple));
i915_context.h 216 GLuint Stipple[I915_STP_SETUP_SIZE];
  /external/pdfium/xfa/fxfa/parser/
cxfa_fill.cpp 64 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_Element::Stipple);
xfa_basic_data_element_properties.cpp 429 {XFA_Element::Stipple, 1, XFA_PROPERTYFLAG_OneOf},
xfa_basic_data.cpp 229 {0x45d5e3c1, L"stipple", XFA_Element::Stipple,
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 721 Stipple,
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp     [all...]

Completed in 905 milliseconds