Lines Matching refs:glGetAttribLocation
625 ES3F_ADD_API_CASE(get_attrib_location, "Invalid glGetAttribLocation() usage",
634 glGetAttribLocation (programEmpty, "test");
642 glGetAttribLocation (program.getProgram(), "test");
644 glGetAttribLocation (-2, "test");
649 glGetAttribLocation (shader, "test");
676 glGetAttribLocation(shader, "test");