#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <GLES2/gl2extchromium.h>
#include <stdint.h>
#include "base/logging.h"
#include "base/threading/platform_thread.h"
#include "gpu/command_buffer/tests/gl_manager.h"
#include "gpu/command_buffer/tests/gl_test_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace gpu {
class QueryTest : public testing::Test { … };
TEST_F(QueryTest, MultipleQueries) { … }
TEST_F(QueryTest, GetErrorBasic) { … }
TEST_F(QueryTest, CommandsCompleted) { … }
TEST_F(QueryTest, CommandsCompletedWithFinish) { … }
}