chromium/gpu/command_buffer/service/indexed_buffer_binding_host_unittest.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "gpu/command_buffer/service/buffer_manager.h"
#include "gpu/command_buffer/service/gpu_service_test.h"
#include "gpu/command_buffer/service/indexed_buffer_binding_host.h"
#include "ui/gl/gl_mock.h"

namespace gpu {
namespace gles2 {

namespace {
const uint32_t kMaxBindings =;
const GLuint kBufferClientId =;
const GLuint kBufferServiceId =;
}  // namespace anonymous

class IndexedBufferBindingHostTest : public GpuServiceTest {};

TEST_F(IndexedBufferBindingHostTest, DoBindBufferRangeUninitializedBuffer) {}

TEST_F(IndexedBufferBindingHostTest, DoBindBufferRangeBufferWithoutEnoughSize) {}

TEST_F(IndexedBufferBindingHostTest, RestoreBindings) {}

}  // namespace gles2
}  // namespace gpu