Searched refs:kIndices (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | glinterfacetest.cc | 32 const GLushort kIndices[] = {0, 1, 2, variable 51 num_indices_ = arraysize(kIndices); in SetupGLRendering() 53 SetupVBO(GL_ELEMENT_ARRAY_BUFFER, sizeof(kIndices), kIndices); in SetupGLRendering()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | gather_nd.cc | 27 constexpr int kIndices = 1; variable 35 const TfLiteTensor* indices = GetInput(context, node, kIndices); in Prepare() 130 const TfLiteTensor* indices = GetInput(context, node, kIndices); in Eval()
|
/external/skia/gm/ |
D | skinning.cpp | 59 static const uint16_t kIndices[] = { variable 110 kIndices, in onOnceBeforeDraw()
|
/external/skqp/gm/ |
D | skinning.cpp | 59 static const uint16_t kIndices[] = { variable 110 kIndices, in onOnceBeforeDraw()
|