Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h584 GLuint getMaxShaderCompilerThreads() const { return mMaxShaderCompilerThreads; } in getMaxShaderCompilerThreads()
1123 GLuint mMaxShaderCompilerThreads; variable
DState.cpp405 mMaxShaderCompilerThreads(std::numeric_limits<GLuint>::max()),
2354 mMaxShaderCompilerThreads = count; in setMaxShaderCompilerThreads()