Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.cpp7614 GLsizei maxWriteParams = 0; in ValidateGetInternalFormativBase() local
7618 maxWriteParams = 1; in ValidateGetInternalFormativBase()
7622 maxWriteParams = static_cast<GLsizei>(formatCaps.sampleCounts.size()); in ValidateGetInternalFormativBase()
7633 *numParams = std::min(bufSize, maxWriteParams); in ValidateGetInternalFormativBase()