Home
last modified time | relevance | path

Searched refs:getTransparentBlueValue (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/com/jogamp/nativewindow/
H A DCapabilities.java102 transparentValueBlue = other.getTransparentBlueValue(); in copyFrom()
141 other.getTransparentBlueValue()==transparentValueBlue && in equals()
320 public final int getTransparentBlueValue() { return transparentValueBlue; } in getTransparentBlueValue() method in Capabilities
H A DCapabilitiesImmutable.java117 int getTransparentBlueValue(); in getTransparentBlueValue() method
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/egl/
H A DEGLGraphicsConfiguration.java455 …attrs.put(idx++, caps.getTransparentBlueValue()>=0?caps.getTransparentBlueValue():EGL.EGL_DONT_CAR… in GLCapabilities2AttribList()