Home | History | Annotate | Download | only in functional

Lines Matching defs:compileStatus

950 		GLint compileStatus;
951 glGetShaderiv(shaderVert, GL_COMPILE_STATUS, &compileStatus);
952 checkBooleans(compileStatus, GL_TRUE);
958 glGetShaderiv(shaderFrag, GL_COMPILE_STATUS, &compileStatus);
959 checkBooleans(compileStatus, GL_TRUE);
2008 GLint compileStatus;
2009 glGetShaderiv(shaderVert, GL_COMPILE_STATUS, &compileStatus);
2010 checkBooleans(compileStatus, GL_TRUE);
2016 glGetShaderiv(shaderFrag, GL_COMPILE_STATUS, &compileStatus);
2017 checkBooleans(compileStatus, GL_TRUE);