HomeSort by relevance Sort by last modified time
    Searched defs:getChangedProperty (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IStateTransform.java 33 IGLProperty getChangedProperty(IGLProperty currentState);
ListElementAddTransform.java 52 public IGLProperty getChangedProperty(IGLProperty currentState) {
SparseArrayElementRemoveTransform.java 45 public IGLProperty getChangedProperty(IGLProperty currentState) {
46 return mAddTransform.getChangedProperty(currentState);
BufferSubDataTransform.java 73 public IGLProperty getChangedProperty(IGLProperty state) {
PropertyChangeTransform.java 91 public IGLProperty getChangedProperty(IGLProperty state) {
SparseArrayElementAddTransform.java 60 public IGLProperty getChangedProperty(IGLProperty currentState) {
TexImageTransform.java 122 public IGLProperty getChangedProperty(IGLProperty state) {

Completed in 185 milliseconds