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

  /external/replicaisland/src/com/replica/replicaisland/
ContextParameters.java 31 public boolean supportsVBOs;
BufferLibrary.java 45 if (sSystemRegistry.contextParameters.supportsVBOs) {
55 if (sSystemRegistry.contextParameters.supportsVBOs) {
65 if (sSystemRegistry.contextParameters.supportsVBOs) {
GameRenderer.java 112 boolean supportsVBOs = !isSoftwareRenderer && (!isOpenGL10 || extensions.contains("vertex_buffer_object"));
115 params.supportsVBOs = supportsVBOs;
119 DebugLog.i("Graphics Support", version + " (" + renderer + "): " +(supportsDrawTexture ? "draw texture," : "") + (supportsVBOs ? "vbos" : ""));
135 params.supportsVBOs = false;
TiledVertexGrid.java 150 if (sSystemRegistry.contextParameters.supportsVBOs) {

Completed in 69 milliseconds