/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | IndexBuffer.cpp | 55 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface 57 return mIndexBuffer->getIndexType(); in getIndexType() 179 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
|
D | IndexBuffer.h | 33 virtual GLenum getIndexType() const = 0; 57 GLenum getIndexType() const;
|
D | IndexBuffer9.h | 31 virtual GLenum getIndexType() const;
|
D | IndexBuffer11.h | 31 virtual GLenum getIndexType() const;
|
D | IndexBuffer9.cpp | 139 GLenum IndexBuffer9::getIndexType() const in getIndexType() function in rx::IndexBuffer9
|
D | IndexBuffer11.cpp | 120 GLenum IndexBuffer11::getIndexType() const in getIndexType() function in rx::IndexBuffer11
|
D | IndexDataManager.cpp | 180 …else if (staticBuffer && staticBuffer->getBufferSize() != 0 && staticBuffer->getIndexType() == typ… in prepareIndexData()
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | ZeroRegisterDecodedInstruction.java | 41 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | OneRegisterDecodedInstruction.java | 52 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | RegisterRangeDecodedInstruction.java | 57 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | TwoRegisterDecodedInstruction.java | 61 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | ThreeRegisterDecodedInstruction.java | 70 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | FourRegisterDecodedInstruction.java | 79 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | InstructionCodec.java | 261 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C() 369 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C() 503 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C() 676 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_41C() 699 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_52C() 723 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_5RC() 913 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterList() 973 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterRange()
|
D | FiveRegisterDecodedInstruction.java | 88 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | DecodedInstruction.java | 145 public final IndexType getIndexType() { in getIndexType() method in DecodedInstruction
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | CodeReader.java | 102 switch (OpcodeInfo.getIndexType(one.getOpcode())) { in callVisit()
|
D | OpcodeInfo.java | 1413 public static IndexType getIndexType(int opcode) { in getIndexType() method in OpcodeInfo 1414 return get(opcode).getIndexType(); in getIndexType() 1456 public IndexType getIndexType() { in getIndexType() method in OpcodeInfo.Info
|