Home
last modified time | relevance | path

Searched refs:setMaxShaderCompilerThreads (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DRendererGL.h131 void setMaxShaderCompilerThreads(GLuint count);
DRendererGL.cpp432 void RendererGL::setMaxShaderCompilerThreads(GLuint count) in setMaxShaderCompilerThreads() function in rx::RendererGL
DContextGL.h275 void setMaxShaderCompilerThreads(GLuint count) override;
DContextGL.cpp977 void ContextGL::setMaxShaderCompilerThreads(GLuint count) in setMaxShaderCompilerThreads() function in rx::ContextGL
979 mRenderer->setMaxShaderCompilerThreads(count); in setMaxShaderCompilerThreads()
/external/angle/src/libANGLE/renderer/
DContextImpl.h189 virtual void setMaxShaderCompilerThreads(GLuint count) {} in setMaxShaderCompilerThreads() function
/external/angle/src/libANGLE/
DState.h585 void setMaxShaderCompilerThreads(GLuint count);
DState.cpp2355 void State::setMaxShaderCompilerThreads(GLuint count) in setMaxShaderCompilerThreads() function in gl::State
DContext.cpp9157 mState.setMaxShaderCompilerThreads(count); in maxShaderCompilerThreads()
9164 mImplementation->setMaxShaderCompilerThreads(count); in maxShaderCompilerThreads()