Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/elements/environment/
H A Dstars.cc36 GLushort g_indices[kNumStars * kTrianglesPerStar * 3lu]; variable
125 glDrawElements(GL_TRIANGLES, base::size(g_indices), GL_UNSIGNED_SHORT, 0); in Draw()
168 g_indices[cur_index] = cur_vertex; in CreateBuffers()
169 g_indices[cur_index + 1] = cur_vertex + j + 1; in CreateBuffers()
170 g_indices[cur_index + 2] = cur_vertex + j_next + 1; in CreateBuffers()
194 base::size(g_indices) * sizeof(GLushort), g_indices, in CreateBuffers()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcMaterial/Tests/
H A DWriteGeometryWithMaterials.cpp23 const Abc::int32_t g_indices[] = { variable
113 Abc::Int32ArraySample( g_indices, g_numIndices ), in write()
125 Abc::Int32ArraySample( g_indices, g_numIndices ), in write()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/Tests/
H A DSubDFaceSetTest.cpp67 Int32ArraySample( g_indices, g_numIndices ), in Example1_MeshOut()
78 creases.push_back( g_indices[i] ); in Example1_MeshOut()
79 corners.push_back( g_indices[i] ); in Example1_MeshOut()
H A DMeshData.cpp65 const Abc::int32_t g_indices[] = { variable
H A DPolyMeshTest.cpp138 Int32ArraySample( g_indices, g_numIndices ), in Example1_MeshOut()
252 Int32ArraySample( g_indices, g_numIndices ), in meshUnderXformOut()
294 Int32ArraySample( g_indices, g_numIndices ), in optPropTest()
H A DMeshData.h51 extern const Abc::int32_t g_indices[];
H A DSubDTest.cpp67 Int32ArraySample( g_indices, g_numIndices ), in Example1_MeshOut()
81 creases.push_back( g_indices[i] ); in Example1_MeshOut()
82 corners.push_back( g_indices[i] ); in Example1_MeshOut()
337 Int32ArraySample( g_indices, g_numIndices ), in optPropTest()
H A DTransformingMeshTest.cpp58 Int32ArraySample( g_indices, g_numIndices ),
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.h48 static const char g_indices[];
H A Dvideo_render_opengles20.cc33 const char VideoRenderOpenGles20::g_indices[] = { 0, 3, 2, 0, 2, 1 };
235 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, g_indices);
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dm17n-flt.c2400 int *g_indices; in run_stages() local
2409 g_indices = alloca (sizeof (int) * len); in run_stages()
2410 if (! g_indices) in run_stages()
2412 for (i = 0; i < len; i++) g_indices[i] = -1; in run_stages()
2419 if (g_indices[pos - from_pos] < 0) in run_stages()
2420 g_indices[pos - from_pos] = i; in run_stages()
2423 if (g_indices[i] < 0) in run_stages()
2429 for (i++; i < len && g_indices[i] < 0; i++); in run_stages()
2432 j = g_indices[i]; in run_stages()
2445 j = g_indices[i - 1]; in run_stages()
H A DChangeLog42 Also, do not overrun buffer if g_indices[len - 1] == -1.
730 (run_stages): Fix index of g_indices.
/dports/math/py-theano/Theano-1.0.5/theano/sparse/
H A Dbasic.py626 g_data, g_indices, g_indptr, g_shape = csm_properties(g_out)
629 g_data, g_indices, g_indptr, g_shape)
722 g_data, g_indices, g_indptr, g_shape): argument
725 g_data, g_indices, g_indptr, g_shape], [gout_data])
729 g_data, g_indices, g_indptr, g_shape) = inputs
741 g_row[g_indices[j_ptr]] += g_data[j_ptr]
747 g_row[g_indices[j_ptr]] = 0