Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsDrawTest.cpp2850 const bool hasBaseVtx = methodInfo.baseVertex; in hash() local
2857 const int baseVtxHash = (!hasBaseVtx) ? (0) : (baseVertex); in hash()
3167 const bool hasBaseVtx = methodInfo.baseVertex; in iterate() local
3172 …const int baseVertexAddition = (hasBaseVtx && spec.baseVertex > 0) ? ( spec.baseVertex) : (0); … in iterate()
3173 …const int indexBase = (hasBaseVtx && spec.baseVertex < 0) ? (-spec.baseVertex) : (0); // sp… in iterate()