Searched defs:glShaderSource (Results 1 – 4 of 4) sorted by relevance
3 public static native void glShaderSource( in glShaderSource() method
213 void glShaderSource(GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length) … in glShaderSource() function
331 glShaderSource = 303; enumerator
1379 public static native void glShaderSource( in glShaderSource() method in GLES20