Searched defs:glGetProgramInfoLog (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetProgramInfoLog.java1 // C function void glGetProgramInfoLog( GLuint program, GLsizei maxLength, GLsizei * length,
4 public static native String glGetProgramInfoLog( method
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp76 void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) { function
H A Dunwrap_gles.h399 #undef glGetProgramInfoLog macro
H A Dwrap_gles.h399 #define glGetProgramInfoLog wrap_glGetProgramInfoLog macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1033 // C function void glGetProgramInfoLog( GLuint program, GLsizei maxLength, GLsizei * length,
1036 public static native String glGetProgramInfoLog( method in class:GLES20

Completed in 176 milliseconds