Lines Matching refs:ShCompilerInstance
214 for (ShCompilerInstance &instance : pool) in ~Compiler()
226 ShCompilerInstance Compiler::getInstance(ShaderType type) in getInstance()
234 return ShCompilerInstance(handle, mOutputType, type); in getInstance()
238 ShCompilerInstance instance = std::move(pool.back()); in getInstance()
244 void Compiler::putInstance(ShCompilerInstance &&instance) in putInstance()
258 ShCompilerInstance::ShCompilerInstance() : mHandle(nullptr) {} in ShCompilerInstance() function in gl::ShCompilerInstance
260 ShCompilerInstance::ShCompilerInstance(ShHandle handle, in ShCompilerInstance() function in gl::ShCompilerInstance
266 ShCompilerInstance::~ShCompilerInstance() in ~ShCompilerInstance()
271 void ShCompilerInstance::destroy() in destroy()
280 ShCompilerInstance::ShCompilerInstance(ShCompilerInstance &&other) in ShCompilerInstance() function in gl::ShCompilerInstance
286 ShCompilerInstance &ShCompilerInstance::operator=(ShCompilerInstance &&other) in operator =()
295 ShHandle ShCompilerInstance::getHandle() in getHandle()
300 ShaderType ShCompilerInstance::getShaderType() const in getShaderType()
305 const std::string &ShCompilerInstance::getBuiltinResourcesString() in getBuiltinResourcesString()
310 ShShaderOutput ShCompilerInstance::getShaderOutputType() const in getShaderOutputType()