Home | History | Annotate | Download | only in service

Lines Matching refs:CopyTexImage2D

629               CopyTexImage2D(
633 CopyTexImage2D cmd;
1771 EXPECT_CALL(*gl_, CopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 1, 1, 0))
1777 CopyTexImage2D cmd;
2100 // Check that trying to CopyTexImage2D fails
2101 CopyTexImage2D copy_tex_cmd;