/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...] |
IndexType.java | 22 public enum IndexType {
|
/external/dexmaker/src/dx/java/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...] |
IndexType.java | 22 public enum IndexType {
|
/external/deqp/framework/referencerenderer/ |
rrDefs.hpp | 42 enum IndexType
|
rrRenderer.hpp | 79 DrawIndices (const void* ptr, IndexType type, int baseVertex = 0); 82 const IndexType indexType; 97 inline IndexType getIndexType (void) const { return m_indexType; } 103 const IndexType m_indexType;
|
/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);
|
/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);
|
/external/eigen/Eigen/src/Core/ |
Visitor.h | 173 template<typename IndexType> 175 DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const 187 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::minCoeff() 190 template<typename IndexType> 192 DenseBase<Derived>::minCoeff(IndexType* index) const 204 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::maxCoeff( [all...] |
Transpositions.h | 147 template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType> 148 struct traits<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,IndexType> > 150 typedef IndexType Index; 155 template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType> 156 class Transpositions : public TranspositionsBase<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,IndexType> > 218 template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType, int _PacketAccess> 219 struct traits<Map<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,IndexType>,_PacketAccess> > 221 typedef IndexType Index; 226 template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType, int PacketAccess> 227 class Map<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,IndexType>,PacketAccess [all...] |
/external/chromium_org/third_party/angle/tests/angle_tests/ |
IndexedPointsTest.cpp | 4 template <typename IndexType, GLenum IndexTypeName> 72 std::array<IndexType, mPointCount> indices = { 0, 1, 2, 3 }; 75 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices.size() * sizeof(IndexType), indices.data(), GL_STATIC_DRAW); 102 glDrawElements(GL_POINTS, mPointCount - firstIndex, IndexTypeName, reinterpret_cast<void*>(firstIndex * sizeof(IndexType)));
|
/external/deqp/framework/opengl/simplereference/ |
sglrReferenceUtils.hpp | 42 rr::IndexType mapGLIndexType (deUint32 type);
|
/external/deqp/modules/glshared/ |
glsDrawTest.hpp | 141 enum IndexType 181 static std::string indexTypeToString (IndexType type); 184 static int indexTypeSize (IndexType type); 222 IndexType indexType; //!< used only if drawMethod = DrawElements*
|