Home | History | Annotate | Download | only in glshared

Lines Matching refs:compileStatus

598 			GLint compileStatus = 0;
599 gl().getShaderiv(shader, GL_COMPILE_STATUS, &compileStatus);
600 TCU_CHECK_MSG(compileStatus != 0, sourceStr);