Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp286 bool ValidateInterfaceBlocksCount(GLuint maxInterfaceBlocks, in ValidateInterfaceBlocksCount() argument
299 if (blockCount > maxInterfaceBlocks) in ValidateInterfaceBlocksCount()
301 LogInterfaceBlocksExceedLimit(infoLog, shaderType, blockType, maxInterfaceBlocks); in ValidateInterfaceBlocksCount()