HomeSort by relevance Sort by last modified time
    Searched defs:constType (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
ProgramFragmentFixedFunction.java 263 Type constType = null;
269 constType = typeBuilder.create();
270 sb.addConstant(constType);
279 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 116 milliseconds