Home
last modified time | relevance | path

Searched refs:GetVertexShader (Results 1 - 25 of 27) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dprogram_unittest.cpp47 program->Compile(horizon->GetVertexShader(), horizon->GetFragmentShader()); in HWTEST_F()
70 program->Compile(vertical->GetVertexShader(), vertical->GetFragmentShader()); in HWTEST_F()
93 program->Compile(saturation->GetVertexShader(), saturation->GetFragmentShader()); in HWTEST_F()
116 program->Compile(saturation->GetVertexShader(), saturation->GetFragmentShader()); in HWTEST_F()
H A Dscale_filter_unittest.cpp126 EXPECT_TRUE(scale->GetVertexShader() != result); in HWTEST_F()
146 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
160 EXPECT_TRUE(scale->GetVertexShader() == result); in HWTEST_F()
180 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
183 EXPECT_TRUE(scale->GetVertexShader() != result); in HWTEST_F()
H A Dcontrast_filter_unittest.cpp147 EXPECT_TRUE(contrast->GetVertexShader() != result); in HWTEST_F()
167 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
182 EXPECT_TRUE(contrast->GetVertexShader() == result); in HWTEST_F()
202 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
205 EXPECT_TRUE(contrast->GetVertexShader() != result); in HWTEST_F()
H A Dsaturation_filter_unittest.cpp137 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
152 EXPECT_TRUE(saturation->GetVertexShader() == result); in HWTEST_F()
172 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
175 EXPECT_TRUE(saturation->GetVertexShader() != result); in HWTEST_F()
H A Dhorizontal_blur_filter_unittest.cpp155 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
170 EXPECT_TRUE(horizontalBlur->GetVertexShader() == result); in HWTEST_F()
190 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
193 EXPECT_TRUE(horizontalBlur->GetVertexShader() != result); in HWTEST_F()
H A Dbrightness_filter_unittest.cpp136 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
151 EXPECT_TRUE(brightness->GetVertexShader() == result); in HWTEST_F()
171 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
174 EXPECT_TRUE(brightness->GetVertexShader() != result); in HWTEST_F()
H A Dvertical_blur_filter_unittest.cpp134 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
149 EXPECT_TRUE(verticalBlur->GetVertexShader() == result); in HWTEST_F()
169 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
172 EXPECT_TRUE(verticalBlur->GetVertexShader() != result); in HWTEST_F()
H A Dgaussian_blur_filter_unittest.cpp134 * @tc.steps: step2. Call GetVertexShader to get the strings in HWTEST_F()
136 EXPECT_TRUE(gaussianBlur->GetVertexShader() == std::string()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dsaturation_filter.cpp22 CreateProgram(GetVertexShader(), GetFragmentShader()); in SaturationFilter()
41 std::string SaturationFilter::GetVertexShader() in GetVertexShader() function in OHOS::Rosen::SaturationFilter
H A Dbrightness_filter.cpp22 CreateProgram(GetVertexShader(), GetFragmentShader()); in BrightnessFilter()
41 std::string BrightnessFilter::GetVertexShader() in GetVertexShader() function in OHOS::Rosen::BrightnessFilter
H A Dcontrast_filter.cpp22 CreateProgram(GetVertexShader(), GetFragmentShader()); in ContrastFilter()
41 std::string ContrastFilter::GetVertexShader() in GetVertexShader() function in OHOS::Rosen::ContrastFilter
H A Dvertical_blur_filter.cpp22 CreateProgram(GetVertexShader(), GetFragmentShader()); in VerticalBlurFilter()
50 std::string VerticalBlurFilter::GetVertexShader() in GetVertexShader() function in OHOS::Rosen::VerticalBlurFilter
H A Dscale_filter.cpp22 CreateProgram(GetVertexShader(), GetFragmentShader()); in ScaleFilter()
46 std::string ScaleFilter::GetVertexShader() in GetVertexShader() function in OHOS::Rosen::ScaleFilter
H A Dhorizontal_blur_filter.cpp22 CreateProgram(GetVertexShader(), GetFragmentShader()); in HorizontalBlurFilter()
52 std::string HorizontalBlurFilter::GetVertexShader() in GetVertexShader() function in OHOS::Rosen::HorizontalBlurFilter
H A Dgaussian_blur_filter.cpp53 std::string GaussianBlurFilter::GetVertexShader() in GetVertexShader() function in OHOS::Rosen::GaussianBlurFilter
H A Doutput.cpp25 CreateProgram(GetVertexShader(), GetFragmentShader()); in Output()
130 std::string Output::GetVertexShader() in GetVertexShader() function in OHOS::Rosen::Output
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H A Dsaturation_filter.h31 std::string GetVertexShader() override;
H A Dscale_filter.h30 std::string GetVertexShader() override;
H A Dbrightness_filter.h30 std::string GetVertexShader() override;
H A Dcontrast_filter.h30 std::string GetVertexShader() override;
H A Dhorizontal_blur_filter.h37 std::string GetVertexShader() override;
H A Dvertical_blur_filter.h37 std::string GetVertexShader() override;
H A Doutput.h32 std::string GetVertexShader() override;
H A Dgaussian_blur_filter.h34 std::string GetVertexShader() override;
H A Dalgo_filter.h34 virtual std::string GetVertexShader() = 0;

Completed in 10 milliseconds

12