Searched refs:base_type (Results 1 - 25 of 123) sorted by relevance

12345

/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_conv_stroke.h31 typedef conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers> base_type; typedef in struct:agg::conv_stroke
38 base_type::generator().line_cap(lc);
42 base_type::generator().line_join(lj);
46 base_type::generator().inner_join(ij);
50 return base_type::generator().line_cap();
54 return base_type::generator().line_join();
58 return base_type::generator().inner_join();
62 base_type::generator().width(w);
66 base_type::generator().miter_limit(ml);
70 base_type
[all...]
H A Dagg_vertex_sequence.h31 typedef pod_deque<T, S> base_type; typedef in class:agg::vertex_sequence
39 if(base_type::size() > 1) {
40 if(!(*this)[base_type::size() - 2]((*this)[base_type::size() - 1])) {
41 base_type::remove_last();
44 base_type::add(val);
49 base_type::remove_last();
55 while(base_type::size() > 1) {
56 if((*this)[base_type::size() - 2]((*this)[base_type
[all...]
H A Dagg_conv_dash.h30 typedef conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> base_type; typedef in struct:agg::conv_dash
37 base_type::generator().remove_all_dashes();
41 base_type::generator().add_dash(dash_len, gap_len);
45 base_type::generator().dash_start(ds);
49 base_type::generator().shorten(s);
53 return base_type::generator().shorten();
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Duniform_initializer_utils.h36 generate_data(void *mem_ctx, enum glsl_base_type base_type,
41 generate_array_data(void *mem_ctx, enum glsl_base_type base_type,
H A Duniform_initializer_utils.cpp83 switch (type->base_type) {
109 switch (type->base_type) {
132 generate_data(void *mem_ctx, enum glsl_base_type base_type, argument
139 glsl_type::get_instance(base_type, rows, columns);
146 generate_array_data(void *mem_ctx, enum glsl_base_type base_type, argument
153 glsl_type::get_instance(base_type, rows, columns);
188 if (val->type->base_type == GLSL_TYPE_ARRAY) {
206 switch (val->type->base_type) {
H A Dcopy_constant_to_storage_tests.cpp34 const enum glsl_base_type base_type,
79 val->type->base_type,
98 val->type->base_type,
117 val->type->base_type,
136 val->type->base_type,
/external/chromium_org/third_party/webrtc/base/
H A Dsigslotrepeater.h30 typedef signal0<mt_policy> base_type; typedef in class:sigslot::repeater0
34 repeater0(const this_type& s) : base_type(s) { }
37 void repeat(base_type &s) { s.connect(this, &this_type::reemit); }
38 void stop(base_type &s) { s.disconnect(this); }
46 typedef signal1<arg1_type, mt_policy> base_type; typedef in class:sigslot::repeater1
50 repeater1(const this_type& s) : base_type(s) { }
53 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
54 void stop(base_type &s) { s.disconnect(this); }
62 typedef signal2<arg1_type, arg2_type, mt_policy> base_type; typedef in class:sigslot::repeater2
66 repeater2(const this_type& s) : base_type(
79 typedef signal3<arg1_type, arg2_type, arg3_type, mt_policy> base_type; typedef in class:sigslot::repeater3
[all...]
/external/mesa3d/src/glsl/tests/
H A Duniform_initializer_utils.h36 generate_data(void *mem_ctx, enum glsl_base_type base_type,
41 generate_array_data(void *mem_ctx, enum glsl_base_type base_type,
H A Duniform_initializer_utils.cpp83 switch (type->base_type) {
109 switch (type->base_type) {
132 generate_data(void *mem_ctx, enum glsl_base_type base_type, argument
139 glsl_type::get_instance(base_type, rows, columns);
146 generate_array_data(void *mem_ctx, enum glsl_base_type base_type, argument
153 glsl_type::get_instance(base_type, rows, columns);
188 if (val->type->base_type == GLSL_TYPE_ARRAY) {
206 switch (val->type->base_type) {
H A Dcopy_constant_to_storage_tests.cpp34 const enum glsl_base_type base_type,
79 val->type->base_type,
98 val->type->base_type,
117 val->type->base_type,
136 val->type->base_type,
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_validate.cpp234 assert(ir->type->base_type == GLSL_TYPE_BOOL);
235 assert(ir->operands[0]->type->base_type == GLSL_TYPE_BOOL);
251 assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT);
256 assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT);
257 assert(ir->type->base_type == GLSL_TYPE_INT);
260 assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT);
261 assert(ir->type->base_type == GLSL_TYPE_UINT);
264 assert(ir->operands[0]->type->base_type == GLSL_TYPE_INT);
265 assert(ir->type->base_type == GLSL_TYPE_FLOAT);
268 assert(ir->operands[0]->type->base_type
[all...]
H A Dglsl_types.h78 glsl_base_type base_type; member in struct:glsl_type
218 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
305 && (base_type >= GLSL_TYPE_UINT)
306 && (base_type <= GLSL_TYPE_BOOL);
316 && (base_type >= GLSL_TYPE_UINT)
317 && (base_type <= GLSL_TYPE_BOOL);
326 return (matrix_columns > 1) && (base_type == GLSL_TYPE_FLOAT);
334 return (base_type >= GLSL_TYPE_UINT) && (base_type <= GLSL_TYPE_FLOAT);
342 return (base_type
[all...]
H A Dlink_uniform_initializers.cpp52 const enum glsl_base_type base_type,
56 switch (base_type) {
121 const enum glsl_base_type base_type = local
122 val->array_elements[0]->type->base_type;
130 base_type,
136 if (base_type == GLSL_TYPE_SAMPLER) {
144 val->type->base_type,
50 copy_constant_to_storage(union gl_constant_value *storage, const ir_constant *val, const enum glsl_base_type base_type, const unsigned int elements) argument
H A Dir_constant_expression.cpp122 assert(op[0]->type->base_type == op[1]->type->base_type ||
159 switch (op[0]->type->base_type) {
174 assert(op[0]->type->base_type == GLSL_TYPE_BOOL);
180 assert(op[0]->type->base_type == GLSL_TYPE_FLOAT);
186 assert(op[0]->type->base_type == GLSL_TYPE_FLOAT);
192 assert(op[0]->type->base_type == GLSL_TYPE_INT);
198 assert(op[0]->type->base_type == GLSL_TYPE_UINT);
204 assert(op[0]->type->base_type == GLSL_TYPE_BOOL);
210 assert(op[0]->type->base_type
[all...]
H A Dglsl_types.cpp49 glsl_base_type base_type, unsigned vector_elements,
52 base_type(base_type),
70 base_type(GLSL_TYPE_SAMPLER),
83 base_type(GLSL_TYPE_STRUCT),
312 switch (base_type) {
332 while (type->base_type == GLSL_TYPE_ARRAY)
336 switch (type->base_type) {
366 base_type(GLSL_TYPE_ARRAY),
396 glsl_type::get_instance(unsigned base_type, unsigne argument
48 glsl_type(GLenum gl_type, glsl_base_type base_type, unsigned vector_elements, unsigned matrix_columns, const char *name) argument
[all...]
/external/mesa3d/src/glsl/
H A Dir_validate.cpp234 assert(ir->type->base_type == GLSL_TYPE_BOOL);
235 assert(ir->operands[0]->type->base_type == GLSL_TYPE_BOOL);
251 assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT);
256 assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT);
257 assert(ir->type->base_type == GLSL_TYPE_INT);
260 assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT);
261 assert(ir->type->base_type == GLSL_TYPE_UINT);
264 assert(ir->operands[0]->type->base_type == GLSL_TYPE_INT);
265 assert(ir->type->base_type == GLSL_TYPE_FLOAT);
268 assert(ir->operands[0]->type->base_type
[all...]
H A Dglsl_types.h78 glsl_base_type base_type; member in struct:glsl_type
218 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
305 && (base_type >= GLSL_TYPE_UINT)
306 && (base_type <= GLSL_TYPE_BOOL);
316 && (base_type >= GLSL_TYPE_UINT)
317 && (base_type <= GLSL_TYPE_BOOL);
326 return (matrix_columns > 1) && (base_type == GLSL_TYPE_FLOAT);
334 return (base_type >= GLSL_TYPE_UINT) && (base_type <= GLSL_TYPE_FLOAT);
342 return (base_type
[all...]
H A Dlink_uniform_initializers.cpp52 const enum glsl_base_type base_type,
56 switch (base_type) {
121 const enum glsl_base_type base_type = local
122 val->array_elements[0]->type->base_type;
130 base_type,
136 if (base_type == GLSL_TYPE_SAMPLER) {
144 val->type->base_type,
50 copy_constant_to_storage(union gl_constant_value *storage, const ir_constant *val, const enum glsl_base_type base_type, const unsigned int elements) argument
H A Dir_constant_expression.cpp122 assert(op[0]->type->base_type == op[1]->type->base_type ||
159 switch (op[0]->type->base_type) {
174 assert(op[0]->type->base_type == GLSL_TYPE_BOOL);
180 assert(op[0]->type->base_type == GLSL_TYPE_FLOAT);
186 assert(op[0]->type->base_type == GLSL_TYPE_FLOAT);
192 assert(op[0]->type->base_type == GLSL_TYPE_INT);
198 assert(op[0]->type->base_type == GLSL_TYPE_UINT);
204 assert(op[0]->type->base_type == GLSL_TYPE_BOOL);
210 assert(op[0]->type->base_type
[all...]
H A Dglsl_types.cpp49 glsl_base_type base_type, unsigned vector_elements,
52 base_type(base_type),
70 base_type(GLSL_TYPE_SAMPLER),
83 base_type(GLSL_TYPE_STRUCT),
312 switch (base_type) {
332 while (type->base_type == GLSL_TYPE_ARRAY)
336 switch (type->base_type) {
366 base_type(GLSL_TYPE_ARRAY),
396 glsl_type::get_instance(unsigned base_type, unsigne argument
48 glsl_type(GLenum gl_type, glsl_base_type base_type, unsigned vector_elements, unsigned matrix_columns, const char *name) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Didl_types.py133 def __init__(self, base_type, is_unrestricted=False):
136 self.base_type = 'unrestricted %s' % base_type
138 self.base_type = base_type
141 return self.base_type
145 return self.base_type in BASIC_TYPES
149 return self.base_type in IdlType.callback_functions
153 return self.base_type in IdlType.callback_interfaces
157 return self.base_type i
[all...]
H A Dv8_types.py74 lambda self: self.base_type in TYPED_ARRAYS)
78 self.base_type not in NON_WRAPPER_TYPES))
161 base_idl_type = idl_type.base_type
199 base_idl_type = idl_type.base_type
274 base_idl_type = idl_type.base_type
291 lambda self: self.base_type in IdlType.garbage_collected_types)
302 lambda self: self.base_type in IdlType.will_be_garbage_collected_types)
357 base_idl_type = idl_type.base_type
420 base_idl_type = idl_type.base_type
424 interface_info = interfaces_info[idl_type.base_type]
[all...]
/external/chromium_org/mojo/nacl/generator/
H A Dinterface_dsl.py52 self.base_type = param_type
66 self.base_type = ty
72 self.base_type = ty
80 self.base_type = ty
87 self.base_type = ty
94 self.base_type = ty
100 self.base_type = ty
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py293 def create_typedef_type(name, base_type, cname, is_external=0):
294 is_fused = base_type.is_fused
295 if base_type.is_complex or is_fused:
304 return base_type
306 return CTypedefType(name, base_type, cname, is_external)
330 def __init__(self, name, base_type, cname, is_external=0):
331 assert not base_type.is_complex
334 self.typedef_base_type = base_type
358 base_type = self.typedef_base_type.base_type
938 base_type = None variable in class:BuiltinObjectType
[all...]
H A DTypeSlots.py208 and current_scope.parent_type.base_type
209 and current_scope.parent_type.base_type.scope):
210 current_scope = current_scope.parent_type.base_type.scope
329 parent_type_scope = scope.parent_type.base_type.scope
331 entry = scope.parent_scope.lookup_here(scope.parent_type.base_type.name)
354 and scope.parent_type.base_type
361 parent_type_scope = scope.parent_type.base_type.scope
363 entry = scope.parent_scope.lookup_here(scope.parent_type.base_type.name)
494 base_type = scope.parent_type.base_type
[all...]

Completed in 471 milliseconds

12345