Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
DShaderCompileTreeTest.cpp137 mASTRoot = mTranslator->compileTreeForTesting(shaderStrings, 1, mCompileOptions); in compile()
/external/angle/src/compiler/translator/
DCompiler.h102 TIntermBlock *compileTreeForTesting(const char *const shaderStrings[],
DCompiler.cpp421 TIntermBlock *TCompiler::compileTreeForTesting(const char *const shaderStrings[], in compileTreeForTesting() function in sh::TCompiler