Home
last modified time | relevance | path

Searched refs:getIndexType (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DIndexBuffer.cpp55 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()
DIndexBuffer.h33 virtual GLenum getIndexType() const = 0;
57 GLenum getIndexType() const;
DIndexBuffer9.h31 virtual GLenum getIndexType() const;
DIndexBuffer11.h31 virtual GLenum getIndexType() const;
DIndexBuffer9.cpp139 GLenum IndexBuffer9::getIndexType() const in getIndexType() function in rx::IndexBuffer9
DIndexBuffer11.cpp120 GLenum IndexBuffer11::getIndexType() const in getIndexType() function in rx::IndexBuffer11
DIndexDataManager.cpp180 …else if (staticBuffer && staticBuffer->getBufferSize() != 0 && staticBuffer->getIndexType() == typ… in prepareIndexData()
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DZeroRegisterDecodedInstruction.java41 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DOneRegisterDecodedInstruction.java52 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DRegisterRangeDecodedInstruction.java57 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DTwoRegisterDecodedInstruction.java61 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DThreeRegisterDecodedInstruction.java70 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DFourRegisterDecodedInstruction.java79 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DInstructionCodec.java261 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()
DFiveRegisterDecodedInstruction.java88 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DDecodedInstruction.java145 public final IndexType getIndexType() { in getIndexType() method in DecodedInstruction
/external/dexmaker/src/dx/java/com/android/dx/io/
DCodeReader.java102 switch (OpcodeInfo.getIndexType(one.getOpcode())) { in callVisit()
DOpcodeInfo.java1413 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