Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java280 float v0 = msg.getArgs(1).getFloatValue(0); in transformsForGlVertexAttribxf()
281 float v1 = msg.getArgsCount() > 2 ? msg.getArgs(2).getFloatValue(0) : 0; in transformsForGlVertexAttribxf()
282 float v2 = msg.getArgsCount() > 3 ? msg.getArgs(3).getFloatValue(0) : 0; in transformsForGlVertexAttribxf()
283 float v3 = msg.getArgsCount() > 4 ? msg.getArgs(4).getFloatValue(0) : 0; in transformsForGlVertexAttribxf()
298 v[i] = msg.getArgs(1).getFloatValue(i); in transformsForGlVertexAttribxfv()
455 float width = msg.getArgs(0).getFloatValue(0); in transformsForGlLineWidth()
488 float factor = msg.getArgs(0).getFloatValue(0); in transformsForGlPolygonOffset()
489 float units = msg.getArgs(1).getFloatValue(0); in transformsForGlPolygonOffset()
867 float near = msg.getArgs(0).getFloatValue(0); in transformsForGlDepthRangef()
868 float far = msg.getArgs(1).getFloatValue(0); in transformsForGlDepthRangef()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
DGLMessageFormatter.java103 return String.format("%f", var.getFloatValue(0)); //$NON-NLS-1$ in formatDataValue()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java1348 public float getFloatValue(int index) { in getFloatValue() method in GLProtoBuf.GLMessage.DataType
1899 public float getFloatValue(int index) { in getFloatValue() method in GLProtoBuf.GLMessage.DataType.Builder
1900 return result.getFloatValue(index); in getFloatValue()