Searched defs:emit (Results 1 - 25 of 119) sorted by relevance

12345

/external/clang/test/CodeGen/
H A Dbuiltins-arm-msvc-compat-only.c1 // RUN: %clang_cc1 -triple thumbv7-windows -fms-extensions -emit-llvm -o - %s \
3 // RUN: %clang_cc1 -triple armv7-eabi -emit-llvm %s -o /dev/null 2>&1 \
7 void emit() { function
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_polygon.c34 nv20_emit_point_mode(struct gl_context *ctx, int emit) argument
H A Dnv20_state_raster.c35 nv20_emit_logic_opcode(struct gl_context *ctx, int emit) argument
H A Dnouveau_driver.h64 nouveau_state_func *emit; member in struct:nouveau_driver
H A Dnv04_state_raster.c116 nv04_defer_control(struct gl_context *ctx, int emit) argument
122 nv04_emit_control(struct gl_context *ctx, int emit) argument
190 nv04_defer_blend(struct gl_context *ctx, int emit) argument
196 nv04_emit_blend(struct gl_context *ctx, int emit) argument
H A Dnv04_state_tex.c61 nv04_emit_tex_obj(struct gl_context *ctx, int emit) argument
64 const int i = emit - NOUVEAU_STATE_TEX_OBJ0;
H A Dnv10_state_polygon.c35 nv10_emit_cull_face(struct gl_context *ctx, int emit) argument
50 nv10_emit_front_face(struct gl_context *ctx, int emit) argument
60 nv10_emit_line_mode(struct gl_context *ctx, int emit) argument
74 nv10_emit_line_stipple(struct gl_context *ctx, int emit) argument
79 nv10_emit_point_mode(struct gl_context *ctx, int emit) argument
91 nv10_emit_polygon_mode(struct gl_context *ctx, int emit) argument
104 nv10_emit_polygon_offset(struct gl_context *ctx, int emit) argument
119 nv10_emit_polygon_stipple(struct gl_context *ctx, int emit) argument
H A Dnv10_state_raster.c35 nv10_emit_alpha_func(struct gl_context *ctx, int emit) argument
48 nv10_emit_blend_color(struct gl_context *ctx, int emit) argument
60 nv10_emit_blend_equation(struct gl_context *ctx, int emit) argument
72 nv10_emit_blend_func(struct gl_context *ctx, int emit) argument
82 nv10_emit_color_mask(struct gl_context *ctx, int emit) argument
94 nv10_emit_depth(struct gl_context *ctx, int emit) argument
107 nv10_emit_dither(struct gl_context *ctx, int emit) argument
116 nv10_emit_logic_opcode(struct gl_context *ctx, int emit) argument
129 nv10_emit_shade_model(struct gl_context *ctx, int emit) argument
139 nv10_emit_stencil_func(struct gl_context *ctx, int emit) argument
153 nv10_emit_stencil_mask(struct gl_context *ctx, int emit) argument
162 nv10_emit_stencil_op(struct gl_context *ctx, int emit) argument
[all...]
H A Dnv20_state_frag.c34 nv20_emit_tex_env(struct gl_context *ctx, int emit) argument
36 const int i = emit - NOUVEAU_STATE_TEX_ENV0;
57 nv20_emit_frag(struct gl_context *ctx, int emit) argument
H A Dnv04_state_fb.c50 nv04_emit_framebuffer(struct gl_context *ctx, int emit) argument
99 nv04_emit_scissor(struct gl_context *ctx, int emit) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp27 void AddressPool::emit(AsmPrinter &Asm, const MCSection *AddrSection) { function in class:AddressPool
H A DDwarfStringPool.cpp35 void DwarfStringPool::emit(AsmPrinter &Asm, const MCSection *StrSection, function in class:DwarfStringPool
60 // If we've got an offset section go ahead and emit that now as well.
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIContent.java20 void emit (final HTMLWriter out); method in interface:IContent
H A DElementList.java33 public void emit (final HTMLWriter out) method in class:ElementList
38 content.emit (out);
H A DText.java28 public void emit (final HTMLWriter out) method in class:Text
H A DTextContent.java25 public void emit (final HTMLWriter out) method in class:TextContent
H A DAttributeSet.java52 public void emit (final HTMLWriter out) method in class:AttributeSet.AttributeSetImpl
110 private StringBuffer m_buf; // reused by emit()
/external/jmonkeyengine/engine/src/android/jme3test/android/
H A DTestMovingParticle.java53 private ParticleEmitter emit; field in class:TestMovingParticle
63 emit = new ParticleEmitter("Emitter", Type.Triangle, 300);
64 emit.setGravity(0, 0, 0);
65 emit.setVelocityVariation(1);
66 emit.setLowLife(1);
67 emit.setHighLife(1);
68 emit.setInitialVelocity(new Vector3f(0, .5f, 0));
69 emit.setImagesX(15);
72 emit.setMaterial(mat);
74 rootNode.attachChild(emit);
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/effect/
H A DTestMovingParticle.java51 private ParticleEmitter emit; field in class:TestMovingParticle
61 emit = new ParticleEmitter("Emitter", Type.Triangle, 300);
62 emit.setGravity(0, 0, 0);
63 emit.setVelocityVariation(1);
64 emit.setLowLife(1);
65 emit.setHighLife(1);
66 emit.setInitialVelocity(new Vector3f(0, .5f, 0));
67 emit.setImagesX(15);
70 emit.setMaterial(mat);
72 rootNode.attachChild(emit);
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DLexer.as79 emit();
139 /** The standard method called to automatically emit a token at the
142 * use that to set the token's text. Override this method to emit
145 public function emit():Token { function
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h42 /** Arguments that are passed to lp_build_tgsi_action::emit. The
69 * the lp_build_tgsi_action::emit function. However, this value is
74 /** The lp_build_tgsi_action::emit 'executes' the opcode and writes the
107 void (*emit)(const struct lp_build_tgsi_action *, member in struct:lp_build_tgsi_action
115 * that can be assigned to lp_build_tgsi_action::emit and used for
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_split_prim.h13 void (*emit)(void *priv, unsigned start, unsigned count); member in struct:util_split_prim
50 s->emit(s->priv, s->start, 1);
59 s->emit(s->priv, s->p_start, s->p_end - s->p_start);
61 s->emit(s->priv, s->start, 1);
74 s->emit(s->priv, s->p_start, max_verts);
76 s->emit(s->priv, s->p_start + max_verts, 1);
109 s->emit (s->priv, s->p_start, max_verts);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_lower_texture_gradients.cpp47 void emit(ir_variable *, ir_rvalue *);
54 lower_texture_grad_visitor::emit(ir_variable *var, ir_rvalue *value) function in class:lower_texture_grad_visitor
111 emit(size, expr(ir_unop_i2f,
121 emit(dPdx, mul(size, ir->lod_info.grad.dPdx));
125 emit(dPdy, mul(size, ir->lod_info.grad.dPdy));
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3lexer.h130 pANTLR3_COMMON_TOKEN (*emit) (struct ANTLR3_LEXER_struct * lexer); member in struct:ANTLR3_LEXER_struct
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DLexer.pm68 $self->emit();
128 sub emit { subroutine
131 # The standard method called to automatically emit a token at the
134 # use that to set the token's text. Override this method to emit
147 $self->emit($t);

Completed in 648 milliseconds

12345