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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexturePropertyAccessor.java 30 private final int mContextId;
38 mContextId = contextId;
42 mTextureUnitPropertyAccessor = new TextureUnitPropertyAccessor(mContextId,
63 textureAccessor = GLPropertyAccessor.makeAccessor(mContextId,
71 textureAccessor = GLPropertyAccessor.makeAccessor(mContextId,
TextureUnitPropertyAccessor.java 29 private final int mContextId;
34 mContextId = contextId;
37 mActiveTextureAccessor = GLPropertyAccessor.makeAccessor(mContextId,
52 IGLPropertyAccessor targetAccessor = GLPropertyAccessor.makeAccessor(mContextId,
CurrentProgramPropertyAccessor.java 24 private final int mContextId;
32 mContextId = contextid;
53 return GLPropertyAccessor.makeAccessor(mContextId,
CurrentVboPropertyAccessor.java 29 private final int mContextId;
34 mContextId = contextId;
60 return GLPropertyAccessor.makeAccessor(mContextId,
GLPropertyAccessor.java 33 private final int mContextId;
37 mContextId = contextId;
43 IGLProperty root = ((GLListProperty) state).get(mContextId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 68 private final int mContextId;
94 mContextId = contextId;
116 return mContextId;

Completed in 143 milliseconds