Home | History | Annotate | Download | only in GLES_V2

Lines Matching defs:srcLength

1300        int srcLength = 0;
1302 srcLength = strlen(src);
1305 int returnLength = bufsize<srcLength ? bufsize-1 : srcLength;