Searched refs:kSizes (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/mojo/embedder/
H A Dsimple_platform_shared_buffer_unittest.cc153 static const size_t kSizes[] = {10, 100, 1000, 10000, 100000}; local
154 for (size_t i = 0; i < arraysize(kSizes); i++) {
156 SimplePlatformSharedBuffer::Create(kSizes[i]));
157 scoped_ptr<PlatformSharedBufferMapping> mapping(buffer->Map(0, kSizes[i]));
158 for (size_t j = 0; j < kSizes[i]; j++) {
162 << "size " << kSizes[i] << ", offset " << j;
/external/chromium_org/third_party/skia/include/gpu/
H A DGrTypesPriv.h100 static const size_t kSizes[] = { local
107 return kSizes[type];
114 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kSizes) == kGrVertexAttribTypeCount);
/external/skia/include/gpu/
H A DGrTypesPriv.h100 static const size_t kSizes[] = { local
107 return kSizes[type];
114 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kSizes) == kGrVertexAttribTypeCount);
/external/chromium_org/remoting/codec/
H A Dcodec_test.cc263 const int kSizes[] = {320, 319, 317, 150}; local
267 for (size_t xi = 0; xi < arraysize(kSizes); ++xi) {
268 for (size_t yi = 0; yi < arraysize(kSizes); ++yi) {
269 DesktopSize size = DesktopSize(kSizes[xi], kSizes[yi]);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc1854 const int kSizes[] = {3, 6, 16};
1861 for (size_t x = 0; x < arraysize(kSizes); x++) {
1862 for (size_t y = 0; y < arraysize(kSizes); y++) {
1863 for (size_t dst_x = 0; dst_x < arraysize(kSizes); dst_x++) {
1864 for (size_t dst_y = 0; dst_y < arraysize(kSizes); dst_y++) {
1866 TestCropScaleReadbackAndCleanTexture(kSizes[x],
1867 kSizes[y],
1868 kSizes[dst_x],
1869 kSizes[dst_y],

Completed in 2903 milliseconds