Searched defs:NUM_COMPONENTS (Results 1 - 6 of 6) sorted by relevance

/external/sepolicy/tools/sepolicy-analyze/
H A Dsepolicy-analyze.c11 #define NUM_COMPONENTS (int) (sizeof(analyze_components)/sizeof(analyze_components[0])) macro
32 for(i = 0; i < NUM_COMPONENTS; i++) {
51 for(i = 0; i < NUM_COMPONENTS; i++) {
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp83 enum { NUM_COMPONENTS = 4, NUM_VERTICES = 3 }; enumerator in enum:deqp::gles3::Functional::__anon20027::__anon20029
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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_renderer.c40 #define NUM_COMPONENTS 4 macro
77 int num_verts = r->buffer_size / (r->attrs_per_vertex * NUM_COMPONENTS);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c20 #define NUM_COMPONENTS 4 macro
48 int num_verts = r->buffer_size/(r->attrs_per_vertex * NUM_COMPONENTS);
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c40 #define NUM_COMPONENTS 4 macro
77 int num_verts = r->buffer_size / (r->attrs_per_vertex * NUM_COMPONENTS);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c20 #define NUM_COMPONENTS 4 macro
48 int num_verts = r->buffer_size/(r->attrs_per_vertex * NUM_COMPONENTS);

Completed in 1793 milliseconds