Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_native
/
ea116f1acb911963751d72515714803aeae95d59
/
.
/
opengl
/
tools
/
glgen
/
stubs
/
gles11
/
glGetProgramInfoLog.java
blob: 19504f2580c48bd7211131ecf25a52b4cc1b1236 [
file
] [
log
] [
blame
]
// C function void glGetProgramInfoLog( GLuint program, GLsizei maxLength, GLsizei * length,
// GLchar * infoLog);
public
static
native
String
glGetProgramInfoLog
(
int
program
);