Home | History | Annotate | Download | only in glshared

Lines Matching full:sourcestr

592 		const char* const		sourceStr	= source.c_str();
594 GLU_CHECK_CALL_ERROR(glShaderSource(shader, 1, &sourceStr, DE_NULL), gl().getError());
600 TCU_CHECK_MSG(compileStatus != 0, sourceStr);