Home
last modified time | relevance | path

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

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