Home | History | Annotate | Download | only in com.android.ide.eclipse.gldebugger

Lines Matching full:elif

225                     elif annotation in paramNames:
228 elif annotation == "GLstring":
235 elif paramType == "GLint":
237 elif paramType == "GLuint":
239 elif annotation == "GLstring":
241 elif paramType.find("void") >= 0:
253 elif annotation == "GLstring":
255 elif paramType.find("void") >= 0:
258 elif countArg == "":
270 elif paramType.find("*") >= 0: