Home | History | Annotate | Download | only in glshared

Lines Matching full:sourcestr

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