OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supportsvbos
(Results
1 - 4
of
4
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
BufferLibrary.java
45
if (sSystemRegistry.contextParameters.
supportsVBOs
) {
55
if (sSystemRegistry.contextParameters.
supportsVBOs
) {
65
if (sSystemRegistry.contextParameters.
supportsVBOs
) {
ContextParameters.java
31
public boolean
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 2101 milliseconds