Home | History | Annotate | Download | only in service

Lines Matching refs:GetIntegerv

1211   SpecializedSetup<cmds::GetIntegerv, 0>(true);
1212 typedef cmds::GetIntegerv::Result Result;
1214 EXPECT_CALL(*gl_, GetIntegerv(GL_ACTIVE_TEXTURE, result->GetData()));
1216 cmds::GetIntegerv cmd;
1225 EXPECT_CALL(*gl_, GetIntegerv(_, _)).Times(0);
1226 SpecializedSetup<cmds::GetIntegerv, 0>(false);
1227 cmds::GetIntegerv::Result* result =
1228 static_cast<cmds::GetIntegerv::Result*>(shared_memory_address_);
1230 cmds::GetIntegerv cmd;
1238 EXPECT_CALL(*gl_, GetIntegerv(_, _)).Times(0);
1239 SpecializedSetup<cmds::GetIntegerv, 0>(false);
1240 cmds::GetIntegerv::Result* result =
1241 static_cast<cmds::GetIntegerv::Result*>(shared_memory_address_);
1243 cmds::GetIntegerv cmd;
1250 EXPECT_CALL(*gl_, GetIntegerv(_, _)).Times(0);
1251 SpecializedSetup<cmds::GetIntegerv, 0>(false);
1252 cmds::GetIntegerv::Result* result =
1253 static_cast<cmds::GetIntegerv::Result*>(shared_memory_address_);
1255 cmds::GetIntegerv cmd;