HomeSort by relevance Sort by last modified time
    Searched full:constructor_type (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_function.cpp 556 const glsl_type *constructor_type,
586 || ((constructor_type->length != 0)
587 && (constructor_type->length != parameter_count))) {
588 const unsigned min_param = (constructor_type->length == 0)
589 ? 1 : constructor_type->length;
593 (constructor_type->length != 0) ? "at least" : "exactly",
598 if (constructor_type->length == 0) {
599 constructor_type =
600 glsl_type::get_array_instance(constructor_type->element_type(),
602 assert(constructor_type != NULL)
1223 const glsl_type *const constructor_type = type->glsl_type(& name, state); local
    [all...]
  /external/mesa3d/src/glsl/
ast_function.cpp 556 const glsl_type *constructor_type,
586 || ((constructor_type->length != 0)
587 && (constructor_type->length != parameter_count))) {
588 const unsigned min_param = (constructor_type->length == 0)
589 ? 1 : constructor_type->length;
593 (constructor_type->length != 0) ? "at least" : "exactly",
598 if (constructor_type->length == 0) {
599 constructor_type =
600 glsl_type::get_array_instance(constructor_type->element_type(),
602 assert(constructor_type != NULL)
1223 const glsl_type *const constructor_type = type->glsl_type(& name, state); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface_base.cpp 62 {% for attribute in attributes if not attribute.constructor_type %}
interface.cpp 9 if not attribute.constructor_type else
26 attribute.constructor_type
27 if attribute.constructor_type else '0' %}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_attributes.py 100 'constructor_type': idl_type.constructor_type_name
v8_interface.py 243 'has_constructor_attributes': any(attribute['constructor_type'] for attribute in attributes),
    [all...]

Completed in 1549 milliseconds