Lines Matching refs:ShaderGL
150 ShaderGL::ShaderGL(const gl::ShaderState &data, in ShaderGL() function in rx::ShaderGL
161 ShaderGL::~ShaderGL() in ~ShaderGL()
166 void ShaderGL::destroy() in destroy()
172 void ShaderGL::compileAndCheckShader(const char *source) in compileAndCheckShader()
178 void ShaderGL::compileShader(const char *source) in compileShader()
185 void ShaderGL::checkShader() in checkShader()
215 bool ShaderGL::peekCompletion() in peekCompletion()
223 bool ShaderGL::compileAndCheckShaderInWorker(const char *source) in compileAndCheckShaderInWorker()
241 std::shared_ptr<WaitableCompileEvent> ShaderGL::compile(const gl::Context *context, in compile()
443 std::string ShaderGL::getDebugInfo() const in getDebugInfo()
448 GLuint ShaderGL::getShaderID() const in getShaderID()