Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluVarType.cpp318 for (int layoutNdx = 1; layoutNdx < (int)layoutDeclarationList.size(); ++layoutNdx) in operator <<() local
319 str << ", " << layoutDeclarationList[layoutNdx]; in operator <<()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp2239 const int layoutNdx = findBlockIndex(glLayout, instName); in iterate() local
2241 if (layoutNdx >= 0) in iterate()
2243 const BlockLocation& blockLoc = blockLocations[layoutNdx]; in iterate()