Home
last modified time | relevance | path

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

/external/angle/src/tests/compiler_tests/
DRemovePow_test.cpp45 mASTRoot = mTranslatorGLSL->compileTreeForTesting( in compile()
/external/angle/src/tests/test_utils/
DShaderCompileTreeTest.cpp137 mASTRoot = mTranslator->compileTreeForTesting(shaderStrings, 1, mExtraCompileOptions); in compile()
/external/angle/src/compiler/translator/
DCompiler.h89 TIntermBlock *compileTreeForTesting(const char *const shaderStrings[],
DCompiler.cpp334 TIntermBlock *TCompiler::compileTreeForTesting(const char *const shaderStrings[], in compileTreeForTesting() function in sh::TCompiler