MCPcopy Index your code
hub / github.com/benfry/processing4 / texturingIsEnabled

Method texturingIsEnabled

core/src/processing/opengl/PGL.java:1213–1221  ·  view source on GitHub ↗
(int target)

Source from the content-addressed store, hash-verified

1211
1212
1213 protected boolean texturingIsEnabled(int target) {
1214 if (target == TEXTURE_2D) {
1215 return texturingTargets[0];
1216 } else if (target == TEXTURE_RECTANGLE) {
1217 return texturingTargets[1];
1218 } else {
1219 return false;
1220 }
1221 }
1222
1223
1224 protected boolean textureIsBound(int target, int id) {

Callers 10

bindFrontTextureMethod · 0.95
unbindFrontTextureMethod · 0.95
copyToTextureMethod · 0.95
drawTexture2DMethod · 0.95
drawTextureRectMethod · 0.95
setMethod · 0.80
setNativeMethod · 0.80
bindMethod · 0.80
unbindMethod · 0.80
allocateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected