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
585 void setMaxShaderCompilerThreads(GLuint count);
2355 void State::setMaxShaderCompilerThreads(GLuint count) in setMaxShaderCompilerThreads() function in gl::State
9157 mState.setMaxShaderCompilerThreads(count); in maxShaderCompilerThreads()9164 mImplementation->setMaxShaderCompilerThreads(count); in maxShaderCompilerThreads()