Searched defs:span (Results 26 - 50 of 162) sorted by relevance

1234567

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_fragprog.c157 * \param span the span of pixels we'll operate on
158 * \param col which element (column) of the span we'll operate on
163 const SWspan *span, GLuint col)
165 GLfloat *wpos = span->array->attribs[FRAG_ATTRIB_WPOS][col];
181 machine->Attribs = span->array->attribs;
183 machine->DerivX = (GLfloat (*)[4]) span->attrStepX;
184 machine->DerivY = (GLfloat (*)[4]) span->attrStepY;
192 machine->Attribs[FRAG_ATTRIB_FACE][col][0] = 1.0F - span->facing;
212 * Run fragment program on the pixels in span fro
161 init_machine(struct gl_context *ctx, struct gl_program_machine *machine, const struct gl_fragment_program *program, const SWspan *span, GLuint col) argument
215 run_program(struct gl_context *ctx, SWspan *span, GLuint start, GLuint end) argument
[all...]
H A Ds_lines.c60 * To draw a wide line we can simply redraw the span N times, side by side.
63 draw_wide_line( struct gl_context *ctx, SWspan *span, GLboolean xMajor ) argument
70 ASSERT(span->end < SWRAST_MAX_WIDTH);
78 GLint *y = span->array->y;
83 for (i = 0; i < span->end; i++)
87 for (i = 0; i < span->end; i++)
90 _swrast_write_rgba_span(ctx, span);
94 GLint *x = span->array->x;
99 for (i = 0; i < span->end; i++)
103 for (i = 0; i < span
[all...]
H A Ds_aatritemp.h51 SWspan span; variable
65 INIT_SPAN(span, GL_POLYGON);
66 span.arrayMask = SPAN_COVERAGE;
110 span.facing = area * swrast->_BackfaceSign > 0.0F;
120 span.arrayMask |= SPAN_Z;
134 span.arrayMask |= SPAN_RGBA;
141 span.attrStepX[FRAG_ATTRIB_WPOS][3] = plane_dx(wPlane);
142 span.attrStepY[FRAG_ATTRIB_WPOS][3] = plane_dy(wPlane);
159 span.attrStepX[attr][c] = plane_dx(attrPlane[attr][c]);
160 span
[all...]
H A Ds_atifragshader.c258 const SWspan *span, GLuint column, GLuint idx)
266 span->array->attribs[FRAG_ATTRIB_TEX0 + pass_tex][column]);
278 struct atifs_setupinst *texinst, const SWspan *span,
289 span->array->attribs[FRAG_ATTRIB_TEX0 + coord_source][column]);
312 * \param span - the SWspan we're operating on
313 * \param column - which pixel [i] we're operating on in the span
317 struct atifs_machine *machine, const SWspan *span,
338 handle_pass_op(machine, texinst, span, column, j);
340 handle_sample_op(ctx, machine, texinst, span, column, j);
562 const SWspan *span, GLuin
257 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst, const SWspan *span, GLuint column, GLuint idx) argument
277 handle_sample_op(struct gl_context * ctx, struct atifs_machine *machine, struct atifs_setupinst *texinst, const SWspan *span, GLuint column, GLuint idx) argument
316 execute_shader(struct gl_context *ctx, const struct ati_fragment_shader *shader, struct atifs_machine *machine, const SWspan *span, GLuint column) argument
560 init_machine(struct gl_context * ctx, struct atifs_machine *machine, const struct ati_fragment_shader *shader, const SWspan *span, GLuint col) argument
582 _swrast_exec_fragment_shader(struct gl_context * ctx, SWspan *span) argument
[all...]
H A Ds_blend.c991 * Apply the blending operator to a span of pixels.
996 _swrast_blend_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span) argument
1001 ASSERT(span->end <= SWRAST_MAX_WIDTH);
1002 ASSERT(span->arrayMask & SPAN_RGBA);
1005 rbPixels = _swrast_get_dest_rgba(ctx, rb, span);
1007 swrast->BlendFunc(ctx, span->end, span->array->mask,
1008 span->array->rgba, rbPixels, span->array->ChanType);
H A Ds_copypix.c107 SWspan span; local
136 INIT_SPAN(span, GL_BITMAP);
137 _swrast_span_default_attribs(ctx, &span);
138 span.arrayMask = SPAN_RGBA;
139 span.arrayAttribs = FRAG_BIT_COL0; /* we'll fill in COL0 attrib values */
164 GLvoid *rgba = span.array->attribs[FRAG_ATTRIB_COL0];
166 /* Get row/span of source pixels */
183 /* Write color span */
184 span.x = destx;
185 span
254 SWspan span; local
[all...]
H A Ds_drawpix.c312 SWspan span; local
314 INIT_SPAN(span, GL_BITMAP);
315 span.arrayMask = SPAN_Z;
316 _swrast_span_default_attribs(ctx, &span);
332 span.array->z[i] = zSrc[i];
333 span.x = x;
334 span.y = y + row;
335 span.end = width;
336 _swrast_write_rgba_span(ctx, &span);
352 memcpy(span
419 SWspan span; local
[all...]
/external/chromium_org/third_party/speex/include/speex/
H A Dspeex_jitter.h64 spx_uint32_t span; /**< Time covered by the packet (same units as timestamp) */ member in struct:_JitterBufferPacket
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-align.c57 static int bc_align_expand(yasm_bytecode *bc, int span, long old_val,
134 bc_align_expand(yasm_bytecode *bc, int span, long old_val, long new_val, argument
H A Dbc-org.c51 static int bc_org_expand(yasm_bytecode *bc, int span, long old_val,
105 bc_org_expand(yasm_bytecode *bc, int span, long old_val, long new_val, argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
H A Dlc3bbc.c42 static int lc3b_bc_insn_expand(yasm_bytecode *bc, int span, long old_val,
160 lc3b_bc_insn_expand(yasm_bytecode *bc, int span, long old_val, long new_val, argument
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLTable.java22 ICell setColspan (final int span); argument
90 public ICell setColspan (final int span) argument
92 getAttributes ().set (Attribute.COLSPAN, span);
/external/guava/guava/src/com/google/common/collect/
H A DRange.java333 * #span union} and {@linkplain #intersection intersection} (as a single,
351 * range and {@code other}. For example, the span of {@code [1..3]} and
352 * {@code (5..7)} is {@code [1..7)}. Note that the span may contain values
355 * <p>The span operation has the following properties:
358 * <li>closed: the range {@code a.span(b)} exists for all ranges {@code a} and
360 * <li>commutative: {@code a.span(b)} equals {@code b.span(a)}
361 * <li>associative: {@code a.span(b).span(c)} equals {@code a.span(
369 public Range<C> span(Range<C> other) { method in class:Range
[all...]
/external/icu/icu4c/source/common/unicode/
H A Duniset.h539 * contains() and span().
870 int32_t span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
874 * Same as <code>start+span(s.getBuffer()+start, s.length()-start, spanCondition)</code>
877 * @param start the start index in the string for the span operation
884 inline int32_t span(const UnicodeString &s, int32_t start, USetSpanCondition spanCondition) const;
910 * @param limit the exclusive-end index in the string for the span operation
1669 inline int32_t UnicodeSet::span(const UnicodeString &s, int32_t start, USetSpanCondition spanCondition) const { function in class:UnicodeSet
1676 return start+span(s.getBuffer()+start, sLength-start, spanCondition);
/external/mesa3d/src/mesa/main/
H A Dconvolve.c157 GLvoid *span)
167 GLvoid *row, GLvoid *column, GLvoid *span)
170 INT_MAX, column, span);
154 _mesa_GetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span) argument
166 _mesa_GetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_fragprog.c157 * \param span the span of pixels we'll operate on
158 * \param col which element (column) of the span we'll operate on
163 const SWspan *span, GLuint col)
165 GLfloat *wpos = span->array->attribs[FRAG_ATTRIB_WPOS][col];
181 machine->Attribs = span->array->attribs;
183 machine->DerivX = (GLfloat (*)[4]) span->attrStepX;
184 machine->DerivY = (GLfloat (*)[4]) span->attrStepY;
192 machine->Attribs[FRAG_ATTRIB_FACE][col][0] = 1.0F - span->facing;
212 * Run fragment program on the pixels in span fro
161 init_machine(struct gl_context *ctx, struct gl_program_machine *machine, const struct gl_fragment_program *program, const SWspan *span, GLuint col) argument
215 run_program(struct gl_context *ctx, SWspan *span, GLuint start, GLuint end) argument
[all...]
H A Ds_lines.c60 * To draw a wide line we can simply redraw the span N times, side by side.
63 draw_wide_line( struct gl_context *ctx, SWspan *span, GLboolean xMajor ) argument
70 ASSERT(span->end < SWRAST_MAX_WIDTH);
78 GLint *y = span->array->y;
83 for (i = 0; i < span->end; i++)
87 for (i = 0; i < span->end; i++)
90 _swrast_write_rgba_span(ctx, span);
94 GLint *x = span->array->x;
99 for (i = 0; i < span->end; i++)
103 for (i = 0; i < span
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_scanline_u.h35 struct span : public CFX_Object { struct in class:agg::scanline_u
40 typedef span* iterator;
41 typedef const span* const_iterator;
62 m_spans = FX_Alloc( span , max_len);
145 span* m_spans;
146 span* m_cur_span;
/external/speex/include/speex/
H A Dspeex_jitter.h64 spx_uint32_t span; /**< Time covered by the packet (same units as timestamp) */ member in struct:_JitterBufferPacket
/external/srec/srec/clib/
H A Dspecnorm.c128 int ii, jj, count, span, totcount; local
137 span = spec->high_entry - spec->low_entry;
139 ii <= span; ii++, jj--)
148 for (; ii <= span; ii++, jj--)
/external/zlib/src/examples/
H A Dzran.c137 access points about every span bytes of uncompressed output -- span is
144 local int build_index(FILE *in, off_t span, struct access **built) argument
215 (totout == 0 || totout - last > span)) {
/external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
H A Dgraphics_2d.cc146 size_t span = 0; local
153 if (span || RandUint8(1, 4) == 1) {
154 if (!span)
155 span = RandUint8(10, 20);
157 span--;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLViewSourceDocument.cpp192 RefPtrWillBeRawPtr<HTMLSpanElement> span = HTMLSpanElement::create(*this); local
193 span->setAttribute(classAttr, className);
194 m_current->parserAppendChild(span);
195 return span.release();
293 // Now create a link for the attribute value instead of a span.
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/
H A Dunisetperf.cpp80 "cp/span:%.3g UChar/span:%.3g B/span:%.3g B/cp:%.3g\n",
94 // not-span is counted.
101 i=span(s, length, i, tf);
106 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const { function in class:UnicodeSetPerformanceTest
144 // Input code points, plus one for the end of each span except the last span.
183 i+=span(set, s+i, length-i, tf);
192 static int32_t span(cons function in class:Contains
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1600 gl_dispatch_stub_359(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) argument
1607 (void) span;

Completed in 1536 milliseconds

1234567