17 void CreateGeometryWGaps();
18 void TestWGaps(
bool texture_perspective_enable);
20 void CreateGeometryPositiveWTriangleStrip();
21 void TestPositiveWTriangleStrip(
bool texture_perspective_enable);
23 void CreateGeometryNegativeWTriangleStrip();
24 void TestNegativeWTriangleStrip(
bool texture_perspective_enable);
26 void TestFixedFunctionZeroW(
bool draw_quad,
bool texture_perspective_enable);
29 std::shared_ptr<VertexBuffer> triangle_strip_;
30 std::shared_ptr<VertexBuffer> triangles_;