MCPcopy Index your code
hub / github.com/processing/processing / isES

Method isES

core/src/processing/opengl/PGL.java:2113–2115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2111 }
2112
2113 protected boolean isES() {
2114 return getString(VERSION).trim().toLowerCase().contains("opengl es");
2115 }
2116
2117 protected int[] getGLVersion() {
2118 String version = getString(VERSION).trim().toLowerCase();

Callers 10

hasNpotTexSupportMethod · 0.95
hasSynchronizationMethod · 0.95
hasPBOsMethod · 0.95
hasReadBufferMethod · 0.95
hasDrawBufferMethod · 0.95
restoreGLMethod · 0.80
setGLSettingsMethod · 0.80
initFBOLayerMethod · 0.80

Calls 3

getStringMethod · 0.95
containsMethod · 0.45
trimMethod · 0.45

Tested by

no test coverage detected