OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constructor_type
(Results
1 - 7
of
7
) 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/scripts/unstable/
v8_attributes.py
76
'
constructor_type
': v8_types.
constructor_type
(idl_type)
v8_types.py
191
def
constructor_type
(idl_type):
function
331
idl_type =
constructor_type
(idl_type)
v8_interface.py
175
'has_constructor_attributes': any(attribute['
constructor_type
'] for attribute in attributes),
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface_base.cpp
83
{% for attribute in attributes if not attribute.
constructor_type
%}
interface.cpp
9
if not attribute.
constructor_type
else
22
attribute.
constructor_type
23
if attribute.
constructor_type
else '0' %}
[
all
...]
Completed in 3514 milliseconds