OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIndices
(Results
1 - 6
of
6
) sorted by null
/external/autotest/client/deps/glbench/src/
glinterfacetest.cc
31
const GLushort
kIndices
[] = { 0, 1, 2,
50
num_indices_ = arraysize(
kIndices
);
52
SetupVBO(GL_ELEMENT_ARRAY_BUFFER, sizeof(
kIndices
),
kIndices
);
/frameworks/base/libs/hwui/
VertexBuffer.h
30
kIndices
= 1 << 1,
AmbientShadow.cpp
169
shadowVertexBuffer.setMeshFeatureFlags(VertexBuffer::kAlpha | VertexBuffer::
kIndices
);
GlopBuilder.cpp
202
bool indices = flags & VertexBuffer::
kIndices
;
SpotShadow.cpp
[
all
...]
/external/v8/test/unittests/compiler/
js-typed-lowering-unittest.cc
57
const size_t
kIndices
[] = {0, 1, 42, 100, 1024};
559
TRACED_FOREACH(size_t, index,
kIndices
) {
592
TRACED_FOREACH(size_t, index,
kIndices
) {
[
all
...]
Completed in 825 milliseconds