HomeSort by relevance Sort by last modified time
    Searched refs:indexType (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /dalvik/dx/src/com/android/dx/io/instructions/
ZeroRegisterDecodedInstruction.java 19 import com.android.dx.io.IndexType;
29 int index, IndexType indexType, int target, long literal) {
30 super(format, opcode, index, indexType, target, literal);
OneRegisterDecodedInstruction.java 19 import com.android.dx.io.IndexType;
32 int index, IndexType indexType, int target, long literal,
34 super(format, opcode, index, indexType, target, literal);
RegisterRangeDecodedInstruction.java 19 import com.android.dx.io.IndexType;
36 int index, IndexType indexType, int target, long literal,
38 super(format, opcode, index, indexType, target, literal);
TwoRegisterDecodedInstruction.java 19 import com.android.dx.io.IndexType;
35 int index, IndexType indexType, int target, long literal,
37 super(format, opcode, index, indexType, target, literal);
FiveRegisterDecodedInstruction.java 19 import com.android.dx.io.IndexType;
44 int index, IndexType indexType, int target, long literal,
46 super(format, opcode, index, indexType, target, literal);
FourRegisterDecodedInstruction.java 19 import com.android.dx.io.IndexType;
41 int index, IndexType indexType, int target, long literal,
43 super(format, opcode, index, indexType, target, literal);
ThreeRegisterDecodedInstruction.java 19 import com.android.dx.io.IndexType;
38 int index, IndexType indexType, int target, long literal,
40 super(format, opcode, index, indexType, target, literal);
DecodedInstruction.java 20 import com.android.dx.io.IndexType;
50 private final IndexType indexType;
102 int index, IndexType indexType, int target, long literal) {
114 this.indexType = indexType;
145 public final IndexType getIndexType() {
146 return indexType;
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ZeroRegisterDecodedInstruction.java 19 import com.android.dx.io.IndexType;
29 int index, IndexType indexType, int target, long literal) {
30 super(format, opcode, index, indexType, target, literal);
OneRegisterDecodedInstruction.java 19 import com.android.dx.io.IndexType;
32 int index, IndexType indexType, int target, long literal,
34 super(format, opcode, index, indexType, target, literal);
RegisterRangeDecodedInstruction.java 19 import com.android.dx.io.IndexType;
36 int index, IndexType indexType, int target, long literal,
38 super(format, opcode, index, indexType, target, literal);
TwoRegisterDecodedInstruction.java 19 import com.android.dx.io.IndexType;
35 int index, IndexType indexType, int target, long literal,
37 super(format, opcode, index, indexType, target, literal);
FiveRegisterDecodedInstruction.java 19 import com.android.dx.io.IndexType;
44 int index, IndexType indexType, int target, long literal,
46 super(format, opcode, index, indexType, target, literal);
FourRegisterDecodedInstruction.java 19 import com.android.dx.io.IndexType;
41 int index, IndexType indexType, int target, long literal,
43 super(format, opcode, index, indexType, target, literal);
ThreeRegisterDecodedInstruction.java 19 import com.android.dx.io.IndexType;
38 int index, IndexType indexType, int target, long literal,
40 super(format, opcode, index, indexType, target, literal);
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...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
IndexBuffer.h 26 virtual bool initialize(unsigned int bufferSize, GLenum indexType, bool dynamic) = 0;
35 virtual bool setSize(unsigned int bufferSize, GLenum indexType) = 0;
55 virtual bool reserveBufferSpace(unsigned int size, GLenum indexType) = 0;
73 bool setBufferSize(unsigned int bufferSize, GLenum indexType);
92 virtual bool reserveBufferSpace(unsigned int size, GLenum indexType);
101 virtual bool reserveBufferSpace(unsigned int size, GLenum indexType);
IndexBuffer.cpp 121 bool IndexBufferInterface::setBufferSize(unsigned int bufferSize, GLenum indexType)
125 return mIndexBuffer->initialize(bufferSize, indexType, mDynamic);
129 return mIndexBuffer->setSize(bufferSize, indexType);
141 bool StreamingIndexBufferInterface::reserveBufferSpace(unsigned int size, GLenum indexType)
148 result = setBufferSize(std::max(size, 2 * curBufferSize), indexType);
172 bool StaticIndexBufferInterface::reserveBufferSpace(unsigned int size, GLenum indexType)
177 return setBufferSize(size, indexType);
179 else if (curSize >= size && indexType == getIndexType())
IndexDataManager.h 42 GLenum indexType;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
IndexBuffer9.cpp 29 bool IndexBuffer9::initialize(unsigned int bufferSize, GLenum indexType, bool dynamic)
38 if (indexType == GL_UNSIGNED_SHORT || indexType == GL_UNSIGNED_BYTE)
42 else if (indexType == GL_UNSIGNED_INT)
56 ERR("Invalid index type %u.", indexType);
75 mIndexType = indexType;
141 bool IndexBuffer9::setSize(unsigned int bufferSize, GLenum indexType)
143 if (bufferSize > mBufferSize || indexType != mIndexType)
145 return initialize(bufferSize, indexType, mDynamic);
IndexBuffer9.h 24 virtual bool initialize(unsigned int bufferSize, GLenum indexType, bool dynamic);
33 virtual bool setSize(unsigned int bufferSize, GLenum indexType);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
IndexBuffer11.h 24 virtual bool initialize(unsigned int bufferSize, GLenum indexType, bool dynamic);
33 virtual bool setSize(unsigned int bufferSize, GLenum indexType);
IndexBuffer11.cpp 28 bool IndexBuffer11::initialize(unsigned int bufferSize, GLenum indexType, bool dynamic)
54 mIndexType = indexType;
122 bool IndexBuffer11::setSize(unsigned int bufferSize, GLenum indexType)
124 if (bufferSize > mBufferSize || indexType != mIndexType)
126 return initialize(bufferSize, indexType, mDynamicUsage);
  /external/jdiff/src/jdiff/
HTMLIndexes.java 32 // indexType values: 0 = removals only, 1 = additions only,
45 for (int indexType = 0; indexType < 3; indexType++) {
46 emitBottomLeftFile(packagesIndexName, apiDiff, indexType, "Package");
47 emitBottomLeftFile(classesIndexName, apiDiff, indexType, "Class");
48 emitBottomLeftFile(constructorsIndexName, apiDiff, indexType, "Constructor");
49 emitBottomLeftFile(methodsIndexName, apiDiff, indexType, "Method");
50 emitBottomLeftFile(fieldsIndexName, apiDiff, indexType, "Field");
51 emitBottomLeftFile(allDiffsIndexName, apiDiff, indexType, "All")
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 291 Entry indexType = new Entry();
292 indexType.t = t;
293 indexType.e = null;
294 indexType.size = 0;
295 indexType.prim = p;
296 mIndexTypes.addElement(indexType);
309 Entry indexType = new Entry();
310 indexType.t = null;
311 indexType.e = null;
312 indexType.size = 0
    [all...]

Completed in 489 milliseconds

1 2 3 4