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

/openjdk7/jdk/src/share/classes/java/security/
H A DProtectionDomain.java374 int vcap = 8;
376 List<Permission> pdVector = new ArrayList<>(vcap);
397 vcap++;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c847 jint vcap = OGLC_VENDOR_OTHER; local
910 vcap = OGLC_VENDOR_ATI;
912 vcap = OGLC_VENDOR_NVIDIA;
914 vcap = OGLC_VENDOR_SUN;
917 *caps |= ((vcap & OGLC_VCAP_MASK) << OGLC_VCAP_OFFSET);

Completed in 942 milliseconds