Searched refs:blobSizeMax_ (Results 1 – 2 of 2) sorted by relevance
64 blobSizeMax_ = MAX_SHADER; in BlobCache()164 if (blobSize_ >= blobSizeMax_) { in SetBlob()266 blobSizeMax_ = shadermax; in SetCacheShaderSize()
142 int blobSizeMax_; variable