OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/renderscript/
ProgramFragmentFixedFunction.java
304
Type
constType
= null;
310
constType
= typeBuilder.create();
311
sb.addConstant(
constType
);
320
Allocation constantData = Allocation.createTyped(mRS,
constType
);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ParseHelper.cpp
502
bool
constType
= true;
518
constType
= false;
523
if (
constType
)
[
all
...]
Completed in 809 milliseconds