Searched refs:minDepthPlusStencil (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.c225 int minDepthPlusStencil = 512; local
313 if ((depth + stencil) < minDepthPlusStencil) {
315 minDepthPlusStencil = depth + stencil;
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c209 int minDepthPlusStencil = 512; local
252 if ((depth + stencil) < minDepthPlusStencil) {
254 minDepthPlusStencil = depth + stencil;

Completed in 33 milliseconds