Searched refs:supportsVBOs (Results 1 – 4 of 4) sorted by relevance
45 if (sSystemRegistry.contextParameters.supportsVBOs) { in generateHardwareBuffers()55 if (sSystemRegistry.contextParameters.supportsVBOs) { in releaseHardwareBuffers()65 if (sSystemRegistry.contextParameters.supportsVBOs) { in invalidateHardwareBuffers()
112 …boolean supportsVBOs = !isSoftwareRenderer && (!isOpenGL10 || extensions.contains("vertex_buffer_o… in onSurfaceCreated()115 params.supportsVBOs = supportsVBOs; in onSurfaceCreated()119 … + renderer + "): " +(supportsDrawTexture ? "draw texture," : "") + (supportsVBOs ? "vbos" : "")); in onSurfaceCreated()135 params.supportsVBOs = false; in hackBrokenDevices()
31 public boolean supportsVBOs; field in ContextParameters
150 if (sSystemRegistry.contextParameters.supportsVBOs) { in draw()