Home | History | Annotate | Download | only in functional

Lines Matching refs:glGetUniformIndices

659 	ES3F_ADD_API_CASE(get_uniform_indices, "Invalid glGetUniformIndices() usage",
672 glGetUniformIndices(shader, 1, &uniformName, &uniformIndices);
678 glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices);