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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DShaderGen.c512 #define MAX_FRACTIONS 8 macro
513 #define MAX_FRACTIONS_LARGE MAX_FRACTIONS
520 * greater than or equal to MAX_FRACTIONS (there is no strict requirement
529 "#define MAX_FRACTIONS %d\n"
539 "float2 fractions[MAX_FRACTIONS] : register (c0);"
592 "for (i = 0; i < MAX_FRACTIONS-1; i++) {"
H A DD3DPaints.cpp332 #define MAX_FRACTIONS \ macro
334 #define MAX_FRACTIONS_LARGE MAX_FRACTIONS
352 jfloat stopVals[MAX_FRACTIONS * 4];
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLPaints.c366 #define MAX_FRACTIONS sun_java2d_pipe_BufferedPaints_MULTI_MAX_FRACTIONS macro
367 #define MAX_FRACTIONS_LARGE MAX_FRACTIONS
374 * greater than or equal to MAX_FRACTIONS (there is no strict requirement
396 "const int MAX_FRACTIONS = %d;"
404 "uniform float fractions[MAX_FRACTIONS];"
406 "uniform float scaleFactors[MAX_FRACTIONS-1];"
471 "for (i = 0; i < MAX_FRACTIONS-1; i++) {"
636 GLfloat scaleFactors[MAX_FRACTIONS-1];
650 GLfloat allZeros[MAX_FRACTIONS];
651 memset(allZeros, 0, sizeof(GLfloat)*MAX_FRACTIONS);
[all...]

Completed in 35 milliseconds