Searched defs:store (Results 101 - 125 of 312) sorted by path

1234567891011>>

/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.cc102 GtkListStore* store = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_INT); local
103 gtk_tree_view_set_model(GTK_TREE_VIEW(list), GTK_TREE_MODEL(store));
104 g_object_unref(store);
109 GtkListStore* store = GTK_LIST_STORE( local
113 gtk_list_store_append(store, &iter);
114 gtk_list_store_set(store, &iter, 0, str, 1, value, -1);
309 GtkListStore* store = local
311 gtk_list_store_clear(store);
/external/chromium_org/third_party/markdown/
H A Dutil.py143 def store(self, html, safe=False): member in class:HtmlStash
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c600 /* Unaligned store due to the vertex header */
630 /* store vertex header for each of the n vertices */
656 /* store for each of the n vertices */
785 /* Unaligned store */
840 /* store transformed outputs */
1259 /* store original positions in clip before further manipulation */
1278 /* store temporary clipping boolean value */
1290 /* store clipmask in vertex header,
1313 draw_llvm_make_variant_key(struct draw_llvm *llvm, char *store) argument
1319 key = (struct draw_llvm_variant_key *)store;
[all...]
H A Ddraw_pipe_util.c79 ubyte *store = (ubyte *) MALLOC( MAX_VERTEX_SIZE * nr ); local
81 if (store == NULL)
86 FREE(store);
91 stage->tmp[i] = (struct vertex_header *)(store + i * MAX_VERTEX_SIZE);
H A Ddraw_pt_fetch_shade_pipeline_llvm.c70 char store[DRAW_LLVM_MAX_VARIANT_KEY_SIZE]; local
123 key = draw_llvm_make_variant_key(fpme->llvm, store);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.h56 uint32_t *store; /**< instruction buffer */ member in struct:ppc_function
161 /** vector store: store vR at mem[vA+vB] */
290 ** scalar load/store
H A Drtasm_x86sse.h53 unsigned char *store; member in struct:x86_function
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_constant_expression.cpp981 ir_constant *&store, int &offset) const
984 store = (ir_constant *)hash_table_find(variable_context, var);
987 store = NULL;
1021 ir_constant *&store, int &offset) const
1026 store = 0;
1039 store = 0;
1047 store = 0;
1054 store = substore->get_array_element(index);
1059 store = substore;
1064 store
980 constant_referenced(struct hash_table *variable_context, ir_constant *&store, int &offset) const argument
1020 constant_referenced(struct hash_table *variable_context, ir_constant *&store, int &offset) const argument
1129 constant_referenced(struct hash_table *variable_context, ir_constant *&store, int &offset) const argument
1210 ir_constant *store = NULL; local
[all...]
H A Dlinker.cpp1515 bool store(struct gl_context *ctx, struct gl_shader_program *prog,
1837 tfeedback_decl::store(struct gl_context *ctx, struct gl_shader_program *prog, function in class:tfeedback_decl
1905 * glTransformFeedbackVaryings() and store them in tfeedback_decl objects.
2226 if (!tfeedback_decls[i].store(ctx, prog, &prog->LinkedTransformFeedback,
2241 if (!tfeedback_decls[i].store(ctx, prog,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu.h112 struct brw_instruction *store; member in struct:brw_compile
133 * Just store the instruction pointer(an index).
799 return &p->store[p->nr_insn];
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_context.h595 struct radeon_store store; member in struct:r200_context
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h408 struct radeon_store store; member in struct:r100_context
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c1568 struct gl_pixelstore_attrib *store = local
1570 copy_pixelstore(ctx, &ctx->Pack, store);
1571 _mesa_reference_buffer_object(ctx, &store->BufferObj, NULL);
1577 struct gl_pixelstore_attrib *store = local
1579 copy_pixelstore(ctx, &ctx->Unpack, store);
1580 _mesa_reference_buffer_object(ctx, &store->BufferObj, NULL);
H A Ddebug.c282 struct gl_pixelstore_attrib store; local
289 store = ctx->Pack; /* save */
300 ctx->Pack = store; /* restore */
H A Duniform_query.cpp488 struct gl_uniform_driver_storage *const store = &uni->driver_storage[i]; local
489 uint8_t *dst = (uint8_t *) store->data;
491 store->element_stride - (vectors * store->vector_stride);
499 vectors, count, store->vector_stride, extra_stride);
502 dst += array_index * store->element_stride;
504 switch (store->format) {
514 dst += store->vector_stride;
536 dst += store->vector_stride;
557 dst += store
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_fog.c147 struct fog_stage_data *store = FOG_STAGE_DATA(stage); local
160 VB->AttribPtr[_TNL_ATTRIB_FOG] = &store->fogcoord;
167 /* Use this to store calculated eye z values:
169 input = &store->fogcoord;
195 input = &store->fogcoord;
218 VB->AttribPtr[_TNL_ATTRIB_FOG] = &store->fogcoord; /* dest data */
241 struct fog_stage_data *store; local
242 stage->privatePtr = MALLOC(sizeof(*store));
243 store = FOG_STAGE_DATA(stage);
244 if (!store)
259 struct fog_stage_data *store = FOG_STAGE_DATA(stage); local
[all...]
H A Dt_vb_light.c197 update_materials(struct gl_context *ctx, struct light_stage_data *store) argument
201 for (i = 0 ; i < store->mat_count ; i++) {
203 COPY_CLEAN_4V(store->mat[i].current, store->mat[i].size, store->mat[i].ptr);
205 STRIDE_F(store->mat[i].ptr, store->mat[i].stride);
209 _mesa_update_material( ctx, store->mat_bitmask );
223 struct vertex_buffer *VB, struct light_stage_data *store)
227 store
222 prepare_materials(struct gl_context *ctx, struct vertex_buffer *VB, struct light_stage_data *store) argument
328 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); local
421 struct light_stage_data *store; local
452 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); local
[all...]
H A Dt_vb_lighttmp.h52 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); local
62 GLfloat (*Fcolor)[4] = (GLfloat (*)[4]) store->LitColor[0].data;
63 GLfloat (*Fspec)[4] = (GLfloat (*)[4]) store->LitSecondary[0].data;
65 GLfloat (*Bcolor)[4] = (GLfloat (*)[4]) store->LitColor[1].data;
66 GLfloat (*Bspec)[4] = (GLfloat (*)[4]) store->LitSecondary[1].data;
75 VB->AttribPtr[_TNL_ATTRIB_COLOR0] = &store->LitColor[0];
76 VB->AttribPtr[_TNL_ATTRIB_COLOR1] = &store->LitSecondary[0];
80 VB->BackfaceColorPtr = &store->LitColor[1];
81 VB->BackfaceSecondaryColorPtr = &store->LitSecondary[1];
86 store
234 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); local
416 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); local
520 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); local
[all...]
H A Dt_vb_normals.c52 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); local
56 if (!store->NormalTransform)
67 store->NormalTransform( ctx->ModelviewMatrixStack.Top,
71 &store->normal ); /* resulting normals */
74 store->normal.stride = 4 * sizeof(GLfloat);
77 store->normal.stride = 0;
80 VB->AttribPtr[_TNL_ATTRIB_NORMAL] = &store->normal;
88 * Examine current GL state and set the store->NormalTransform pointer
94 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); local
99 store
152 struct normal_stage_data *store; local
170 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); local
[all...]
H A Dt_vb_points.c53 struct point_stage_data *store = POINT_STAGE_DATA(stage); local
61 GLfloat (*size)[4] = store->PointSize.data;
72 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->PointSize;
83 struct point_stage_data *store; local
84 stage->privatePtr = malloc(sizeof(*store));
85 store = POINT_STAGE_DATA(stage);
86 if (!store)
89 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 );
97 struct point_stage_data *store = POINT_STAGE_DATA(stage); local
98 if (store) {
[all...]
H A Dt_vb_program.c128 do_ndc_cliptest(struct gl_context *ctx, struct vp_stage_data *store) argument
135 store->ormask = 0;
136 store->andmask = CLIP_FRUSTUM_BITS;
143 &store->ndcCoords,
144 store->clipmask,
145 &store->ormask,
146 &store->andmask,
153 store->clipmask,
154 &store->ormask,
155 &store
314 struct vp_stage_data *store = VP_STAGE_DATA(stage); local
514 struct vp_stage_data *store; local
536 struct vp_stage_data *store = VP_STAGE_DATA(stage); local
[all...]
H A Dt_vb_texgen.c58 struct texgen_stage_data *store,
252 struct texgen_stage_data *store,
257 GLvector4f *out = &store->texcoord[unit];
274 struct texgen_stage_data *store,
279 GLvector4f *out = &store->texcoord[unit];
302 struct texgen_stage_data *store,
307 GLvector4f *out = &store->texcoord[unit];
311 GLfloat (*f)[3] = store->tmp_f;
312 GLfloat *m = store->tmp_m;
314 (build_m_tab[VB->EyePtr->size])( store
251 texgen_reflection_map_nv( struct gl_context *ctx, struct texgen_stage_data *store, GLuint unit ) argument
273 texgen_normal_map_nv( struct gl_context *ctx, struct texgen_stage_data *store, GLuint unit ) argument
301 texgen_sphere_map( struct gl_context *ctx, struct texgen_stage_data *store, GLuint unit ) argument
334 texgen( struct gl_context *ctx, struct texgen_stage_data *store, GLuint unit ) argument
487 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); local
511 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); local
562 struct texgen_stage_data *store; local
583 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); local
[all...]
H A Dt_vb_texmat.c59 struct texmat_stage_data *store = TEXMAT_STAGE_DATA(stage); local
71 (void) TransformRaw( &store->texcoord[i],
75 VB->AttribPtr[VERT_ATTRIB_TEX0+i] = &store->texcoord[i];
89 struct texmat_stage_data *store; local
92 stage->privatePtr = CALLOC(sizeof(*store));
93 store = TEXMAT_STAGE_DATA(stage);
94 if (!store)
98 _mesa_vector4f_alloc( &store->texcoord[i], 0, VB->Size, 32 );
106 struct texmat_stage_data *store = TEXMAT_STAGE_DATA(stage); local
109 if (store) {
[all...]

Completed in 708 milliseconds

1234567891011>>