HomeSort by relevance Sort by last modified time
    Searched defs:info0 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.cpp 162 const LevelInfo& info0 = m_info[ii][0]; local
163 GLsizei width = info0.width;
164 GLsizei height = info0.height;
170 info.setInfo(info0.internalFormat, width, height, info0.type);
330 const LevelInfo& info0 = m_info[ii][0]; local
331 if (!info0.valid
332 || info0.width != first.width || info0.height != first.height
333 || info0.internalFormat != first.internalFormat || info0.type != first.typ
    [all...]
  /external/chromium_org/content/browser/fileapi/
sandbox_directory_database_unittest.cc 376 FileInfo info0; local
378 info0.parent_id = 0;
379 info0.name = FILE_PATH_LITERAL("name");
380 info0.data_path = base::FilePath(FILE_PATH_LITERAL("fake path"));
381 info0.modification_time = base::Time::Now();
382 EXPECT_EQ(base::File::FILE_OK, db()->AddFileInfo(info0, &file_id));
385 EXPECT_EQ(info0.name, info1.name);
386 EXPECT_EQ(info0.parent_id, info1.parent_id);
387 EXPECT_EQ(info0.data_path, info1.data_path);
389 floor(info0.modification_time.ToDoubleT())
407 FileInfo info0; local
426 FileInfo info0; local
445 FileInfo info0; local
464 FileInfo info0; local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
shader_manager_unittest.cc 38 Shader* info0 = manager_.CreateShader( local
41 ASSERT_TRUE(info0 != NULL);
43 ASSERT_EQ(info0, shader1);
  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 784 history::DownloadRow info0, info1; local
788 &info0);
795 infos->push_back(info0);
806 ids.insert(info0.id);
    [all...]
  /external/chromium_org/third_party/skia/tests/
PictureTest.cpp 865 const GPUAccelData::SaveLayerInfo& info0 = gpuData->saveLayerInfo(0); local
872 REPORTER_ASSERT(reporter, info0.fValid);
873 REPORTER_ASSERT(reporter, kWidth == info0.fSize.fWidth && kHeight == info0.fSize.fHeight);
874 REPORTER_ASSERT(reporter, info0.fCTM.isIdentity());
875 REPORTER_ASSERT(reporter, 0 == info0.fOffset.fX && 0 == info0.fOffset.fY);
876 REPORTER_ASSERT(reporter, NULL != info0.fPaint);
877 REPORTER_ASSERT(reporter, !info0.fIsNested && !info0.fHasNestedLayers)
    [all...]
  /external/skia/tests/
PictureTest.cpp 865 const GPUAccelData::SaveLayerInfo& info0 = gpuData->saveLayerInfo(0); local
872 REPORTER_ASSERT(reporter, info0.fValid);
873 REPORTER_ASSERT(reporter, kWidth == info0.fSize.fWidth && kHeight == info0.fSize.fHeight);
874 REPORTER_ASSERT(reporter, info0.fCTM.isIdentity());
875 REPORTER_ASSERT(reporter, 0 == info0.fOffset.fX && 0 == info0.fOffset.fY);
876 REPORTER_ASSERT(reporter, NULL != info0.fPaint);
877 REPORTER_ASSERT(reporter, !info0.fIsNested && !info0.fHasNestedLayers)
    [all...]

Completed in 5662 milliseconds