• Home
  • Raw
  • Download

Lines Matching refs:gridSize

1311 …ride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max, float gridSize);
1316 … componentCount, int offset, int stride, Array::Primitive primitive, T min, T max, float gridSize);
1416 …tride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max, float gridSize) in generateQuads() argument
1423 …<GLValue::Float>(seed, count, componentCount, offset, stride, primitive, min.fl, max.fl, gridSize); in generateQuads()
1427 …<GLValue::Fixed>(seed, count, componentCount, offset, stride, primitive, min.fi, max.fi, gridSize); in generateQuads()
1431 …s<GLValue::Double>(seed, count, componentCount, offset, stride, primitive, min.d, max.d, gridSize); in generateQuads()
1435 …ads<GLValue::Byte>(seed, count, componentCount, offset, stride, primitive, min.b, max.b, gridSize); in generateQuads()
1439 …ds<GLValue::Short>(seed, count, componentCount, offset, stride, primitive, min.s, max.s, gridSize); in generateQuads()
1443 …<GLValue::Ubyte>(seed, count, componentCount, offset, stride, primitive, min.ub, max.ub, gridSize); in generateQuads()
1447 …GLValue::Ushort>(seed, count, componentCount, offset, stride, primitive, min.us, max.us, gridSize); in generateQuads()
1451 …s<GLValue::Uint>(seed, count, componentCount, offset, stride, primitive, min.ui, max.ui, gridSize); in generateQuads()
1455 …uads<GLValue::Int>(seed, count, componentCount, offset, stride, primitive, min.i, max.i, gridSize); in generateQuads()
1459 …ads<GLValue::Half>(seed, count, componentCount, offset, stride, primitive, min.h, max.h, gridSize); in generateQuads()
1554 …t componentCount, int offset, int stride, Array::Primitive primitive, T min, T max, float gridSize) in createQuads() argument
1586 …uadSize = T::fromFloat(deFloatAbs(max.template to<float>() - min.template to<float>()) * gridSize); in createQuads()
2091 …const float gridSize = 3.0f / (float)(de::min(m_renderCtx.getRenderTarget().getWidth(), m_render… in iterate() local
2101 …, arraySpec.stride, m_spec.primitive, arraySpec.inputType, arraySpec.min, arraySpec.max, gridSize); in iterate()