Lines Matching refs:ShCompilerInstance
293 for (ShCompilerInstance &instance : pool) in onDestroy()
305 ShCompilerInstance Compiler::getInstance(ShaderType type) in getInstance()
313 return ShCompilerInstance(handle, mOutputType, type); in getInstance()
317 ShCompilerInstance instance = std::move(pool.back()); in getInstance()
323 void Compiler::putInstance(ShCompilerInstance &&instance) in putInstance()
368 ShCompilerInstance::ShCompilerInstance() : mHandle(nullptr) {} in ShCompilerInstance() function in gl::ShCompilerInstance
370 ShCompilerInstance::ShCompilerInstance(ShHandle handle, in ShCompilerInstance() function in gl::ShCompilerInstance
376 ShCompilerInstance::~ShCompilerInstance() in ~ShCompilerInstance()
381 void ShCompilerInstance::destroy() in destroy()
390 ShCompilerInstance::ShCompilerInstance(ShCompilerInstance &&other) in ShCompilerInstance() function in gl::ShCompilerInstance
396 ShCompilerInstance &ShCompilerInstance::operator=(ShCompilerInstance &&other) in operator =()
405 ShHandle ShCompilerInstance::getHandle() in getHandle()
410 ShaderType ShCompilerInstance::getShaderType() const in getShaderType()
415 ShBuiltInResources ShCompilerInstance::getBuiltInResources() const in getBuiltInResources()
420 ShShaderOutput ShCompilerInstance::getShaderOutputType() const in getShaderOutputType()