Lines Matching refs:gridSize
1236 …ride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max, float gridSize);
1241 … componentCount, int offset, int stride, Array::Primitive primitive, T min, T max, float gridSize);
1341 …tride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max, float gridSize) in generateQuads() argument
1348 …<GLValue::Float>(seed, count, componentCount, offset, stride, primitive, min.fl, max.fl, gridSize); in generateQuads()
1352 …<GLValue::Fixed>(seed, count, componentCount, offset, stride, primitive, min.fi, max.fi, gridSize); in generateQuads()
1356 …s<GLValue::Double>(seed, count, componentCount, offset, stride, primitive, min.d, max.d, gridSize); in generateQuads()
1360 …ads<GLValue::Byte>(seed, count, componentCount, offset, stride, primitive, min.b, max.b, gridSize); in generateQuads()
1364 …ds<GLValue::Short>(seed, count, componentCount, offset, stride, primitive, min.s, max.s, gridSize); in generateQuads()
1368 …<GLValue::Ubyte>(seed, count, componentCount, offset, stride, primitive, min.ub, max.ub, gridSize); in generateQuads()
1372 …GLValue::Ushort>(seed, count, componentCount, offset, stride, primitive, min.us, max.us, gridSize); in generateQuads()
1376 …s<GLValue::Uint>(seed, count, componentCount, offset, stride, primitive, min.ui, max.ui, gridSize); in generateQuads()
1380 …uads<GLValue::Int>(seed, count, componentCount, offset, stride, primitive, min.i, max.i, gridSize); in generateQuads()
1384 …ads<GLValue::Half>(seed, count, componentCount, offset, stride, primitive, min.h, max.h, gridSize); in generateQuads()
1479 …t componentCount, int offset, int stride, Array::Primitive primitive, T min, T max, float gridSize) in createQuads() argument
1511 …uadSize = T::fromFloat(deFloatAbs(max.template to<float>() - min.template to<float>()) * gridSize); in createQuads()
2009 …const float gridSize = 3.0f / (float)(de::min(m_renderCtx.getRenderTarget().getWidth(), m_render… in iterate() local
2019 …, arraySpec.stride, m_spec.primitive, arraySpec.inputType, arraySpec.min, arraySpec.max, gridSize); in iterate()