Searched refs:getArgsCount (Results 1 – 2 of 2) sorted by relevance
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()1303 List<Float> args = new ArrayList<Float>(msg.getArgsCount() - 1); in transformsForGlUniform()1304 for (int i = 1; i < msg.getArgsCount(); i++) { in transformsForGlUniform()1309 List<Integer> args = new ArrayList<Integer>(msg.getArgsCount() - 1); in transformsForGlUniform()1310 for (int i = 1; i < msg.getArgsCount(); i++) { in transformsForGlUniform()
2507 public int getArgsCount() { return args_.size(); } in getArgsCount() method in GLProtoBuf.GLMessage2961 public int getArgsCount() { in getArgsCount() method in GLProtoBuf.GLMessage.Builder2962 return result.getArgsCount(); in getArgsCount()