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

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLPaints.c537 jint maxFractions = IS_SET(MULTI_LARGE) ? local
590 MAX_COLORS, maxFractions,
634 jint maxFractions = (numStops > MAX_FRACTIONS_SMALL) ? local
647 if (numStops < maxFractions) {
652 j2d_glUniform1fvARB(loc, maxFractions, allZeros);
662 for (; i < maxFractions-1; i++) {
666 j2d_glUniform1fvARB(loc, maxFractions-1, scaleFactors);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DShaderGen.c640 int maxFractions = IS_SET(MULTI_GRAD_LARGE) ? local
677 MAX_COLORS, maxFractions, colorSampler,
H A DD3DPaints.cpp350 jint maxFractions = (numStops > MAX_FRACTIONS_SMALL) ? local
361 for (i = 0; i < maxFractions; i++) {
370 pd3dDevice->SetPixelShaderConstantF(0, stopVals, maxFractions);

Completed in 33 milliseconds