Searched defs:checkGlError (Results 1 – 4 of 4) sorted by relevance
7 #define checkGlError(op) checkGLErrorDetail(__FILE__, __LINE__, (op)) macro
289 private static void checkGlError() { in checkGlError() method in ColorsGLRenderer293 private static void checkGlError(String what) { in checkGlError() method in ColorsGLRenderer
51 public static void checkGlError(String op) { in checkGlError() method in SurfaceTextureView
177 bool checkGlError(const char* op) { in checkGlError() function