Searched defs:glGetProgramInfoLog (Results 1 – 4 of 4) sorted by relevance
4 public static native String glGetProgramInfoLog( in glGetProgramInfoLog() method
76 void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) { in glGetProgramInfoLog() function
399 #define glGetProgramInfoLog wrap_glGetProgramInfoLog macro
1036 public static native String glGetProgramInfoLog( in glGetProgramInfoLog() method in GLES20