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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
CodeGen.java 175 private void codeGenServerTexture(final GLServerTexture serverTexture, final boolean replaceCopy) {
177 for (int i = 0; i < serverTexture.textures.size(); i++) {
178 final int name = serverTexture.textures.keyAt(i);
179 final GLTexture tex = serverTexture.textures.valueAt(i);
215 for (int i = 0; i < serverTexture.tmu2D.length; i++) {
219 serverTexture.tmu2D[i]);
221 for (int i = 0; i < serverTexture.tmuCube.length; i++) {
225 serverTexture.tmuCube[i]);
227 code.format("glActiveTexture(%s);CHKERR;\n", serverTexture.activeTexture);
228 if (serverTexture.tex2D == null
    [all...]
Context.java 184 currentContext.serverTexture = new GLServerTexture(currentContext,
275 public GLServerTexture serverTexture;
295 if (serverTexture != null)
296 copy.serverTexture = serverTexture.clone(copy);
315 if (serverTexture.processMessage(msg))

Completed in 43 milliseconds