Searched refs:getArgsCount (Results 1 – 2 of 2) sorted by relevance
273 float v1 = msg.getArgsCount() > 2 ? msg.getArgs(2).getFloatValue(0) : 0; in transformsForGlVertexAttribxf()274 float v2 = msg.getArgsCount() > 3 ? msg.getArgs(3).getFloatValue(0) : 0; in transformsForGlVertexAttribxf()275 float v3 = msg.getArgsCount() > 4 ? msg.getArgs(4).getFloatValue(0) : 0; in transformsForGlVertexAttribxf()1277 List<Float> args = new ArrayList<Float>(msg.getArgsCount() - 1); in transformsForGlUniform()1278 for (int i = 1; i < msg.getArgsCount(); i++) { in transformsForGlUniform()1283 List<Integer> args = new ArrayList<Integer>(msg.getArgsCount() - 1); in transformsForGlUniform()1284 for (int i = 1; i < msg.getArgsCount(); i++) { in transformsForGlUniform()
2216 public int getArgsCount() { return args_.size(); } in getArgsCount() method in GLProtoBuf.GLMessage2670 public int getArgsCount() { in getArgsCount() method in GLProtoBuf.GLMessage.Builder2671 return result.getArgsCount(); in getArgsCount()