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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerTexture.java 83 public class GLServerTexture implements Cloneable {
92 GLServerTexture(final Context context, final int MAX_COMBINED_TEXTURE_IMAGE_UNITS) {
99 public GLServerTexture clone(final Context copyContext) {
101 GLServerTexture copy = (GLServerTexture) super.clone();
Context.java 184 currentContext.serverTexture = new GLServerTexture(currentContext,
275 public GLServerTexture serverTexture;
CodeGen.java 175 private void codeGenServerTexture(final GLServerTexture serverTexture, final boolean replaceCopy) {
    [all...]

Completed in 49 milliseconds