Home | History | Annotate | Download | only in service

Lines Matching defs:kMask

3711   const GLint kMask = 123;
3712 EXPECT_CALL(*gl_, StencilMask(kMask))
3716 cmd.Init(kMask);
3760 EXPECT_EQ(kMask, result->GetData()[0]);