Searched refs:setMaxShaderCompilerThreads (Results 1 – 8 of 8) sorted by relevance
107 void setMaxShaderCompilerThreads(GLuint count);
392 void RendererGL::setMaxShaderCompilerThreads(GLuint count) in setMaxShaderCompilerThreads() function in rx::RendererGL
1019 void ContextGL::setMaxShaderCompilerThreads(GLuint count) in setMaxShaderCompilerThreads() function in rx::ContextGL1021 mRenderer->setMaxShaderCompilerThreads(count); in setMaxShaderCompilerThreads()
287 void setMaxShaderCompilerThreads(GLuint count) override;
195 virtual void setMaxShaderCompilerThreads(GLuint count) {} in setMaxShaderCompilerThreads() function
1271 void setMaxShaderCompilerThreads(GLuint count);
3969 void State::setMaxShaderCompilerThreads(GLuint count) in setMaxShaderCompilerThreads() function in gl::State
9326 mState.setMaxShaderCompilerThreads(count); in maxShaderCompilerThreads()9327 mImplementation->setMaxShaderCompilerThreads(count); in maxShaderCompilerThreads()