• Home
  • Raw
  • Download

Lines Matching refs:createQuads

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()
1459 …data = createQuads<GLValue::Half>(seed, count, componentCount, offset, stride, primitive, min.h, m… in generateQuads()
1554 char* RandomArrayGenerator::createQuads (int seed, int count, int componentCount, int offset, int s… in createQuads() function in deqp::gls::RandomArrayGenerator