Home | History | Annotate | Download | only in service

Lines Matching refs:GetBooleanv

905   SpecializedSetup<cmds::GetBooleanv, 0>(true);
906 typedef cmds::GetBooleanv::Result Result;
908 EXPECT_CALL(*gl_, GetBooleanv(GL_ACTIVE_TEXTURE, result->GetData()));
910 cmds::GetBooleanv cmd;
919 EXPECT_CALL(*gl_, GetBooleanv(_, _)).Times(0);
920 SpecializedSetup<cmds::GetBooleanv, 0>(false);
921 cmds::GetBooleanv::Result* result =
922 static_cast<cmds::GetBooleanv::Result*>(shared_memory_address_);
924 cmds::GetBooleanv cmd;
932 EXPECT_CALL(*gl_, GetBooleanv(_, _)).Times(0);
933 SpecializedSetup<cmds::GetBooleanv, 0>(false);
934 cmds::GetBooleanv::Result* result =
935 static_cast<cmds::GetBooleanv::Result*>(shared_memory_address_);
937 cmds::GetBooleanv cmd;
944 EXPECT_CALL(*gl_, GetBooleanv(_, _)).Times(0);
945 SpecializedSetup<cmds::GetBooleanv, 0>(false);
946 cmds::GetBooleanv::Result* result =
947 static_cast<cmds::GetBooleanv::Result*>(shared_memory_address_);
949 cmds::GetBooleanv cmd;