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

  /development/tools/a3dconvert/
SimpleMesh.h 132 ObjectBaseRef<Type> indexType = Type::getTypeRef(rsc, indexElem.get(),
135 indexType->compute();
137 Allocation *indexAlloc = Allocation::createAllocation(rsc, indexType.get(),
  /dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java 19 import com.android.dx.io.IndexType;
51 private final IndexType indexType;
103 int index, IndexType indexType, int target, long literal) {
115 this.indexType = indexType;
146 public final IndexType getIndexType() {
147 return indexType;
InstructionCodec.java 19 import com.android.dx.io.IndexType;
157 this, opcode, index, IndexType.VARIES,
261 IndexType indexType = OpcodeInfo.getIndexType(opcode);
263 this, opcode, index, indexType,
369 IndexType indexType = OpcodeInfo.getIndexType(opcode);
371 this, opcode, index, indexType,
392 this, opcode, index, IndexType.FIELD_OFFSET,
503 IndexType indexType = OpcodeInfo.getIndexType(opcode)
    [all...]
  /dalvik/libdex/
InstrUtils.h 142 InstructionIndexType indexType;
  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 272 Entry indexType = new Entry();
273 indexType.t = t;
274 indexType.e = null;
275 indexType.size = 0;
276 indexType.prim = p;
277 mIndexTypes.addElement(indexType);
289 Entry indexType = new Entry();
290 indexType.t = null;
291 indexType.e = null;
292 indexType.size = 0
    [all...]
  /frameworks/base/libs/rs/
rsFont.cpp 560 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, false);
562 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 42 InstructionCodec.FORMAT_00X, IndexType.NONE);
49 IndexType.NONE);
54 IndexType.NONE);
59 IndexType.NONE);
64 InstructionCodec.FORMAT_10X, IndexType.NONE);
68 InstructionCodec.FORMAT_12X, IndexType.NONE);
72 InstructionCodec.FORMAT_22X, IndexType.NONE);
76 InstructionCodec.FORMAT_32X, IndexType.NONE);
80 InstructionCodec.FORMAT_12X, IndexType.NONE);
84 InstructionCodec.FORMAT_22X, IndexType.NONE)
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 111 milliseconds