Searched refs:createQuads (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1316 …static char* createQuads (int seed, int count, int componentCount, int offset, int stride, Array:… 1423 …data = createQuads<GLValue::Float>(seed, count, componentCount, offset, stride, primitive, min.fl,… in generateQuads() 1427 …data = createQuads<GLValue::Fixed>(seed, count, componentCount, offset, stride, primitive, min.fi,… in generateQuads() 1431 …data = createQuads<GLValue::Double>(seed, count, componentCount, offset, stride, primitive, min.d,… in generateQuads() 1435 …data = createQuads<GLValue::Byte>(seed, count, componentCount, offset, stride, primitive, min.b, m… in generateQuads() 1439 …data = createQuads<GLValue::Short>(seed, count, componentCount, offset, stride, primitive, min.s, … in generateQuads() 1443 …data = createQuads<GLValue::Ubyte>(seed, count, componentCount, offset, stride, primitive, min.ub,… in generateQuads() 1447 …data = createQuads<GLValue::Ushort>(seed, count, componentCount, offset, stride, primitive, min.us… in generateQuads() 1451 …data = createQuads<GLValue::Uint>(seed, count, componentCount, offset, stride, primitive, min.ui, … in generateQuads() 1455 …data = createQuads<GLValue::Int>(seed, count, componentCount, offset, stride, primitive, min.i, ma… in generateQuads() [all …]
|