Home | History | Annotate | Download | only in egl

Lines Matching defs:compileStatus

451 	int compileStatus = 0;
452 glGetShaderiv(shader, GL_COMPILE_STATUS, &compileStatus);
454 if (!compileStatus)