Home | History | Annotate | Download | only in egl

Lines Matching defs:compileStatus

87 				int				compileStatus	= 0;
92 glGetShaderiv(shader, GL_COMPILE_STATUS, &compileStatus);
94 compileOk = (compileStatus == GL_TRUE);