Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DHLSLCompiler.h51 angle::Result compileToBinary(d3d::Context *context,
H A DHLSLCompiler.cpp194 angle::Result HLSLCompiler::compileToBinary(d3d::Context *context, in compileToBinary() function in rx::HLSLCompiler
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2771 angle::Result error = mCompiler.compileToBinary(context, infoLog, shaderHLSL, profile, configs, in compileToExecutable()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp3145 ANGLE_TRY(mCompiler.compileToBinary(context, infoLog, shaderHLSL, profile, configs, loopMacros, in compileToExecutable()