Home
last modified time | relevance | path

Searched refs:mCompilerList (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/tests/compiler_tests/
DPrecise_test.cpp46 mCompilerList[shaderOutputType.first] = nullptr; in Initialize()
52 if (mCompilerList[shaderOutputType]) in DestroyCompiler()
54 sh::Destruct(mCompilerList[shaderOutputType]); in DestroyCompiler()
55 mCompilerList[shaderOutputType] = nullptr; in DestroyCompiler()
71 mCompilerList[shaderOutputType] = sh::ConstructCompiler( in InitializeCompiler()
73 ASSERT_TRUE(mCompilerList[shaderOutputType] != nullptr) in InitializeCompiler()
86 bool success = sh::Compile(mCompilerList[shaderOutputType], shaderStrings, 1, options); in TestShaderCompile()
92 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
102 sh::GetObjectBinaryBlob(mCompilerList[shaderOutputType.first]); in TestShaderCompile()
111 std::map<ShShaderOutput, ShHandle> mCompilerList; member in __anon0699188d0111::PreciseTest
DKHR_blend_equation_advanced_test.cpp122 mCompilerList[shaderOutputType.first] = nullptr; in Initialize()
128 if (mCompilerList[shaderOutputType]) in DestroyCompiler()
130 sh::Destruct(mCompilerList[shaderOutputType]); in DestroyCompiler()
131 mCompilerList[shaderOutputType] = nullptr; in DestroyCompiler()
147 mCompilerList[shaderOutputType] = in InitializeCompiler()
150 ASSERT_TRUE(mCompilerList[shaderOutputType] != nullptr) in InitializeCompiler()
175 bool success = sh::Compile(mCompilerList[shaderOutputType], shaderStrings, 3, compileFlags); in TestShaderCompile()
181 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
211 std::map<ShShaderOutput, ShHandle> mCompilerList; member in __anon267f0f450111::KHRBlendEquationAdvancedTest
306 return mCompilerList.at(outputType); in GetCompilerHandle()
DEXT_shader_framebuffer_fetch_test.cpp137 mCompilerList[shaderOutputType.first] = nullptr; in Initialize()
143 if (mCompilerList[shaderOutputType]) in DestroyCompiler()
145 sh::Destruct(mCompilerList[shaderOutputType]); in DestroyCompiler()
146 mCompilerList[shaderOutputType] = nullptr; in DestroyCompiler()
162 mCompilerList[shaderOutputType] = in InitializeCompiler()
165 ASSERT_TRUE(mCompilerList[shaderOutputType] != nullptr) in InitializeCompiler()
179 sh::Compile(mCompilerList[shaderOutputType], shaderStrings, 3, compileOptions); in TestShaderCompile()
185 return ::testing::AssertionFailure() << sh::GetInfoLog(mCompilerList[shaderOutputType]); in TestShaderCompile()
215 std::map<ShShaderOutput, ShHandle> mCompilerList; member in __anon327a55f60111::EXTShaderFramebufferFetchNoncoherentTest