Home
last modified time | relevance | path

Searched refs:maxShaderCompilerThreadsARB (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DRendererGL.cpp55 ASSERT(functions->maxShaderCompilerThreadsARB != nullptr); in SetMaxShaderCompilerThreads()
56 functions->maxShaderCompilerThreadsARB(count); in SetMaxShaderCompilerThreads()
389 mFunctions->maxShaderCompilerThreadsARB != nullptr; in hasNativeParallelCompile()
H A DDispatchTableGL_autogen.h734 PFNGLMAXSHADERCOMPILERTHREADSARBPROC maxShaderCompilerThreadsARB = nullptr; variable
H A DDispatchTableGL_autogen.cpp408 ASSIGN("glMaxShaderCompilerThreadsARB", maxShaderCompilerThreadsARB); in initProcsDesktopGL()
3285 maxShaderCompilerThreadsARB = &glMaxShaderCompilerThreadsARBNULL; in initProcsDesktopGLNULL()
H A Drenderergl_utils.cpp2134 functions->maxShaderCompilerThreadsARB != nullptr); in GenerateCaps()