Searched refs:GlException (Results 1 – 1 of 1) sorted by relevance
703 private int loadShader(int shaderType, String source) throws GlException { in loadShader()719 private int createProgram(String vertexSource, String fragmentSource) throws GlException { in createProgram()750 private void initGl() throws GlException { in initGl()790 private void createWindows() throws GlException { in createWindows()816 private void doGlRendering() throws GlException { in doGlRendering()837 private void doRecreateWindows() throws GlException { in doRecreateWindows()865 } catch (GlException e) { in run()891 } catch (GlException e) { in handleMessage()947 public void init() throws GlException { in init()1046 static void checkGlError(String op) throws GlException { in checkGlError()[all …]