Searched refs:GlException (Results 1 – 1 of 1) sorted by relevance
822 private int loadShader(int shaderType, String source) throws GlException { in loadShader()838 private int createProgram(String vertexSource, String fragmentSource) throws GlException { in createProgram()869 private void initGl() throws GlException { in initGl()909 private void createWindows() throws GlException { in createWindows()935 private void doGlRendering() throws GlException { in doGlRendering()956 private void doRecreateWindows() throws GlException { in doRecreateWindows()984 } catch (GlException e) { in run()1010 } catch (GlException e) { in handleMessage()1066 public void init() throws GlException { in init()1165 static void checkGlError(String op) throws GlException { in checkGlError()[all …]