OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constType
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/graphics/java/android/renderscript/
ProgramFragmentFixedFunction.java
305
Type
constType
= null;
311
constType
= typeBuilder.create();
312
sb.addConstant(
constType
);
321
Allocation constantData = Allocation.createTyped(mRS,
constType
);
/external/webkit/Source/WebCore/bindings/scripts/
IDLParser.pm
354
my $
constType
= (defined($1) ? $1 : die("Parsing error!\nSource:\n$line\n)"));
360
$newDataNode->type($
constType
);
366
print " | |> Constant; TYPE \"$
constType
\" NAME \"$constName\" VALUE \"$constValue\"\n" unless $beQuiet;
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppRS.java
136
FragmentShader createFromResource(int id, boolean addCubemap, Type
constType
) {
138
fb.setShaderConst(
constType
);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ParseHelper.cpp
502
bool
constType
= true;
518
constType
= false;
523
if (
constType
)
[
all
...]
/dalvik/vm/analysis/
CodeVerify.cpp
365
static RegType constTypeToRegType(RegType
constType
)
367
switch (
constType
) {
375
return
constType
;
[
all
...]
Completed in 2576 milliseconds