Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DOpenGLSystem.java31 private static int sLastBoundTexture; field in OpenGLSystem
45 sLastBoundTexture = 0; in setGL()
54 if (sLastBoundTexture != texture) { in bindTexture()
56 sLastBoundTexture = texture; in bindTexture()