Home | History | Annotate | Download | only in glshared

Lines Matching defs:compileStatus

433 			GLint compileStatus = 0;
434 gl().getShaderiv(shader, GL_COMPILE_STATUS, &compileStatus);
435 TCU_CHECK_MSG(compileStatus != 0, sourceStr);