Home | History | Annotate | Download | only in src

Lines Matching full:typecast

1421                 String typecast;
1423 typecast = "reinterpret_cast<GLvoid *>";
1425 typecast = "(" + cfunc.getArgType(i).getDeclaration() + ")";
1428 typecast);