• Home
  • Raw
  • Download

Lines Matching refs:createQuads

1241 …static char*	createQuads		(int seed, int count, int componentCount, int offset, int stride, Array:…
1348 …data = createQuads<GLValue::Float>(seed, count, componentCount, offset, stride, primitive, min.fl,… in generateQuads()
1352 …data = createQuads<GLValue::Fixed>(seed, count, componentCount, offset, stride, primitive, min.fi,… in generateQuads()
1356 …data = createQuads<GLValue::Double>(seed, count, componentCount, offset, stride, primitive, min.d,… in generateQuads()
1360 …data = createQuads<GLValue::Byte>(seed, count, componentCount, offset, stride, primitive, min.b, m… in generateQuads()
1364 …data = createQuads<GLValue::Short>(seed, count, componentCount, offset, stride, primitive, min.s, … in generateQuads()
1368 …data = createQuads<GLValue::Ubyte>(seed, count, componentCount, offset, stride, primitive, min.ub,… in generateQuads()
1372 …data = createQuads<GLValue::Ushort>(seed, count, componentCount, offset, stride, primitive, min.us… in generateQuads()
1376 …data = createQuads<GLValue::Uint>(seed, count, componentCount, offset, stride, primitive, min.ui, … in generateQuads()
1380 …data = createQuads<GLValue::Int>(seed, count, componentCount, offset, stride, primitive, min.i, ma… in generateQuads()
1384 …data = createQuads<GLValue::Half>(seed, count, componentCount, offset, stride, primitive, min.h, m… in generateQuads()
1479 char* RandomArrayGenerator::createQuads (int seed, int count, int componentCount, int offset, int s… in createQuads() function in deqp::gls::RandomArrayGenerator