Home
last modified time | relevance | path

Searched refs:getIntValueList (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
DGLMessageFormatter.java135 return var.getIntValueList().toString(); in formatPointer()
139 List<Integer> vals = var.getIntValueList(); in formatPointer()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java1332 public java.util.List<java.lang.Integer> getIntValueList() { in getIntValueList() method in GLProtoBuf.GLMessage.DataType
1420 for (int element : getIntValueList()) { in writeTo()
1457 for (int element : getIntValueList()) { in getSerializedSize()
1462 size += 1 * getIntValueList().size(); in getSerializedSize()
1859 public java.util.List<java.lang.Integer> getIntValueList() { in getIntValueList() method in GLProtoBuf.GLMessage.DataType.Builder
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java1274 uniforms = msg.getArgs(2).getIntValueList(); in transformsForGlUniformv()