Home
last modified time | relevance | path

Searched refs:NUM_COMPONENTS (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fLifetimeTests.cpp83 enum { NUM_COMPONENTS = 4, NUM_VERTICES = 3 }; enumerator
162 gl.vertexAttribPointer(m_posLoc, NUM_COMPONENTS, GL_FLOAT, false, 0, DE_NULL), in setPos()
225 static const GLfloat s_varrData[NUM_VERTICES * NUM_COMPONENTS] =
244 GLfloat* vertex = &data[ndx * NUM_COMPONENTS]; in initBuffer()
247 DE_STATIC_ASSERT(NUM_COMPONENTS == 4); in initBuffer()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_renderer.c40 #define NUM_COMPONENTS 4 macro
77 int num_verts = r->buffer_size / (r->attrs_per_vertex * NUM_COMPONENTS); in renderer_draw()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp451 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)

Completed in 8 milliseconds