HomeSort by relevance Sort by last modified time
    Searched full:imageproperty (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
TextureImageDetailsProvider.java 69 IGLProperty imageProperty = getTextureImageProperty(state);
70 if (imageProperty == null) {
74 String texturePath = ((GLStringProperty) imageProperty).getStringValue();

Completed in 108 milliseconds