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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerTexture.java 87 public int[] tmu2D;
95 tmu2D = new int[MAX_COMBINED_TEXTURE_IMAGE_UNITS];
104 copy.tmu2D = tmu2D.clone();
195 if (index >= 0 && index < tmu2D.length)
196 tmu2D[index] = name;
202 if (index >= 0 && index < tmu2D.length)
203 tmu2D[index] = name;
CodeGen.java 215 for (int i = 0; i < serverTexture.tmu2D.length; i++) {
219 serverTexture.tmu2D[i]);
    [all...]

Completed in 53 milliseconds