Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / angle / tests / perf_tests / BufferSubData.h
index 6a55fac..347f898 100644 (file)
@@ -8,16 +8,17 @@
 
 struct BufferSubDataParams : public BenchmarkParams
 {
-    EGLint requestedRenderer;
+    virtual std::string suffix() const;
+
+    GLboolean vertexNormalized;
     GLenum vertexType;
     GLint vertexComponentCount;
-    GLboolean vertexNormalized;
+    unsigned int updatesEveryNFrames;
+
+    // static parameters
     GLsizeiptr updateSize;
     GLsizeiptr bufferSize;
     unsigned int iterations;
-    unsigned int updatesEveryNFrames;
-
-    virtual std::string name() const;
 };
 
 class BufferSubDataBenchmark : public SimpleBenchmark