Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(441)

Side by Side Diff: gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc

Issue 1542513002: Switch to standard integer types in gpu/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <GLES2/gl2.h> 5 #include <GLES2/gl2.h>
6 #include <GLES2/gl2chromium.h> 6 #include <GLES2/gl2chromium.h>
7 #include <GLES2/gl2ext.h> 7 #include <GLES2/gl2ext.h>
8 #include <GLES2/gl2extchromium.h> 8 #include <GLES2/gl2extchromium.h>
9 #include <stdint.h>
9 10
10 #include "base/bind.h" 11 #include "base/bind.h"
11 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
12 #include "base/process/process_handle.h" 13 #include "base/process/process_handle.h"
13 #include "gpu/command_buffer/client/gles2_implementation.h" 14 #include "gpu/command_buffer/client/gles2_implementation.h"
14 #include "gpu/command_buffer/service/command_buffer_service.h" 15 #include "gpu/command_buffer/service/command_buffer_service.h"
15 #include "gpu/command_buffer/service/image_manager.h" 16 #include "gpu/command_buffer/service/image_manager.h"
16 #include "gpu/command_buffer/tests/gl_manager.h" 17 #include "gpu/command_buffer/tests/gl_manager.h"
17 #include "gpu/command_buffer/tests/gl_test_utils.h" 18 #include "gpu/command_buffer/tests/gl_test_utils.h"
18 #include "testing/gmock/include/gmock/gmock.h" 19 #include "testing/gmock/include/gmock/gmock.h"
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 238
238 INSTANTIATE_TEST_CASE_P(GpuMemoryBufferTests, 239 INSTANTIATE_TEST_CASE_P(GpuMemoryBufferTests,
239 GpuMemoryBufferTest, 240 GpuMemoryBufferTest,
240 ::testing::Values(gfx::BufferFormat::R_8, 241 ::testing::Values(gfx::BufferFormat::R_8,
241 gfx::BufferFormat::RGBA_4444, 242 gfx::BufferFormat::RGBA_4444,
242 gfx::BufferFormat::RGBA_8888, 243 gfx::BufferFormat::RGBA_8888,
243 gfx::BufferFormat::BGRA_8888)); 244 gfx::BufferFormat::BGRA_8888));
244 245
245 } // namespace gles2 246 } // namespace gles2
246 } // namespace gpu 247 } // namespace gpu
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_ext_srgb_unittest.cc ('k') | gpu/command_buffer/tests/gl_lose_context_chromium_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698