Home | History | Annotate | Download | only in functional

Lines Matching refs:deUint16

335 			const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 };
432 const deUint16 indices[] = { 0, 1, 2, 2, 1, 3 };
650 const deUint16 indicesCCW[] = { 0, 1, 2, 2, 1, 3 };
651 const deUint16 indicesCW[] = { 2, 1, 0, 3, 1, 2 };
708 void renderReference (const tcu::PixelBufferAccess& dst, const int numVertices, const deUint16* const indices, const tcu::Vec4* const positions, const tcu::Vec4* const colors);
932 void VertexIDCase::renderReference (const tcu::PixelBufferAccess& dst, const int numVertices, const deUint16* const indices, const tcu::Vec4* const positions, const tcu::Vec4* const colors)
1000 vector<deUint16> indices (m_positions.size());
1010 indices[ndx] = (deUint16)ndx;
1017 vector<deUint16> indices (m_positions.size());
1022 indices[ndx] = (deUint16)ndx;
1040 vector<deUint16> indices (m_positions.size());
1045 indices[ndx] = (deUint16)ndx;
1053 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, (int)(indices.size()*sizeof(deUint16)), &indices[0], GL_DYNAMIC_DRAW);