Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DVertexArrayGL.h46 const void **outIndices) const;
74 const void **outIndices) const;
84 const void **outIndices) const;
162 const void **outIndices) const in syncDrawElementsState() argument
165 primitiveRestartEnabled, outIndices); in syncDrawElementsState()
DVertexArrayGL.cpp193 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()
DContextGL.cpp265 const void **outIndices) in setDrawElementsState() argument
286 glState.isPrimitiveRestartEnabled(), outIndices)); in setDrawElementsState()
290 *outIndices = indices; in setDrawElementsState()
DContextGL.h299 const void **outIndices);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h342 Out *outIndices = reinterpret_cast<Out *>(outPtr); in CopyLineLoopIndicesWithRestart() local
349 *(outIndices++) = static_cast<Out>(vertex); in CopyLineLoopIndicesWithRestart()
356 *(outIndices++) = inIndices[loopStartIndex]; in CopyLineLoopIndicesWithRestart()
358 *(outIndices++) = outRestartIndex; in CopyLineLoopIndicesWithRestart()
366 *(outIndices++) = inIndices[loopStartIndex]; in CopyLineLoopIndicesWithRestart()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DBufferMtl.mm29 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);
DBufferMtl.h151 std::pair<uint32_t, uint32_t> *outIndices);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderingMode.java104 static final int[][][][] outIndices = { field in TestReorderingMode
261 index = outIndices[tc][mode][option][level]; in testReorderingMode()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DTestReorderingMode.java107 static final int[][][][] outIndices = { field in TestReorderingMode
264 index = outIndices[tc][mode][option][level]; in testReorderingMode()
/third_party/icu/icu4c/source/test/cintltst/
Dcbiditst.c3868 static const char outIndices[TC_COUNT][MODES_COUNT - 1][OPTIONS_COUNT] variable
4343 idx = outIndices[tc][mode][option][level]; in testReorderingMode()