Searched refs:shaderCode (Results 1 – 2 of 2) sorted by relevance
117 public static int loadShader(int type, String shaderCode){ in loadShader() argument124 GLES20.glShaderSource(shader, shaderCode); in loadShader()
160 private static int loadShader(int type, String shaderCode){ in loadShader() argument169 GLES20.glShaderSource(shader, shaderCode); in loadShader()