Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1341 int numActiveBufferVars = 0; in getGLBufferLayout() local
1344 gl.getProgramInterfaceiv(program, GL_BUFFER_VARIABLE, GL_ACTIVE_RESOURCES, &numActiveBufferVars); in getGLBufferLayout()
1406 layout.bufferVars.resize(numActiveBufferVars); in getGLBufferLayout()
1407 for (int bufVarNdx = 0; bufVarNdx < numActiveBufferVars; bufVarNdx++) in getGLBufferLayout()