Home
last modified time | relevance | path

Searched refs:GRADIENT_WIDTH (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp48 GRADIENT_WIDTH = 7, enumerator
1210 rowLength = GRADIENT_WIDTH + m_unpackProperties.skipPixels; in makeGradient()
1259 (x < m_unpackProperties.skipPixels + GRADIENT_WIDTH)) in makeGradient()
1261 float value = static_cast<float>(x - m_unpackProperties.skipPixels) / GRADIENT_WIDTH; in makeGradient()
2167 …props.rowLength = (props.rowLength == 0) ? (GRADIENT_WIDTH + props.skipPixels) : props.rowLen… in readOutputData()
2222 gl.readPixels(0, 0, GRADIENT_WIDTH, GRADIENT_HEIGHT, outputFormat.format, outputType.type, in readOutputData()
2304 …gl.copyTexImage2D(GL_TEXTURE_2D, 0, m_copyInternalFormat.sizedFormat, 0, 0, GRADIENT_WIDTH, GRADIE… in doCopyInner()
2435 GRADIENT_WIDTH * GRADIENT_HEIGHT, inputBuffer); in compare()
2438 …getFloatBuffer(&dataStrip[0], samplerIsIntUintFloat, outputFormat, outputType, GRADIENT_WIDTH * GR… in compare()
2458 for (int i = 0; i < GRADIENT_WIDTH * GRADIENT_HEIGHT; ++i) in compare()
[all …]