Searched refs:GRADIENT_HEIGHT (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 49 GRADIENT_HEIGHT = 3 enumerator 1205 rowCount = GRADIENT_HEIGHT + m_unpackProperties.skipRows; in makeGradient() 1258 (j < m_unpackProperties.skipRows + GRADIENT_HEIGHT) && (m_unpackProperties.skipPixels <= x) && in makeGradient() 2180 props.rowCount = GRADIENT_HEIGHT + props.skipRows; in readOutputData() 2222 gl.readPixels(0, 0, GRADIENT_WIDTH, GRADIENT_HEIGHT, outputFormat.format, outputType.type, in readOutputData() 2304 …ge2D(GL_TEXTURE_2D, 0, m_copyInternalFormat.sizedFormat, 0, 0, GRADIENT_WIDTH, GRADIENT_HEIGHT, 0); in doCopyInner() 2435 GRADIENT_WIDTH * GRADIENT_HEIGHT, inputBuffer); in compare() 2438 …r(&dataStrip[0], samplerIsIntUintFloat, outputFormat, outputType, GRADIENT_WIDTH * GRADIENT_HEIGHT, in compare() 2458 for (int i = 0; i < GRADIENT_WIDTH * GRADIENT_HEIGHT; ++i) in compare() 2980 int newBufferSize = props.elementSize * props.elementsInRowNoAlign * GRADIENT_HEIGHT; in stripBuffer() [all …]
|