Lines Matching defs:GRADIENT_WIDTH
48 GRADIENT_WIDTH = 7,
1210 rowLength = GRADIENT_WIDTH + m_unpackProperties.skipPixels;
1260 (x < m_unpackProperties.skipPixels + GRADIENT_WIDTH))
1262 float value = static_cast<float>(x - m_unpackProperties.skipPixels) / GRADIENT_WIDTH;
2182 props.rowLength = (props.rowLength == 0) ? (GRADIENT_WIDTH + props.skipPixels) : props.rowLength;
2237 gl.readPixels(0, 0, GRADIENT_WIDTH, GRADIENT_HEIGHT, outputFormat.format, outputType.type,
2319 gl.copyTexImage2D(GL_TEXTURE_2D, 0, m_copyInternalFormat.sizedFormat, 0, 0, GRADIENT_WIDTH, GRADIENT_HEIGHT, 0);
2450 GRADIENT_WIDTH * GRADIENT_HEIGHT, inputBuffer);
2453 getFloatBuffer(&dataStrip[0], samplerIsIntUintFloat, outputFormat, outputType, GRADIENT_WIDTH * GRADIENT_HEIGHT,
2473 for (int i = 0; i < GRADIENT_WIDTH * GRADIENT_HEIGHT; ++i)
3002 int skipRight = (props.elementsInRow - GRADIENT_WIDTH * props.elementsInGroup) * props.elementSize - skipLeft;
3003 int copy = GRADIENT_WIDTH * props.elementsInGroup * props.elementSize;
3566 gl.texImage3D(GL_TEXTURE_3D, 0, m_internalFormat.sizedFormat, GRADIENT_WIDTH, GRADIENT_HEIGHT, 1, 0,
3571 gl.texImage2D(GL_TEXTURE_2D, 0, m_internalFormat.sizedFormat, GRADIENT_WIDTH, GRADIENT_HEIGHT, 0,
3824 m_initialPackProperties.rowLength = GRADIENT_WIDTH + value;
3828 m_initialUnpackProperties.rowLength = GRADIENT_WIDTH + value;