HomeSort by relevance Sort by last modified time
    Searched refs:supportsDrawTexture (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
ContextParameters.java 30 public boolean supportsDrawTexture;
GameRenderer.java 108 boolean supportsDrawTexture = extensions.contains("draw_texture");
114 params.supportsDrawTexture = supportsDrawTexture;
119 DebugLog.i("Graphics Support", version + " (" + renderer + "): " +(supportsDrawTexture ? "draw texture," : "") + (supportsVBOs ? "vbos" : ""));

Completed in 54 milliseconds