Home | History | Annotate | Download | only in functional

Lines Matching refs:glGetUniformIndices

660 	ES3F_ADD_API_CASE(get_uniform_indices, "Invalid glGetUniformIndices() usage",
673 glGetUniformIndices(shader, 1, &uniformName, &uniformIndices);
679 glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices);