Home | History | Annotate | Download | only in output

Lines Matching refs:texParameteri

837   MOCK_METHOD3(texParameteri,
869 EXPECT_CALL(*context, texParameteri(_, _, _)).Times(AnyNumber());
893 texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST));
896 texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST));