Searched refs:getFloatValue (Results 1 – 3 of 3) sorted by relevance
280 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 …]
103 return String.format("%f", var.getFloatValue(0)); //$NON-NLS-1$ in formatDataValue()
1348 public float getFloatValue(int index) { in getFloatValue() method in GLProtoBuf.GLMessage.DataType1899 public float getFloatValue(int index) { in getFloatValue() method in GLProtoBuf.GLMessage.DataType.Builder1900 return result.getFloatValue(index); in getFloatValue()