Searched refs:redScale (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp310 const float redScale = float(renderbufferNdx + 1) / float(renderbufferCount); local
320 const float red = -1000.0f + 2000.0f * redScale;
333 const deInt32 red = deInt32(info.valueMin.x() + (info.valueMax.x() - info.valueMin.x()) * redScale);
346 const deUint32 red = deUint32(info.valueMax.x() * redScale);
359 const float red = info.valueMin.x() + (info.valueMax.x() - info.valueMin.x()) * redScale;
372 const float red = info.valueMax.x() * redScale;

Completed in 121 milliseconds