Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
DGLMessageFormatter.java121 if (var.getIntValueCount() > 0) { in formatPointer()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java1335 public int getIntValueCount() { return intValue_.size(); } in getIntValueCount() method in GLProtoBuf.GLMessage.DataType
1862 public int getIntValueCount() { in getIntValueCount() method in GLProtoBuf.GLMessage.DataType.Builder
1863 return result.getIntValueCount(); in getIntValueCount()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java194 if (msg.getArgs(5).getIntValueCount() > 0) { in transformsForGlVertexAttribPointer()