Searched refs:outIndices (Results 1 – 10 of 10) sorted by relevance
46 const void **outIndices) const;74 const void **outIndices) const;84 const void **outIndices) const;162 const void **outIndices) const in syncDrawElementsState() argument165 primitiveRestartEnabled, outIndices); in syncDrawElementsState()
193 const void **outIndices) const in syncDrawState()207 needsStreamingAttribs.any(), &indexRange, outIndices)); in syncDrawState()267 const void **outIndices) const in syncIndexData()269 ASSERT(outIndices); in syncIndexData()288 *outIndices = indices; in syncIndexData()337 *outIndices = nullptr; in syncIndexData()
265 const void **outIndices) in setDrawElementsState() argument286 glState.isPrimitiveRestartEnabled(), outIndices)); in setDrawElementsState()290 *outIndices = indices; in setDrawElementsState()
299 const void **outIndices);
342 Out *outIndices = reinterpret_cast<Out *>(outPtr); in CopyLineLoopIndicesWithRestart() local349 *(outIndices++) = static_cast<Out>(vertex); in CopyLineLoopIndicesWithRestart()356 *(outIndices++) = inIndices[loopStartIndex]; in CopyLineLoopIndicesWithRestart()358 *(outIndices++) = outRestartIndex; in CopyLineLoopIndicesWithRestart()366 *(outIndices++) = inIndices[loopStartIndex]; in CopyLineLoopIndicesWithRestart()
29 std::pair<uint32_t, uint32_t> *outIndices)36 outIndices->first = first;37 outIndices->second = last;261 std::pair<uint32_t, uint32_t> *outIndices)268 return GetFirstLastIndices(static_cast<const GLubyte *>(indices), count, outIndices);271 outIndices);274 outIndices);
151 std::pair<uint32_t, uint32_t> *outIndices);
104 static final int[][][][] outIndices = { field in TestReorderingMode261 index = outIndices[tc][mode][option][level]; in testReorderingMode()
107 static final int[][][][] outIndices = { field in TestReorderingMode264 index = outIndices[tc][mode][option][level]; in testReorderingMode()
3868 static const char outIndices[TC_COUNT][MODES_COUNT - 1][OPTIONS_COUNT] variable4343 idx = outIndices[tc][mode][option][level]; in testReorderingMode()