OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_COMPONENTS
(Results
1 - 6
of
6
) sorted by null
/system/sepolicy/tools/sepolicy-analyze/
sepolicy-analyze.c
13
#define
NUM_COMPONENTS
(int) (sizeof(analyze_components)/sizeof(analyze_components[0]))
36
for(i = 0; i <
NUM_COMPONENTS
; i++) {
55
for(i = 0; i <
NUM_COMPONENTS
; i++) {
/frameworks/base/core/java/android/animation/
PathKeyframes.java
43
private static final int
NUM_COMPONENTS
= 3;
83
float midFraction = mKeyframeData[(mid *
NUM_COMPONENTS
) + FRACTION_OFFSET];
100
int startBase = (startIndex *
NUM_COMPONENTS
);
101
int endBase = (endIndex *
NUM_COMPONENTS
);
139
int base = (index *
NUM_COMPONENTS
);
/external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp
83
enum {
NUM_COMPONENTS
= 4, NUM_VERTICES = 3 };
162
gl.vertexAttribPointer(m_posLoc,
NUM_COMPONENTS
, GL_FLOAT, false, 0, DE_NULL),
225
static const GLfloat s_varrData[NUM_VERTICES *
NUM_COMPONENTS
] =
244
GLfloat* vertex = &data[ndx *
NUM_COMPONENTS
];
247
DE_STATIC_ASSERT(
NUM_COMPONENTS
== 4);
/external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c
40
#define
NUM_COMPONENTS
4
77
int num_verts = r->buffer_size / (r->attrs_per_vertex *
NUM_COMPONENTS
);
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.c
20
#define
NUM_COMPONENTS
4
48
int num_verts = r->buffer_size/(r->attrs_per_vertex *
NUM_COMPONENTS
);
/external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp
451
enum {
NUM_COMPONENTS
= 2 };
452
static const int s_quadrants[][
NUM_COMPONENTS
] = { {1, 1}, {-1, 1}, {1, -1} };
468
for (int componentNdx = 0; componentNdx <
NUM_COMPONENTS
; ++componentNdx)
[
all
...]
Completed in 134 milliseconds