OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_interface
(Results
1 - 15
of
15
) sorted by null
/external/mesa3d/src/compiler/glsl/
glsl_symbol_table.cpp
88
assert(t->
is_interface
());
178
assert(i->
is_interface
());
link_uniforms.cpp
64
|| type->without_array()->
is_interface
());
100
} else if (t_without_array->
is_interface
()) {
130
if (t->
is_interface
() && named_ifc_member) {
135
} else if (t->is_record() || t->
is_interface
()) {
149
if (t->
is_interface
() && t->fields.structure[i].offset != -1)
191
t->without_array()->
is_interface
() ||
346
assert(!type->without_array()->
is_interface
());
683
assert(!type->without_array()->
is_interface
());
[
all
...]
lower_named_interface_blocks.cpp
151
assert (iface_t->
is_interface
());
ast_array_index.cpp
251
} else if (array->type->without_array()->
is_interface
()
lower_buffer_access.cpp
372
} else if (deref_array->type->without_array()->
is_interface
()) {
link_varyings.cpp
72
if (t->
is_interface
()) {
92
t->without_array()->
is_interface
() ||
[
all
...]
ast_to_hir.cpp
[
all
...]
ir.cpp
[
all
...]
linker.cpp
[
all
...]
/art/test/912-classes/
classes.cc
78
jboolean
is_interface
= JNI_FALSE;
local
79
jvmtiError result = jvmti_env->IsInterface(klass, &
is_interface
);
81
return
is_interface
;
/external/mesa3d/src/compiler/
nir_types.cpp
196
return type->is_record() || type->
is_interface
();
glsl_types.cpp
217
} else if (this->is_record() || this->
is_interface
()) {
234
} else if (this->is_record() || this->
is_interface
()) {
250
} else if (this->is_record() || this->
is_interface
()) {
287
} else if (this->is_record() || this->
is_interface
()) {
333
} else if (this->is_record() || this->
is_interface
()) {
[
all
...]
glsl_types.h
585
bool
is_interface
() const
function in struct:glsl_type
/external/curl/lib/
connect.c
274
bool
is_interface
= FALSE;
local
281
is_interface
= TRUE;
321
if(
is_interface
) {
331
is_interface
= TRUE;
341
if(!
is_interface
) {
[
all
...]
/art/runtime/
class_linker.cc
7254
const bool
is_interface
= klass->IsInterface();
local
[
all
...]
Completed in 1003 milliseconds