Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsDrawTest.cpp2851 const bool hasBaseVtx = methodInfo.baseVertex; in hash() local
2858 const int baseVtxHash = (!hasBaseVtx) ? (0) : (baseVertex); in hash()
3182 const bool hasBaseVtx = methodInfo.baseVertex; in iterate() local
3187 …const int baseVertexAddition = (hasBaseVtx && spec.baseVertex > 0) ? ( spec.baseVertex) : (0); … in iterate()
3188 …const int indexBase = (hasBaseVtx && spec.baseVertex < 0) ? (-spec.baseVertex) : (0); // sp… in iterate()