Home
last modified time | relevance | path

Searched refs:TestHelper (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dtest_helper.cc38 const GLuint TestHelper::kServiceBlackTexture2dId;
39 const GLuint TestHelper::kServiceDefaultTexture2dId;
40 const GLuint TestHelper::kServiceBlackTextureCubemapId;
41 const GLuint TestHelper::kServiceDefaultTextureCubemapId;
42 const GLuint TestHelper::kServiceBlackExternalTextureId;
43 const GLuint TestHelper::kServiceDefaultExternalTextureId;
44 const GLuint TestHelper::kServiceBlackRectangleTextureId;
45 const GLuint TestHelper::kServiceDefaultRectangleTextureId;
47 const GLint TestHelper::kMaxSamples;
48 const GLint TestHelper::kMaxRenderbufferSize;
[all …]
Dcontext_group_unittest.cc73 TestHelper::SetupContextGroupInitExpectations(gl_.get(), in TEST_F()
76 EXPECT_EQ(static_cast<uint32>(TestHelper::kNumVertexAttribs), in TEST_F()
78 EXPECT_EQ(static_cast<uint32>(TestHelper::kNumTextureUnits), in TEST_F()
80 EXPECT_EQ(static_cast<uint32>(TestHelper::kMaxTextureImageUnits), in TEST_F()
82 EXPECT_EQ(static_cast<uint32>(TestHelper::kMaxVertexTextureImageUnits), in TEST_F()
84 EXPECT_EQ(static_cast<uint32>(TestHelper::kMaxFragmentUniformVectors), in TEST_F()
86 EXPECT_EQ(static_cast<uint32>(TestHelper::kMaxVaryingVectors), in TEST_F()
88 EXPECT_EQ(static_cast<uint32>(TestHelper::kMaxVertexUniformVectors), in TEST_F()
108 TestHelper::SetupContextGroupInitExpectations(gl_.get(), in TEST_F()
Dvertex_attrib_manager_unittest.cc161 TestHelper::DoBufferData( in TEST_F()
166 TestHelper::DoBufferData( in TEST_F()
175 TestHelper::DoBufferData( in TEST_F()
Dtexture_manager_unittest.cc66 TestHelper::SetupTextureManagerInitExpectations(gl_.get(), ""); in SetUp()
80 TestHelper::SetTexParameterWithExpectations( in SetParameter()
166 TestHelper::SetupTextureManagerInitExpectations(gl_.get(), in TEST_F()
178 TestHelper::SetTexParameterWithExpectations( in TEST_F()
189 TestHelper::SetupTextureManagerInitExpectations(gl_.get(), ""); in TEST_F()
201 TestHelper::SetupTextureManagerDestructionExpectations(gl_.get(), ""); in TEST_F()
318 TestHelper::SetupFeatureInfoInitExpectations( in TEST_F()
357 TestHelper::SetupFeatureInfoInitExpectations(gl_.get(), in SetUpBase()
393 TestHelper::SetTexParameterWithExpectations( in SetParameter()
794 TestHelper::SetupFeatureInfoInitExpectations( in TEST_F()
[all …]
Dbuffer_manager.h25 class TestHelper; variable
233 friend class TestHelper; // Needs access to DoBufferData. variable
Dquery_manager_unittest.cc46 TestHelper::SetupFeatureInfoInitExpectations( in SetUp()
473 TestHelper::SetupFeatureInfoInitExpectations( in TEST_F()
507 TestHelper::SetupFeatureInfoInitExpectations( in TEST_F()
538 TestHelper::SetupFeatureInfoInitExpectations(gl_.get(), ""); in TEST_F()
Dtest_helper.h21 class TestHelper {
Dgles2_cmd_decoder_unittest_base.cc139 TestHelper::SetupContextGroupInitExpectations(gl_.get(), in InitDecoderWithCommandLine()
181 for (GLint tt = 0; tt < TestHelper::kNumTextureUnits; ++tt) { in InitDecoderWithCommandLine()
188 TestHelper::kServiceDefaultExternalTextureId)) in InitDecoderWithCommandLine()
195 TestHelper::kServiceDefaultRectangleTextureId)) in InitDecoderWithCommandLine()
200 GL_TEXTURE_CUBE_MAP, TestHelper::kServiceDefaultTextureCubemapId)) in InitDecoderWithCommandLine()
204 GL_TEXTURE_2D, TestHelper::kServiceDefaultTexture2dId)) in InitDecoderWithCommandLine()
1231 TestHelper::SetupShader( in SetupShader()
Dbuffer_manager_unittest.cc29 TestHelper::SetupFeatureInfoInitExpectations(gl_.get(), extensions); in SetUpBase()
51 TestHelper::DoBufferData( in DoBufferData()
Dgles2_cmd_decoder_unittest_base.h190 typedef TestHelper::AttribInfo AttribInfo;
191 typedef TestHelper::UniformInfo UniformInfo;
Dgles2_cmd_decoder_unittest.cc211 GL_TEXTURE_2D, TestHelper::kServiceBlackTexture2dId)) in TEST_F()
1640 { GL_MAX_TEXTURE_SIZE, TestHelper::kMaxTextureSize, }, in TEST_F()
1641 { GL_MAX_CUBE_MAP_TEXTURE_SIZE, TestHelper::kMaxCubeMapTextureSize, }, in TEST_F()
1642 { GL_MAX_RENDERBUFFER_SIZE, TestHelper::kMaxRenderbufferSize, }, in TEST_F()
4717 cmd.Init(GL_RENDERBUFFER, GL_RGBA4, TestHelper::kMaxRenderbufferSize + 1, 1); in TEST_F()
4720 cmd.Init(GL_RENDERBUFFER, GL_RGBA4, 1, TestHelper::kMaxRenderbufferSize + 1); in TEST_F()
4769 cmd.Init(GL_RENDERBUFFER, TestHelper::kMaxSamples + 1, in TEST_F()
4770 GL_RGBA4, TestHelper::kMaxRenderbufferSize, 1); in TEST_F()
4773 cmd.Init(GL_RENDERBUFFER, TestHelper::kMaxSamples, in TEST_F()
4774 GL_RGBA4, TestHelper::kMaxRenderbufferSize + 1, 1); in TEST_F()
[all …]
Dprogram_manager_unittest.cc212 typedef TestHelper::AttribInfo AttribInfo;
213 typedef TestHelper::UniformInfo UniformInfo;
260 TestHelper::SetupShader( in SetupShader()
271 TestHelper::SetupExpectationsForClearingUniforms( in SetupExpectationsForClearingUniforms()
1682 TestHelper::SetupProgramSuccessExpectations(gl_.get(), in SetExpectationsForProgramLoadSuccess()
1695 TestHelper::SetupShader(gl_.get(), NULL, 0, NULL, 0, service_program_id); in SetExpectationsForProgramLink()
Dframebuffer_manager_unittest.cc774 TestHelper::SetTexParameterWithExpectations(gl_.get(), in TEST_F()
798 TestHelper::SetTexParameterWithExpectations(gl_.get(), in TEST_F()
Dfeature_info_unittest.cc50 TestHelper::SetupFeatureInfoInitExpectationsWithGLVersion( in SetupInitExpectationsWithGLVersion()
62 TestHelper::SetupFeatureInfoInitExpectationsWithGLVersion( in SetupInitExpectationsWithCommandLine()
/external/chromium_org/chrome/browser/apps/
Dweb_view_browsertest.cc493 void TestHelper(const std::string& test_name, in TestHelper() function in WebViewTest
653 TestHelper("testAutosizeAfterNavigation", "web_view/shim", NO_TEST_SERVER); in IN_PROC_BROWSER_TEST_F()
657 TestHelper("testAutosizeBeforeNavigation", "web_view/shim", NO_TEST_SERVER); in IN_PROC_BROWSER_TEST_F()
660 TestHelper("testAutosizeRemoveAttributes", "web_view/shim", NO_TEST_SERVER); in IN_PROC_BROWSER_TEST_F()
673 TestHelper("testAutosizeWithPartialAttributes", in IN_PROC_BROWSER_TEST_F()
679 TestHelper("testAPIMethodExistence", "web_view/shim", NO_TEST_SERVER); in IN_PROC_BROWSER_TEST_F()
685 TestHelper("testWebRequestAPIExistence", "web_view/shim", NO_TEST_SERVER); in IN_PROC_BROWSER_TEST_F()
695 TestHelper("testChromeExtensionURL", "web_view/shim", NO_TEST_SERVER); in IN_PROC_BROWSER_TEST_F()
708 TestHelper("testChromeExtensionRelativePath", in IN_PROC_BROWSER_TEST_F()
714 TestHelper("testInvalidChromeExtensionURL", "web_view/shim", NO_TEST_SERVER); in IN_PROC_BROWSER_TEST_F()
[all …]
Dweb_view_interactive_browsertest.cc191 void TestHelper(const std::string& test_name, in TestHelper() function in WebViewInteractiveTest
505 TestHelper("testFocusEvent", "web_view/focus", NO_TEST_SERVER); in IN_PROC_BROWSER_TEST_F()
510 TestHelper("testBlurEvent", "web_view/focus", NO_TEST_SERVER); in IN_PROC_BROWSER_TEST_F()
554 TestHelper("testNewWindowNameTakesPrecedence", in IN_PROC_BROWSER_TEST_F()
561 TestHelper("testWebViewNameTakesPrecedence", in IN_PROC_BROWSER_TEST_F()
567 TestHelper("testNoName", in IN_PROC_BROWSER_TEST_F()
573 TestHelper("testNewWindowRedirect", in IN_PROC_BROWSER_TEST_F()
579 TestHelper("testNewWindowClose", in IN_PROC_BROWSER_TEST_F()
585 TestHelper("testNewWindowExecuteScript", in IN_PROC_BROWSER_TEST_F()
592 TestHelper("testNewWindowDeclarativeWebRequest", in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/webkit/browser/database/
Ddatabase_tracker.h309 FRIEND_TEST_ALL_PREFIXES(DatabaseTracker, TestHelper);