Home | History | Annotate | Download | only in src

Lines Matching full:endswith

152         return (name.endsWith("Pointer") || name.endsWith("PointerOES"))
801 (outName.endsWith("Pointer") || outName.endsWith("PointerOES") ||
802 outName.endsWith("glDrawElements") ||
803 outName.endsWith("glDrawRangeElements") ||
804 outName.endsWith("glTexImage2D") ||
805 outName.endsWith("glTexSubImage2D") ||
806 outName.endsWith("glCompressedTexImage2D") ||
807 outName.endsWith("glCompressedTexSubImage2D") ||
808 outName.endsWith("glTexImage3D") ||
809 outName.endsWith("glTexSubImage3D") ||
810 outName.endsWith("glCompressedTexImage3D") ||
811 outName.endsWith("glCompressedTexSubImage3D") ||
812 outName.endsWith("glReadPixels"))
1097 (decl.endsWith("*") ? "" : " ") +
1107 (decl.endsWith("*") ? "" : " ") +