Searched refs:maxShaderCompilerThreadsKHR (Results 1 – 11 of 11) sorted by relevance
186 gl.maxShaderCompilerThreadsKHR(0); in iterate()198 gl.maxShaderCompilerThreadsKHR(0xFFFFFFFF); in iterate()249 gl.maxShaderCompilerThreadsKHR(8); in iterate()
47 if (functions->maxShaderCompilerThreadsKHR != nullptr) in SetMaxShaderCompilerThreads()49 functions->maxShaderCompilerThreadsKHR(count); in SetMaxShaderCompilerThreads()428 return mFunctions->maxShaderCompilerThreadsKHR != nullptr || in hasNativeParallelCompile()
802 PFNGLMAXSHADERCOMPILERTHREADSKHRPROC maxShaderCompilerThreadsKHR = nullptr; variable
2788 ASSIGN("glMaxShaderCompilerThreadsKHR", maxShaderCompilerThreadsKHR); in initProcsSharedExtensions()5574 maxShaderCompilerThreadsKHR = &glMaxShaderCompilerThreadsKHRNULL; in initProcsSharedExtensionsNULL()
46 …gl->maxShaderCompilerThreadsKHR = (glMaxShaderCompilerThreadsKHRFunc) loader->get("glMaxShaderComp…
464 glMaxShaderCompilerThreadsKHRFunc maxShaderCompilerThreadsKHR; variable
37 …gl->maxShaderCompilerThreadsKHR = (glMaxShaderCompilerThreadsKHRFunc) loader->get("glMaxShaderComp…743 …gl->maxShaderCompilerThreadsKHR = (glMaxShaderCompilerThreadsKHRFunc) loader->get("glMaxShaderComp…
3676 gl->maxShaderCompilerThreadsKHR(count);
40 return functions->maxShaderCompilerThreadsKHR != nullptr || in HasParallelShaderCompileExtension()
464 gl->maxShaderCompilerThreadsKHR = glMaxShaderCompilerThreadsKHR;
3452 m_gl.maxShaderCompilerThreadsKHR(count);