Lines Matching defs:test_loc
6005 GLint test_loc = program.getAttribLocation(test_name.c_str());
6007 if (-1 == test_loc)
6026 gl.vertexAttribPointer(test_loc, 4 /* size */, GL_FLOAT /* type */, GL_FALSE /* normalized*/, 0 /* stride */,
6031 gl.enableVertexAttribArray(test_loc);
6406 GLint test_loc = program.getAttribLocation(test_name.c_str());
6408 if (-1 == test_loc)
6427 gl.vertexAttribPointer(test_loc, 4 /* size */, GL_FLOAT /* type */, GL_FALSE /* normalized*/, 0 /* stride */,
6432 gl.enableVertexAttribArray(test_loc);
7930 GLint test_loc = program.getAttribLocation(test_name.c_str());
7932 if (expected_location != test_loc)
7951 gl.vertexAttribPointer(test_loc, 4 /* size */, GL_FLOAT /* type */, GL_FALSE /* normalized*/, 0 /* stride */,
7956 gl.enableVertexAttribArray(test_loc);