Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp2871 const bool hasBaseVtx = methodInfo.baseVertex; in hash() local
2878 const int baseVtxHash = (!hasBaseVtx) ? (0) : (baseVertex); in hash()
3203 const bool hasBaseVtx = methodInfo.baseVertex; in iterate() local
3208 const int baseVertexAddition = (hasBaseVtx && spec.baseVertex > 0) ? ( spec.baseVertex) : (0); // spec.baseVertex > 0 => Create bigger attribute buffer in iterate()
3209 const int indexBase = (hasBaseVtx && spec.baseVertex < 0) ? (-spec.baseVertex) : (0); // spec.baseVertex < 0 => Create bigger indices in iterate()

Completed in 7 milliseconds