Searched refs:setMaxShaderCompilerThreads (Results 1 – 8 of 8) sorted by relevance
131 void setMaxShaderCompilerThreads(GLuint count);
432 void RendererGL::setMaxShaderCompilerThreads(GLuint count) in setMaxShaderCompilerThreads() function in rx::RendererGL
275 void setMaxShaderCompilerThreads(GLuint count) override;
977 void ContextGL::setMaxShaderCompilerThreads(GLuint count) in setMaxShaderCompilerThreads() function in rx::ContextGL979 mRenderer->setMaxShaderCompilerThreads(count); in setMaxShaderCompilerThreads()
189 virtual void setMaxShaderCompilerThreads(GLuint count) {} in setMaxShaderCompilerThreads() function
583 void setMaxShaderCompilerThreads(GLuint count);
2352 void State::setMaxShaderCompilerThreads(GLuint count) in setMaxShaderCompilerThreads() function in gl::State
8941 mState.setMaxShaderCompilerThreads(count); in maxShaderCompilerThreads()8948 mImplementation->setMaxShaderCompilerThreads(count); in maxShaderCompilerThreads()