Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DShader.cpp120 ShCompilerInstance shCompilerInstance; member
384 mCompilingState->shCompilerInstance = std::move(compilerInstance); in compile()
386 mImplementation->compile(context, &(mCompilingState->shCompilerInstance), options); in compile()
403 mBoundCompiler->putInstance(std::move(mCompilingState->shCompilerInstance)); in resolveCompile()
408 ShHandle compilerHandle = mCompilingState->shCompilerInstance.getHandle(); in resolveCompile()
417 const ShShaderOutput outputType = mCompilingState->shCompilerInstance.getShaderOutputType(); in resolveCompile()