Home
last modified time | relevance | path

Searched refs:maxShaderCompilerThreadsKHR (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcParallelShaderCompileTests.cpp186 gl.maxShaderCompilerThreadsKHR(0); in iterate()
198 gl.maxShaderCompilerThreadsKHR(0xFFFFFFFF); in iterate()
249 gl.maxShaderCompilerThreadsKHR(8); in iterate()
/external/angle/src/libANGLE/renderer/gl/
DRendererGL.cpp47 if (functions->maxShaderCompilerThreadsKHR != nullptr) in SetMaxShaderCompilerThreads()
49 functions->maxShaderCompilerThreadsKHR(count); in SetMaxShaderCompilerThreads()
428 return mFunctions->maxShaderCompilerThreadsKHR != nullptr || in hasNativeParallelCompile()
DDispatchTableGL_autogen.h802 PFNGLMAXSHADERCOMPILERTHREADSKHRPROC maxShaderCompilerThreadsKHR = nullptr; variable
DDispatchTableGL_autogen.cpp2788 ASSIGN("glMaxShaderCompilerThreadsKHR", maxShaderCompilerThreadsKHR); in initProcsSharedExtensions()
5574 maxShaderCompilerThreadsKHR = &glMaxShaderCompilerThreadsKHRNULL; in initProcsSharedExtensionsNULL()
/external/deqp/framework/opengl/wrapper/
DglwInitExtES.inl46 …gl->maxShaderCompilerThreadsKHR = (glMaxShaderCompilerThreadsKHRFunc) loader->get("glMaxShaderComp…
DglwFunctions.inl464 glMaxShaderCompilerThreadsKHRFunc maxShaderCompilerThreadsKHR; variable
DglwInitExtGL.inl37 …gl->maxShaderCompilerThreadsKHR = (glMaxShaderCompilerThreadsKHRFunc) loader->get("glMaxShaderComp…
743 …gl->maxShaderCompilerThreadsKHR = (glMaxShaderCompilerThreadsKHRFunc) loader->get("glMaxShaderComp…
DglwImpl.inl3676 gl->maxShaderCompilerThreadsKHR(count);
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp40 return functions->maxShaderCompilerThreadsKHR != nullptr || in HasParallelShaderCompileExtension()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl464 gl->maxShaderCompilerThreadsKHR = glMaxShaderCompilerThreadsKHR;
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl3452 m_gl.maxShaderCompilerThreadsKHR(count);