Home
last modified time | relevance | path

Searched refs:ShaderCompileTreeTest (Results 1 – 23 of 23) sorted by relevance

/external/angle/src/tests/test_utils/
DShaderCompileTreeTest.cpp112 void ShaderCompileTreeTest::SetUp() in SetUp()
126 void ShaderCompileTreeTest::TearDown() in TearDown()
134 bool ShaderCompileTreeTest::compile(const std::string &shaderString) in compile()
143 void ShaderCompileTreeTest::compileAssumeSuccess(const std::string &shaderString) in compileAssumeSuccess()
151 bool ShaderCompileTreeTest::hasWarning() const in hasWarning()
156 const std::vector<sh::ShaderVariable> &ShaderCompileTreeTest::getUniforms() const in getUniforms()
161 const std::vector<sh::ShaderVariable> &ShaderCompileTreeTest::getAttributes() const in getAttributes()
DShaderCompileTreeTest.h25 class ShaderCompileTreeTest : public testing::Test
28 ShaderCompileTreeTest() : mCompileOptions{} {} in ShaderCompileTreeTest() function
DConstantFoldingTest.h134 class ConstantFoldingTest : public ShaderCompileTreeTest
/external/angle/src/tests/compiler_tests/
DRewriteDoWhile_test.cpp17 class RewriteDoWhileCrashTest : public ShaderCompileTreeTest
29 ShaderCompileTreeTest::SetUp(); in SetUp()
DInitOutputVariables_test.cpp189 class InitOutputVariablesWebGL2Test : public ShaderCompileTreeTest
199 ShaderCompileTreeTest::SetUp(); in SetUp()
223 class InitOutputVariablesWebGL1FragmentShaderTest : public ShaderCompileTreeTest
238 class InitOutputVariablesVertexShaderClipDistanceTest : public ShaderCompileTreeTest
DSamplerMultisample_test.cpp17 class SamplerMultisampleTest : public ShaderCompileTreeTest
27 class SamplerMultisampleArrayTest : public ShaderCompileTreeTest
DGlFragDataNotModified_test.cpp16 class GlFragDataNotModifiedTest : public sh::ShaderCompileTreeTest
DSamplerVideoWEBGL_test.cpp17 class SamplerVideoWEBGLTest : public ShaderCompileTreeTest
DShaderImage_test.cpp118 class ShaderImageTest : public ShaderCompileTreeTest
124 void SetUp() override { ShaderCompileTreeTest::SetUp(); } in SetUp()
DAppendixALimitations_test.cpp19 class AppendixALimitationsTest : public ShaderCompileTreeTest
DTextureFunction_test.cpp19 class TextureFunctionTest : public ShaderCompileTreeTest
DARB_texture_rectangle_test.cpp17 class ARBTextureRectangleTestNoExt : public ShaderCompileTreeTest
DOES_texture_cube_map_array_test.cpp17 class TextureCubeMapArrayTestNoExt : public ShaderCompileTreeTest
DExtensionDirective_test.cpp18 class FragmentShaderExtensionDirectiveTest : public ShaderCompileTreeTest
DQualificationOrderESSL31_test.cpp19 class QualificationVertexShaderTestESSL31 : public ShaderCompileTreeTest
DOVR_multiview_test.cpp90 class OVRMultiviewVertexShaderTest : public ShaderCompileTreeTest
105 class OVRMultiviewFragmentShaderTest : public ShaderCompileTreeTest
DOVR_multiview2_test.cpp90 class OVRMultiview2VertexShaderTest : public ShaderCompileTreeTest
106 class OVRMultiview2FragmentShaderTest : public ShaderCompileTreeTest
DAtomicCounter_test.cpp19 class AtomicCounterTest : public ShaderCompileTreeTest
DShaderValidation_test.cpp19 class FragmentShaderValidationTest : public ShaderCompileTreeTest
31 class VertexShaderValidationTest : public ShaderCompileTreeTest
41 class WebGL2FragmentShaderValidationTest : public ShaderCompileTreeTest
51 class WebGL1FragmentShaderValidationTest : public ShaderCompileTreeTest
61 class ComputeShaderValidationTest : public ShaderCompileTreeTest
90 ShaderCompileTreeTest::SetUp(); in SetUp()
97 class GeometryShaderValidationTest : public ShaderCompileTreeTest
DQualificationOrder_test.cpp14 class QualificationOrderFragmentShaderTest : public ShaderCompileTreeTest
DBufferVariables_test.cpp20 class BufferVariablesTest : public ShaderCompileTreeTest
DGeometryShader_test.cpp19 class GeometryShaderTest : public ShaderCompileTreeTest
/external/angle/src/tests/
Dangle_unittests.gni148 "test_utils/ShaderCompileTreeTest.cpp",
149 "test_utils/ShaderCompileTreeTest.h",