Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp509 const size_t maxNameSize = DE_LENGTH_OF_ARRAY(name) - 1; in checkActiveAttribQuery() local
516 gl.getActiveAttrib(program, activeAttribNdx, maxNameSize, &length, &size, &type, name); in checkActiveAttribQuery()
522 << ", bufSize=" << maxNameSize in checkActiveAttribQuery()