Home
last modified time | relevance | path

Searched refs:mMaxShaderCompilerThreads (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DState.h1272 GLuint getMaxShaderCompilerThreads() const { return mMaxShaderCompilerThreads; } in getMaxShaderCompilerThreads()
1626 GLuint mMaxShaderCompilerThreads; variable
H A DState.cpp2293 mMaxShaderCompilerThreads(std::numeric_limits<GLuint>::max()),
3971 mMaxShaderCompilerThreads = count; in setMaxShaderCompilerThreads()