/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_flush.h | 43 st_flush(struct st_context *st, 47 st_finish(struct st_context *st);
|
st_gen_mipmap.h | 40 st_init_generate_mipmap(struct st_context *st); 44 st_destroy_generate_mipmap(struct st_context *st);
|
st_atom_constbuf.h | 36 void st_upload_constants( struct st_context *st,
|
st_atom_shader.h | 37 st_free_translated_vertex_programs(struct st_context *st,
|
st_cb_drawpixels.h | 44 st_destroy_drawpix(struct st_context *st); 47 st_make_drawpix_fragment_program(struct st_context *st, 52 st_make_drawpix_z_stencil_program(struct st_context *st, 64 st_destroy_drawpix(struct st_context *st)
|
st_cb_program.c | 58 struct st_context *st = st_context(ctx); local 62 st->dirty.st |= ST_NEW_VERTEX_PROGRAM; 65 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM; 68 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM; 81 struct st_context *st = st_context(ctx); local 83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM 126 struct st_context *st = st_context(ctx); local 196 struct st_context *st = st_context(ctx); local [all...] |
st_atom_viewport.c | 42 update_viewport( struct st_context *st ) 44 struct gl_context *ctx = st->ctx; 72 st->state.viewport.scale[0] = half_width; 73 st->state.viewport.scale[1] = half_height * yScale; 74 st->state.viewport.scale[2] = half_depth; 75 st->state.viewport.scale[3] = 1.0; 77 st->state.viewport.translate[0] = half_width + x; 78 st->state.viewport.translate[1] = (half_height + y) * yScale + yBias; 79 st->state.viewport.translate[2] = half_depth + z; 80 st->state.viewport.translate[3] = 0.0 [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_blit.h | 40 st_init_blit(struct st_context *st); 43 st_destroy_blit(struct st_context *st);
|
st_cb_drawtex.h | 25 st_destroy_drawtex(struct st_context *st); 35 st_destroy_drawtex(struct st_context *st)
|
st_cb_flush.h | 43 st_flush(struct st_context *st, 47 st_finish(struct st_context *st);
|
st_gen_mipmap.h | 40 st_init_generate_mipmap(struct st_context *st); 44 st_destroy_generate_mipmap(struct st_context *st);
|
st_atom_constbuf.h | 36 void st_upload_constants( struct st_context *st,
|
st_atom_shader.h | 37 st_free_translated_vertex_programs(struct st_context *st,
|
st_cb_drawpixels.h | 44 st_destroy_drawpix(struct st_context *st); 47 st_make_drawpix_fragment_program(struct st_context *st, 52 st_make_drawpix_z_stencil_program(struct st_context *st, 64 st_destroy_drawpix(struct st_context *st)
|
st_cb_program.c | 58 struct st_context *st = st_context(ctx); local 62 st->dirty.st |= ST_NEW_VERTEX_PROGRAM; 65 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM; 68 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM; 81 struct st_context *st = st_context(ctx); local 83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM 126 struct st_context *st = st_context(ctx); local 196 struct st_context *st = st_context(ctx); local [all...] |
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_utf8utils.h | 15 int UTF8GenericScan(const UTF8ScanObj* st,
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
lsp.h | 121 * Description : Stores pointer to filter status struct in *st. This 127 Word16 lsp_init(lspState **st); 138 Word16 lsp_reset(lspState *st); 145 * Description : Stores NULL in *st 149 void lsp_exit(lspState **st); 167 void lsp(lspState *st, /* i/o : State struct */
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
bgnscd.h | 121 * Description : Stores pointer to filter status struct in *st. This 125 Word16 Bgn_scd_init(Bgn_scdState **st); 132 Word16 Bgn_scd_reset(Bgn_scdState *st); 140 void Bgn_scd_exit(Bgn_scdState **st); 147 Word16 Bgn_scd(Bgn_scdState *st, /* i : State variables for bgn SCD */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
g_adapt.h | 117 Word16 gain_adapt_init(GainAdaptState **st); 119 Stores pointer to state struct in *st. This pointer has to 124 Word16 gain_adapt_reset(GainAdaptState *st); 129 void gain_adapt_exit(GainAdaptState **st); 131 stores NULL in *st 143 GainAdaptState *st, /* i : state struct */
|
levinson.h | 108 Word16 Levinson_init(LevinsonState **st); 110 Stores pointer to filter status struct in *st. This pointer has to 115 Word16 Levinson_reset(LevinsonState *st); 119 void Levinson_exit(LevinsonState **st); 121 stores NULL in *st 125 LevinsonState *st,
|
pre_proc.cpp | 439 st = a pointer to a structure of type Pre_ProcessState 444 st points to the updated structure 480 Pre_ProcessState *st, 489 x2 = st->x1; 490 st->x1 = st->x0; 491 st->x0 = signal[i]; 496 L_tmp = Mpy_32_16 (st->y1_hi, st->y1_lo, a[1]); 497 L_tmp = L_add (L_tmp, Mpy_32_16 (st->y2_hi, st->y2_lo, a[2])) [all...] |
pre_proc.h | 88 Word16 Pre_Process_init(Pre_ProcessState **st); 90 Stores pointer to filter status struct in *st. This pointer has to 95 Word16 Pre_Process_reset(Pre_ProcessState *st); 99 void Pre_Process_exit(Pre_ProcessState **st); 101 stores NULL in *st 105 Pre_ProcessState *st,
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
dtx.c | 46 dtx_encState * st 50 dtx_encState * st 72 Word16 dtx_enc_init(dtx_encState ** st, Word16 isf_init[], VO_MEM_OPERATOR *pMemOP) 76 if (st == (dtx_encState **) NULL) 81 *st = NULL; 90 *st = s; 99 Word16 dtx_enc_reset(dtx_encState * st, Word16 isf_init[]) 103 if (st == (dtx_encState *) NULL) 108 st->hist_ptr = 0; 109 st->log_en_index = 0 [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
LeftRecursionCyclesMessage.java | 30 import org.stringtemplate.v4.ST; 47 ST st = getMessageTemplate(); local 48 st.add("listOfCycles", cycles); 49 return super.toString(st);
|
/external/chromium_org/third_party/libxslt/libxslt/ |
imports.h | 28 xsltStylesheetPtr st = style; \ 30 while (st != NULL) { \ 31 if (st->name != NULL) { res = st->name; break; } \ 32 st = xsltNextImport(st); \ 41 xsltStylesheetPtr st = style; \ 43 while (st != NULL) { \ 44 if (st->name != -1) { res = st->name; break; } [all...] |